replace Lf by Oil
This commit is contained in:
parent
6c7b83a960
commit
68fb1780f3
@ -158,7 +158,7 @@ local mappings = {
|
||||
end,
|
||||
'Buffers',
|
||||
},
|
||||
['f'] = { '<cmd>Lf<cr>', 'Lf' },
|
||||
['f'] = { '<cmd>e .<cr>', 'Oil' },
|
||||
['rr'] = 'Search and replace all',
|
||||
['rs'] = 'Search and replace',
|
||||
['b'] = {
|
||||
@ -247,7 +247,7 @@ local mappings = {
|
||||
},
|
||||
o = {
|
||||
name = 'Open',
|
||||
n = { '<cmd>Lf ~/.config/nvim/ <cr>', 'Neovim config' },
|
||||
n = { '<cmd>e ~/.config/nvim/ <cr>', 'Neovim config' },
|
||||
},
|
||||
}
|
||||
-- }}}
|
||||
|
Loading…
Reference in New Issue
Block a user