replace Lf by Oil
This commit is contained in:
parent
6c7b83a960
commit
68fb1780f3
@ -158,7 +158,7 @@ local mappings = {
|
|||||||
end,
|
end,
|
||||||
'Buffers',
|
'Buffers',
|
||||||
},
|
},
|
||||||
['f'] = { '<cmd>Lf<cr>', 'Lf' },
|
['f'] = { '<cmd>e .<cr>', 'Oil' },
|
||||||
['rr'] = 'Search and replace all',
|
['rr'] = 'Search and replace all',
|
||||||
['rs'] = 'Search and replace',
|
['rs'] = 'Search and replace',
|
||||||
['b'] = {
|
['b'] = {
|
||||||
@ -247,7 +247,7 @@ local mappings = {
|
|||||||
},
|
},
|
||||||
o = {
|
o = {
|
||||||
name = 'Open',
|
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