Removed deprecated tagbar usage
This commit is contained in:
parent
a3b225f68d
commit
b163ebd7bd
@ -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
|
* `,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
|
* `,gcf` - Grep Current File to find references to the current file
|
||||||
* `//` - clear the search
|
* `//` - 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.
|
* `,,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.
|
* `,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.
|
* `gK` - Opens the documentation for the word under the cursor.
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d43bcb972091878efa3692100e8479fb887332f5
|
Subproject commit bf9dbfd5b95c44b14a8a6af8ecf965ecea50fb29
|
Loading…
Reference in New Issue
Block a user