remap Oil to <leader>fe
This commit is contained in:
parent
3d6f14f2ff
commit
d6c1fa669a
1 changed files with 1 additions and 1 deletions
|
@ -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>")
|
||||||
|
|
Reference in a new issue