[Enhancement] vi styled jump #2080
Replies: 2 comments
-
|
Thats cool but how would you then switch between tabs? This will need discussion before breaking someones established workflow. Maybe we could do |
Beta Was this translation helpful? Give feedback.
-
|
How about we extend the existing swap mechanism between the first 2 tabs? We can put a delay distinction to identify either (Tab) or 2x(Tab), let's say 0.5ms apart.
So any time 2x(Tab) is recorded, create a new tab otherwise cycle forward. Additionally, (Shift)(Tab) to cycle in reverse direction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I really like the jumping mechanism inspired from vim.
It can further be optimized as a small QoL improvement:
5kor3jor whatever the Up and Down are mapped to. It gets rid of having to type signed numbers resulting in fewer keystrokes.Beta Was this translation helpful? Give feedback.
All reactions