We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07223b5 commit fb8cc61Copy full SHA for fb8cc61
modules/nvim/lua/minizilla/misc.lua
@@ -24,6 +24,7 @@ nmap('<Leader>2', function() ui.nav_file(2) end)
24
nmap('<Leader>3', function() ui.nav_file(3) end)
25
nmap('<Leader>4', function() ui.nav_file(4) end)
26
nmap('<Leader>5', function() ui.nav_file(5) end)
27
+nmap('<Leader>6', function() ui.nav_file(6) end)
28
29
require('oil').setup {
30
keymaps = {
0 commit comments