mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Change some keybinds
This commit is contained in:
parent
692e0d0b6c
commit
76a4053be1
1 changed files with 4 additions and 4 deletions
|
|
@ -36,10 +36,10 @@ if telescope_status_ok then
|
|||
end
|
||||
|
||||
-- Better tabs
|
||||
bind("n", "<Leader>t", ":tabnew<CR>", opts)
|
||||
bind("n", "<Leader>c", ":tabclose<CR>", opts)
|
||||
bind("n", "<S-k>", ":tabnext<CR>", opts)
|
||||
bind("n", "<S-j>", ":tabprev<CR>", opts)
|
||||
bind("n", "<S-t>", ":tabnew<CR>", opts)
|
||||
bind("n", "<S-c>", ":tabclose<CR>", opts)
|
||||
bind("n", "<S-m>", ":tabprev<CR>", opts)
|
||||
bind("n", "<S-n>", ":tabnext<CR>", opts)
|
||||
|
||||
-- Better window navigation
|
||||
bind("n", "<C-Left>", "<C-w>h", opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue