Windows
| Key (memorize) | Description (memorize) |
|---|---|
| ZZ | close frame (saving changes) |
| ^ws | split window |
| ^wc | close window |
| ^wo | close all other windows |
| ^w^w | next window |
| ^wk | previous window |
| 3^w^w | go to 3rd window |
Windows II
| Question (memorize) | Answer (memorize) |
|---|---|
| ^wn | new file (in new window) |
| ^wr | move window down |
| ^wR | move window up |
| ^w^k | move up |
| ^w^j | move down |
| zz | recenter |
Buffers / Replacing
| Key (memorize) | Description (memorize) |
|---|---|
| :bd | close buffer |
| :b txt [tab] | see all *txt* buffers |
| n | go to next search item |
| N | go to previous search item |
| :s/old/new/g | Search and replace (on current line) |
| :%s/old/new/g | Search and replace (on all lines) |
Selecting and copying
| Key (memorize) | Description (memorize) |
|---|---|
| v | start selecting |
| y | copy (vim clipboard) |
| p | paste (vim clipboard) |
| ^c | copy (windows clipboard) |
| ^v | paste (windows clipboard) |
| ^a | select all |
| o (while selecting) | jump to other end of selection |
this section is inserted from the Vim page
Pages
♦ Vim
♦ Vim 2
♦ Vim 3
♦ Vim 4 - has helpful config settings
Add a section to this page!
- Click this button to contribute to this page (by adding a section here).♦
Feel free to experiment. Your edits won't immediately show up to everyone.



working...