From 4f9160e1b5b851df1468b6b68d91bc66a23e3fbb Mon Sep 17 00:00:00 2001 From: Nikolai Date: Mon, 5 Feb 2018 20:35:19 +0000 Subject: [PATCH] Update ,K in docs https://github.com/skwp/dotfiles/commit/78da69d421ba3af8f835fdb6aa6c0076154472a2 --- 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 7b7fef4b..a3508661 100644 --- a/doc/vim/navigation.md +++ b/doc/vim/navigation.md @@ -4,5 +4,5 @@ * 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. * 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. -* Ag - super fast search by Silver Searcher. hit K to grep current word +* 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.