Vim/Common Actions: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Common editing actions: | Common editing actions: | ||
* Jumping to the top of the file, and entering insert mode | |||
* Jumping to end of the file, and entering insert mode | |||
* Inserting whitespace/lines | * Inserting whitespace/lines | ||
** below where the cursor is | ** below where the cursor is | ||
Revision as of 17:57, 31 May 2017
Common editing actions:
- Jumping to the top of the file, and entering insert mode
- Jumping to end of the file, and entering insert mode
- Inserting whitespace/lines
- below where the cursor is
- above where the cursor is
- something that works EVEN IN INSERT MODE, where we say, insert 5 lines above here, or insert 5 lines below here
- Control Shift O/Control o
Common window actions:
- When editing a file: split the window (vertically) into two panes, switch to new pane, open the current directory in the new buffer, switch back to old buffer