Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Feb 11, 2025
1 parent 810fea2 commit 0b8fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use `:Dired path?`, custom config by using `vim.g.dired` variable.

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

```
```lua
vim.g.dired = {
keymaps = { up = { i = '<C-p>', n = 'k' }, down = 'j' -- just normal mode }
}
Expand Down

0 comments on commit 0b8fc57

Please sign in to comment.