Last active
August 29, 2015 14:01
-
-
Save buithehoa/10111a817d73ea5ef2ea to your computer and use it in GitHub Desktop.
Column Edit Mode in vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ 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