Cross tab nav in vim

This commit is contained in:
Greg Hellings
2025-12-10 07:00:08 -06:00
parent a9806e4eb5
commit 89bd14eacf
+2 -2
View File
@@ -59,10 +59,10 @@
key = "<C-g>";
action = "<Esc>:Git<CR>";
}
(winMove "h" "Left")
(winMove "h" "LeftTab")
(winMove "j" "Down")
(winMove "k" "Up")
(winMove "l" "Right")
(winMove "l" "RightTab")
];
plugins = {
airline.enable = true;