summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur <[email protected]>2021-02-09 07:42:03 +0100
committerGitHub <[email protected]>2021-02-09 01:42:03 -0500
commitdc98e51bb81afa9f79d1e29da98bfd447b63f666 (patch)
treeb3809893f24f7b3b79a6f55442adfefc2e078ee2
parentfdf6216d1ab41cc1a3b1f19fbb9966379d203558 (diff)
add missing colon makes CocSearch working with which-key (#111)
-rw-r--r--keys/which-key.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/keys/which-key.vim b/keys/which-key.vim
index 5dcedce6..f9759637 100644
--- a/keys/which-key.vim
+++ b/keys/which-key.vim
@@ -18,7 +18,7 @@ let g:which_key_sep = '→'
" set timeoutlen=100
" Coc Search & refactor
-nnoremap <leader>? CocSearch <C-R>=expand("<cword>")<CR><CR>
+nnoremap <leader>? :CocSearch <C-R>=expand("<cword>")<CR><CR>
let g:which_key_map['?'] = 'search word'
" Not a fan of floating windows for this