Skip to content

Instantly share code, notes, and snippets.

@rymawby
Last active January 2, 2016 16:49
Show Gist options
  • Save rymawby/8333147 to your computer and use it in GitHub Desktop.
Save rymawby/8333147 to your computer and use it in GitHub Desktop.
Sublime vintage mode basic commands

Sublime Vintage Mode Basics

v2w Visually select 2 words

c2w Change 2 words (deletes)

vi' Visually select between the apostrophes

ct, Change til the comma

vf, Select up to and including the comma

hjkl Left, down, up, right

5j Down 5 lines.

V Select entire line

I Start of line

A End of line

y Yank

p Paste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment