Cross tab nav in vim
This commit is contained in:
@@ -59,10 +59,10 @@
|
|||||||
key = "<C-g>";
|
key = "<C-g>";
|
||||||
action = "<Esc>:Git<CR>";
|
action = "<Esc>:Git<CR>";
|
||||||
}
|
}
|
||||||
(winMove "h" "Left")
|
(winMove "h" "LeftTab")
|
||||||
(winMove "j" "Down")
|
(winMove "j" "Down")
|
||||||
(winMove "k" "Up")
|
(winMove "k" "Up")
|
||||||
(winMove "l" "Right")
|
(winMove "l" "RightTab")
|
||||||
];
|
];
|
||||||
plugins = {
|
plugins = {
|
||||||
airline.enable = true;
|
airline.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user