Say I have three panes arranged like the following.
-------------------
| | | |
| A | B | C |
| | | |
-------------------
If I was in pane A
, normally, I would navigate to pane C
using CTRLw+l, CTRLw+l. Is there a built in way to traverse from pane A
to pane C
without repeating the key strokes? For example, something similar to 2+CTRLw+l.
Note: I am using Vim emulation on VSCode where it can be more difficult to add this customizability myself.