Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| h | left |
| j | down |
| k | up |
| l | right |
| :n | goto linenumber n |
| nG | goto linenumber n |
| i | insert before cursor |
| A | append to end of line |
| r | replace current char |
| x | delete current char |
| dd | delete entire line |
| P | insert before cursor |
| p | insert after cursor |
| /pattern | searching forward in file |
| ?pattern | searching backward in file |
| n | repeat last search |
| N | repeat last search backward |
| J | concatenate (put together) current and next line |
| u | undo last change |
| . | repeat last change |
| ^R | redo last change (undo-undo) |
| :w <file> | write to <file> |
| :q! | quit |
outtakes of the most-used vi commands, questioning only about those, that are relevant for the exam of WS08