guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Virtual space #1095

Open borela opened 7 years ago

borela commented 7 years ago

Hi I know sublime itself doesn't support virtual spaces but it could be simulated by adding spaces to the line when needed before a motion is executed, for example:

// before moving the caret down
my long line with some text []
short line

// after moving the caret down
my long line with some text
short line..................[]

most people trim the file before saving, so the extra space wouldn't be an issue.