mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
Update vim tags
This commit is contained in:
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
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user