Removed deprecated tagbar usage
This commit is contained in:
@@ -182,7 +182,6 @@ of plugins above to learn more.
|
||||
* `,gd` - Grep def (greps for 'def [function name]') when cursor is over the function name
|
||||
* `,gcf` - Grep Current File to find references to the current file
|
||||
* `//` - clear the search
|
||||
* `,T` - Tag list (list of methods in a class)
|
||||
* `,,w` (alias `,<esc>`) or `,,b` (alias `,<shift-esc>`) - EasyMotion, a vimperator style tool that highlights jump-points on the screen and lets you type to get there.
|
||||
* `,mc` - mark this word for MultiCursor (like sublime). Use `Ctrl-n` (next), `Ctrl-p` (prev), `Ctrl-x`(skip) to add more cursors, then do normal vim things like edit the word.
|
||||
* `gK` - Opens the documentation for the word under the cursor.
|
||||
|
||||
Submodule zsh/prezto updated: d43bcb9720...bf9dbfd5b9
Reference in New Issue
Block a user