Answers for "vim copy paste columns"

1

vim copy paste columns

# Basic syntax:
1. Press ESC to ensure youre in command mode
2. Move to a corner of the text you want to copy (or cut)
3. Press CTRL+v to enter visual block mode
4. Move the cursor Up/Down/Left/Right to highlight the text
5. Press y to yank (copy) the text or d to delete (cut) the text
6. Move to where you want to paste the copied/cut text and press p
Posted by: Guest on May-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language