add vim bindings for swapping tabs
This commit is contained in:
parent
7ec25cfb46
commit
0e182b6ae4
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@
|
|||
["<C-CR>", ["move_down"], ["move_begin"]],
|
||||
["<CR>", ["move_down"], ["move_begin"]],
|
||||
|
||||
["gt", "next_tab"],
|
||||
["gT", "previous_tab"],
|
||||
|
||||
["0", "move_begin_or_add_integer_argument_zero"],
|
||||
["1", "add_integer_argument_digit", 1],
|
||||
["2", "add_integer_argument_digit", 2],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue