remap Oil to <leader>fe

This commit is contained in:
Vladan Popovic 2023-09-26 01:58:40 +02:00
parent 3d6f14f2ff
commit d6c1fa669a
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ utils.map("n", "<leader>s", "<cmd>setlocal spell spelllang=en_us<cr>")
-- Toggle line numbers and file tree -- Toggle line numbers and file tree
utils.map("n", "<F3>", "<cmd>set nonumber!<CR>") utils.map("n", "<F3>", "<cmd>set nonumber!<CR>")
utils.map("n", "<F5>", "<cmd>Oil<CR>") utils.map("n", "<leader>fe", "<cmd>Oil<CR>")