Skip to content

Commit fb8cc61

Browse files
nvim: add 6th harpoon jump
1 parent 07223b5 commit fb8cc61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/nvim/lua/minizilla/misc.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ nmap('<Leader>2', function() ui.nav_file(2) end)
2424
nmap('<Leader>3', function() ui.nav_file(3) end)
2525
nmap('<Leader>4', function() ui.nav_file(4) end)
2626
nmap('<Leader>5', function() ui.nav_file(5) end)
27+
nmap('<Leader>6', function() ui.nav_file(6) end)
2728

2829
require('oil').setup {
2930
keymaps = {

0 commit comments

Comments
 (0)