From f826fd209c2e4734d463c1fb1065d2a660c35c8b Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 29 Jan 2024 19:08:56 -0500 Subject: change: now use :Lexplore for netrw bind --- nvim/lua/keymap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua') diff --git a/nvim/lua/keymap.lua b/nvim/lua/keymap.lua index fbd4898..bc1740e 100644 --- a/nvim/lua/keymap.lua +++ b/nvim/lua/keymap.lua @@ -31,7 +31,7 @@ M.nnoremap("l", function() end end) M.nnoremap("ef", function() - vim.cmd('Vexplore') + vim.cmd('Lexplore') end) return M -- cgit v1.2.3