From 32cc5bec632fc95667cb443cb3aa2409ecd8fa00 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 15 Apr 2015 03:41:46 +0800 Subject: [PATCH] Update vim tags --- vim.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vim.md b/vim.md index 816463a71..8d5a2bd5b 100644 --- a/vim.md +++ b/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 -----