From 3671c156e31c6c23606750e52fd1de76f88ffd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Yaz=C4=B1c=C4=B1o=C4=9Flu?= Date: Sat, 22 Aug 2015 10:47:55 +0300 Subject: [PATCH] Fixed a typo --- doc/vim/navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vim/navigation.md b/doc/vim/navigation.md index 938c1fc1a7..bc610603b9 100644 --- a/doc/vim/navigation.md +++ b/doc/vim/navigation.md @@ -4,6 +4,6 @@ * EasyMotion - hit , esc (forward) or , Shift Esc (back) and watch the magic happen. Just type the letters and jump directly to your target - in the provided vimrc the keys are optimized for home row mostly. Using @skwp modified EasyMotion which uses vimperator-style two character targets. * TagBar - hit , T to see a list of methods in a class (uses ctags) * CtrlP - , t to find a file -* Visual-star-search - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor. +* Visual-star-search - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor. * Ag - super fast search by Silver Searcher. hit K to grep current word * vim-tmux-navigator - nagivate between vim and tmux splits in the same way you move between normal vim splits.