mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 09:02:29 +00:00
Lazy git commit
This commit is contained in:
@@ -38,8 +38,8 @@ end
|
||||
-- Better tabs
|
||||
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)
|
||||
bind("n", "<S-n>", ":tabprev<CR>", opts)
|
||||
bind("n", "<S-m>", ":tabnext<CR>", opts)
|
||||
|
||||
-- Better window navigation
|
||||
bind("n", "<C-Left>", "<C-w>h", opts)
|
||||
|
||||
Reference in New Issue
Block a user