diff options
author | Chris <[email protected]> | 2021-02-15 01:34:49 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2021-02-15 01:34:49 -0500 |
commit | b20b925e7f053ddc2fa535176a12a07fb47b8599 (patch) | |
tree | fb0c993ac82e9c87e93826ecf4a1b93a83d9a820 /keys | |
parent | b3e9993ed819ce47126e185a0a2c76f2482ef66d (diff) | |
parent | dc98e51bb81afa9f79d1e29da98bfd447b63f666 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/nvim
Diffstat (limited to 'keys')
-rw-r--r-- | keys/which-key.vim | 2 |
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 |