Changing the netrw mode from fullscreen to the vertical split and toggleable version using .
This commit is contained in:
parent
5b7cbca343
commit
2e526c7e44
2
init.lua
2
init.lua
@ -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' }, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user