Created
June 27, 2015 22:20
-
-
Save Anachron/0b8f3cf76a1026c3a276 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================== | |
| char (prev [a] next [d] first [Y] last [X]) | |
| word (start [y] end [x] prev [q] next [e] first [Q] last [E]) | |
| line (start [A] end [D] prev [w] next [s] first [W] last [S]) | |
| paragraph (start [R] end [F] prev [r] next [f]) | |
| page (start [C] end [V] prev [c] next [V]) | |
| ============================================================== | |
| goto [g] (brackets [r] line [e]) | |
| ============================================================== | |
| copy [p] (char [p] word [o] line [l] paragraph [k]) | |
| cut [o] (char [p] word [o] line [l] paragraph [k]) | |
| delete [i] (char [p] word [o] line [l] paragraph [k]) | |
| ============================================================== | |
| paste [P] (before line [w] after line [s] before word [q] after word [e] before cursor [a] after cursor [d]) | |
| redo [O] | |
| undo [I] | |
| ============================================================== | |
| next occurance of [n] (char [p] word [o]) | |
| prev occurance of [b] (char [p] word [o]) | |
| search [Space] | |
| next result [N] | |
| prev result [B] | |
| ============================================================== | |
| makro (record [K] play [k]) | |
| cmd (open [J] repeat [j]) | |
| mark (create [M] goto [m]) | |
| ============================================================== | |
| prev [Shift-tab] (buffer [q] window [w] tab [a]) | |
| next [tab] (buffer [q] window [w] tab [a]) | |
| ============================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment