From 2e526c7e441d26878f7fd5d150107d7d0b8d72fa Mon Sep 17 00:00:00 2001 From: Joshua Finch Date: Tue, 30 Jan 2024 11:41:28 -0600 Subject: [PATCH] Changing the netrw mode from fullscreen to the vertical split and toggleable version using . --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4310dfa..fd80091 100644 --- a/init.lua +++ b/init.lua @@ -273,7 +273,7 @@ keymap('n', 'eb', function() execute('benchmark') end) keymap('n', 'gis', vim.cmd.Git) keymap('n', 'gid', vim.cmd.Gdiff) -keymap('n', 'eo', ':Explore', options) +keymap('n', 'eo', ':Lexplore', options) -- Auto-recompile and load on init.lua file changes vim.api.nvim_create_autocmd({ 'BufWritePost' }, {