aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/remap.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-28 16:19:14 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-28 16:19:32 +0200
commitffbab12f95793cdc29ab7a5eafd7932a7f325131 (patch)
tree08257739d2d2dba24b3a408336c7923b9e3a877a /lua/pml68/remap.lua
parentfeat: remove UndoTree and fugitive.vim plugins (diff)
downloadnvim-ffbab12f95793cdc29ab7a5eafd7932a7f325131.tar.gz
feat: switch from netrw to oil.nvim
Diffstat (limited to 'lua/pml68/remap.lua')
-rw-r--r--lua/pml68/remap.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua
index 8eb5ce4..3130b61 100644
--- a/lua/pml68/remap.lua
+++ b/lua/pml68/remap.lua
@@ -1,5 +1,5 @@
vim.g.mapleader = " "
-vim.keymap.set("n", "<leader>e", vim.cmd.Ex)
+vim.keymap.set("n", "<leader>e", "<cmd>Oil<CR>")
vim.keymap.set("n", "<leader>n", "<cmd>set nu!<CR>")
vim.keymap.set("n", "<leader>rn", "<cmd>set rnu!<CR>")
vim.keymap.set("n", "<Esc>", "<cmd>nohl<CR>")