Skip to content

Commit d48090d

Browse files
nvim(oil): use backspace to enter oil buffer
1 parent 1585d8c commit d48090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nvim/lua/minizilla/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require('oil').setup {
3131
['<BS>'] = 'actions.parent',
3232
}
3333
}
34-
nmap('<Leader>b', '<Cmd>Oil<CR>')
34+
nmap('<BS>', '<Cmd>Oil<CR>')
3535

3636
require('noice').setup {
3737
presets = {

0 commit comments

Comments
 (0)