Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Last active August 29, 2015 14:01
Show Gist options
  • Save buithehoa/10111a817d73ea5ef2ea to your computer and use it in GitHub Desktop.
Save buithehoa/10111a817d73ea5ef2ea to your computer and use it in GitHub Desktop.
Column Edit Mode in vim
+ Ctrl + V to go into column mode
+ Select the columns and rows where you want to enter your text
+ Shift + i to go into insert mode in column mode
+ Type in the text you want to enter. Dont be discouraged by the fact that only the first row is changed.
+ Esc to apply your change (or alternately Ctrl+C)
http://pivotallabs.com/column-edit-mode-in-vi/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment