Compare commits
No commits in common. "442eef04826277d1eb562665b49b3215e59b445e" and "326f9d039a2811531e48dacb6b30590fe6172e6a" have entirely different histories.
442eef0482
...
326f9d039a
|
@ -48,7 +48,11 @@ in
|
|||
vim-unimpaired # Some ex command mappings
|
||||
|
||||
# Languages
|
||||
rust-vim
|
||||
vim-beancount
|
||||
vim-jsonnet
|
||||
vim-nix
|
||||
vim-toml
|
||||
|
||||
# General enhancements
|
||||
vim-qf # Better quick-fix list
|
||||
|
|
|
@ -54,8 +54,8 @@ local keys = {
|
|||
s = { gitsigns.stage_hunk, "Stage hunk" },
|
||||
S = { gitsigns.stage_buffer, "Stage buffer" },
|
||||
u = { gitsigns.undo_stage_hunk, "Undo stage hunk" },
|
||||
["["] = { utils.partial(gitsigns.nav_hunk, "prev"), "Previous hunk" },
|
||||
["]"] = { utils.partial(gitsigns.nav_hunk, "next"), "Next hunk" },
|
||||
["["] = { gitsigns.prev_hunk, "Previous hunk" },
|
||||
["]"] = { gitsigns.next_hunk, "Next hunk" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue