Cheatography
https://cheatography.com
ctags
Ctrl-] |
Jump to the tag underneath the cursor |
:ts <tag> <Enter> |
Search for a particular tag |
:tn |
Go to the next definition for the last tag |
:tp |
Go to the previous definition for the last tag |
:ts[elect] |
List all of the definitions of the last tag |
Ctrl-t |
Jump back up in the tag stack |
|
|
ctrlp
<leader>b |
find buffer |
<leader>r |
find MRU |
<leader>t |
open ctrlp |
<leader>T |
clear cache |
<c-d> |
switch filename only or path search mode |
<c-r> |
switch to regexp mode |
<c-j/k> |
navigate the result list |
<c-n/p> |
next/previous string in prompt's history |
<c-z>, <c-o> |
mark/unmark file and open them |
|
|
others
ds/cs |
delete/change surrounding characters |
vii/vai |
visually select in or around the cursor's indent |
Vp/vp |
replaces visual selection with default register without yanking selected text (works with any visual selection) |
,l |
begins aligning lines on a string, usually used as ,l= to align assignments |
|
Created By
holysoros.github.com
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets