attempt to fix lsp
This commit is contained in:
parent
11272260db
commit
553935a90b
6 changed files with 150 additions and 32 deletions
|
|
@ -59,11 +59,11 @@ vim.keymap.set('n', '<leader>h', '<C-w>s', opts) -- split window horizontally
|
|||
vim.keymap.set('n', '<leader>se', '<C-w>=', opts) -- make split windows equal width & height
|
||||
vim.keymap.set('n', '<leader>xs', ':close<CR>', opts) -- close current split window
|
||||
|
||||
-- Navigate between splits
|
||||
vim.keymap.set('n', '<C-k>', ':wincmd k<CR>', opts)
|
||||
vim.keymap.set('n', '<C-j>', ':wincmd j<CR>', opts)
|
||||
vim.keymap.set('n', '<C-h>', ':wincmd h<CR>', opts)
|
||||
vim.keymap.set('n', '<C-l>', ':wincmd l<CR>', opts)
|
||||
-- Navigate between splits - DISABLED: Using Zellij navigation
|
||||
-- vim.keymap.set('n', '<C-k>', ':wincmd k<CR>', opts)
|
||||
-- vim.keymap.set('n', '<C-j>', ':wincmd j<CR>', opts)
|
||||
-- vim.keymap.set('n', '<C-h>', ':wincmd h<CR>', opts)
|
||||
-- vim.keymap.set('n', '<C-l>', ':wincmd l<CR>', opts)
|
||||
|
||||
-- Tabs
|
||||
vim.keymap.set('n', '<leader>to', ':tabnew<CR>', opts) -- open new tab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue