replace Lf by Oil

This commit is contained in:
fiplox 2023-01-22 18:24:05 +01:00
parent 6c7b83a960
commit 68fb1780f3
1 changed files with 2 additions and 2 deletions

View File

@ -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' },
},
}
-- }}}