📜  vim 复制粘贴列 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:36.009000             🧑  作者: Mango

代码示例1
# 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