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
|
||||
layout: default
|
||||
---
|
||||
|
@ -65,6 +65,8 @@ Jumping
|
|||
^O # Go back to previous location
|
||||
^I # Go forward
|
||||
|
||||
gf # go to file in cursor
|
||||
|
||||
Misc
|
||||
----
|
||||
|
||||
|
@ -87,6 +89,8 @@ Windows
|
|||
Tags
|
||||
----
|
||||
|
||||
:tag Classname # Jump to first definition of Classname
|
||||
|
||||
^] # Jump to definition
|
||||
g] # See all definitions
|
||||
C-t # Go back to last tag
|
||||
|
@ -94,7 +98,6 @@ Tags
|
|||
|
||||
:tselect Classname # Find definitions of Classname
|
||||
:tjump Classname # Find definitions of Classname (auto-select 1st)
|
||||
:tag Classname # Jump to first definition of Classname
|
||||
|
||||
Case
|
||||
----
|
||||
|
@ -105,6 +108,7 @@ Case
|
|||
|
||||
gUU # uppercase current line (also gUgU)
|
||||
guu # lowercase current line (also gugu)
|
||||
|
||||
Marks
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue