Cheatography
https://cheatography.com
Vim - my editor of choice
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Searching
|
Search current buffer for PATTERN |
|
show location list |
|
close location list |
|
next location list entry |
|
previous location list entry |
|
search current buffer forward for Pattern |
|
search current buffer backwards for Pattern |
Delete
|
delete whole line |
|
delete from current cursor position to PATTERN |
|
delete all lines not containing PATTERN |
Specials
|
Count occurences of PATTERN |
Counts
|
Print the ascii value of the character under the cursor |
|
in visual mode shows current cursor position, number of words and bytes in current document. |
Moving & copying lines
|
move current line to mark m
|
|
copy line 8 and 9 to current line |
|
move current line to end of file |
Folding
|
close fold |
|
open fold |
|
toggle fold |
|
close all folds in buffer |
|
open all folds in buffer |
|
|
My must have plugins
surround https://github.com/tpope/vim-surround |
visual-increment https://github.com/triglav/vim-visual-increment |
CaptureClipboard http://www.vim.org/scripts/script.php?script_id=3246 |
ragtag https://github.com/tpope/vim-ragtag |
Tabular https://github.com/godlygeek/tabular |
sneak https://github.com/justinmk/vim-sneak |
EasyGrep https://github.com/vim-scripts/EasyGrep |
better-whitespace https://github.com/ntpeters/vim-better-whitespace |
ctrlp https://github.com/kien/ctrlp.vim |
gundo https://github.com/sjl/gundo.vim |
syntastic https://github.com/scrooloose/syntastic |
tagbar https://github.com/majutsushi/tagbar |
vim-activity-log https://github.com/AD7six/vim-activity-log |
LanguageTool
|
Text prüfen |
|
für Text in englischer Sprache |
|
für Text in deutscher Sprache |
|
Markierungen löschen |
|
nächster Fehler |
|