mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
adjusted the bindings to be TAB and S-TAB for buffers.
This commit is contained in:
parent
998d6c1e80
commit
9783f87787
@ -213,9 +213,9 @@ I'd install it first and add its setup line :
|
||||
- <kbd> Shift </kbd> <kbd> x </kbd> close current tab
|
||||
- <kbd> Shift </kbd> <kbd> t </kbd> open new tab
|
||||
=======
|
||||
- <kbd> Shift </kbd> <kbd> l or s </kbd> cycle through opened tabs
|
||||
- <kbd> Shift </kbd> <kbd> d </kbd> close current tab
|
||||
- <kbd> Shift </kbd> <kbd> b </kbd> open new tab
|
||||
- <kbd> Shift </kbd> <kbd> TAB or Shift TAB </kbd> cycle through opened tabs
|
||||
- <kbd> Shift </kbd> <kbd> x </kbd> close current tab
|
||||
- <kbd> Shift </kbd> <kbd> t </kbd> open new tab
|
||||
>>>>>>> parent of 5272eb3 (Update README.md)
|
||||
|
||||
# TODO
|
||||
|
@ -73,5 +73,5 @@ map("n", "<S-t>", [[<Cmd>tabnew<CR>]], opt)
|
||||
map("n", "<S-x>", [[<Cmd>bdelete<CR>]], opt)
|
||||
|
||||
-- tabnew and tabprev
|
||||
map("n", "<S-l>", [[<Cmd>BufferLineCycleNext<CR>]], opt) -- Another alternate is TAB/S-TAB or C-,/C-.
|
||||
map("n", "<S-p>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
||||
map("n", "<TAB>", [[<Cmd>BufferLineCycleNext<CR>]], opt)
|
||||
map("n", "<S-TAB>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
||||
|
Loading…
Reference in New Issue
Block a user