jednano / vscode-tabsanity

Arrow-key navigation through soft tabs as if they were hard tabs.
MIT License
12 stars 2 forks source link

Support up/down navigation #4

Open jednano opened 8 years ago

jednano commented 8 years ago

Navigating up/down still allows the cursor to land "inside" a soft tab. In order to mimic vscode's navigation between spaces, tabs and text, try to ensure that the cursor's column position is preserved and restored as you enter/leave a soft tab. See the following screen capture for clarification:

up-down-nav

BONUS: Ensure up/down select navigation works the same way (i.e., Shift+Up/Down).