dbalatero / VimMode.spoon

Adds vim keybindings to all OS X inputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linewise operators should track columns

dbalatero opened this issue · comments

When you move vertically (linewise) with j/k, we need to track column position:

  • When a new column is moved to characterwise, set the current linewise column to that column number
  • When you go to the end of line, set linewise column to a special "max" value, meaning always to go the end of the line when moving up with j/k