Changing the netrw mode from fullscreen to the vertical split and toggleable version using .

This commit is contained in:
Finch 2024-01-30 11:41:28 -06:00
parent 5b7cbca343
commit 2e526c7e44

View File

@ -273,7 +273,7 @@ keymap('n', '<leader>eb', function() execute('benchmark') end)
keymap('n', '<leader>gis', vim.cmd.Git)
keymap('n', '<leader>gid', vim.cmd.Gdiff)
keymap('n', '<leader>eo', ':Explore<CR>', options)
keymap('n', '<leader>eo', ':Lexplore<CR>', options)
-- Auto-recompile and load on init.lua file changes
vim.api.nvim_create_autocmd({ 'BufWritePost' }, {