mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:24:59 +01:00
Add splits and fix typo in LS_COLORS
This commit is contained in:
parent
a3c80216e7
commit
7584ef0a01
|
@ -39,3 +39,7 @@ map('t', '<C-h>', '<C-\\><C-n>:wincmd h<CR>')
|
||||||
map('t', '<C-j>', '<C-\\><C-n>:wincmd j<CR>')
|
map('t', '<C-j>', '<C-\\><C-n>:wincmd j<CR>')
|
||||||
map('t', '<C-k>', '<C-\\><C-n>:wincmd k<CR>')
|
map('t', '<C-k>', '<C-\\><C-n>:wincmd k<CR>')
|
||||||
map('t', '<C-l>', '<C-\\><C-n>:wincmd l<CR>')
|
map('t', '<C-l>', '<C-\\><C-n>:wincmd l<CR>')
|
||||||
|
|
||||||
|
-- Pane management
|
||||||
|
map('n', '<leader>sv', ':vsplit<CR>', { desc = 'Split Vertical' })
|
||||||
|
map('n', '<leader>sh', ':split<CR>', { desc = 'Split Horizontal' })
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue