Article ID : 27
Started using Vim(4): Copy a block of code

- press Esc to change into command mode
- put cursor on the beginning of textblock you want to copy (Shift^ for example)
- press v (vim will enter VISUAL mode)
- move cursor to the end of textblock
- press y to copy (or x for cut operation)
- move cursor to the place you want to paste the text, then press p
Trackbacks (0)
< No Trackbacks >
Comments (0)
< No Comments >