You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
most people trim the file before saving, so the extra space wouldn't be an issue.
The text was updated successfully, but these errors were encountered: