Update vim tags
This commit is contained in:
parent
0048d5ab29
commit
32cc5bec63
8
vim.md
8
vim.md
|
@ -1,4 +1,4 @@
|
||||||
---
|
---function
|
||||||
title: vim
|
title: vim
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
@ -65,6 +65,8 @@ Jumping
|
||||||
^O # Go back to previous location
|
^O # Go back to previous location
|
||||||
^I # Go forward
|
^I # Go forward
|
||||||
|
|
||||||
|
gf # go to file in cursor
|
||||||
|
|
||||||
Misc
|
Misc
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -87,6 +89,8 @@ Windows
|
||||||
Tags
|
Tags
|
||||||
----
|
----
|
||||||
|
|
||||||
|
:tag Classname # Jump to first definition of Classname
|
||||||
|
|
||||||
^] # Jump to definition
|
^] # Jump to definition
|
||||||
g] # See all definitions
|
g] # See all definitions
|
||||||
C-t # Go back to last tag
|
C-t # Go back to last tag
|
||||||
|
@ -94,7 +98,6 @@ Tags
|
||||||
|
|
||||||
:tselect Classname # Find definitions of Classname
|
:tselect Classname # Find definitions of Classname
|
||||||
:tjump Classname # Find definitions of Classname (auto-select 1st)
|
:tjump Classname # Find definitions of Classname (auto-select 1st)
|
||||||
:tag Classname # Jump to first definition of Classname
|
|
||||||
|
|
||||||
Case
|
Case
|
||||||
----
|
----
|
||||||
|
@ -105,6 +108,7 @@ Case
|
||||||
|
|
||||||
gUU # uppercase current line (also gUgU)
|
gUU # uppercase current line (also gUgU)
|
||||||
guu # lowercase current line (also gugu)
|
guu # lowercase current line (also gugu)
|
||||||
|
|
||||||
Marks
|
Marks
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue