Skip to content

Commit 0b8fc57

Browse files
committed
update
1 parent 810fea2 commit 0b8fc57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use `:Dired path?`, custom config by using `vim.g.dired` variable.
4242

4343
like custom keymaps in `vim.g.dired` like
4444

45-
```
45+
```lua
4646
vim.g.dired = {
4747
keymaps = { up = { i = '<C-p>', n = 'k' }, down = 'j' -- just normal mode }
4848
}

0 commit comments

Comments
 (0)