Skip to content

Commit

Permalink
Update explore binding
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Sep 20, 2024
1 parent 6453698 commit 3b37d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/nixvim/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ in {
# emulate vim-vinegar which stopped working
(keymap {
key = "-";
action = ":Explore<Cr>";
action = ":e %:h<Cr>";
})
(keymap {
key = "<C-h>";
Expand Down

0 comments on commit 3b37d86

Please sign in to comment.