summaryrefslogtreecommitdiff
path: root/keys/which-key.vim
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2020-07-14 22:26:05 -0400
committerGitHub <[email protected]>2020-07-14 22:26:05 -0400
commit337e7b55c8807e505ee9273467092d38bbe75a51 (patch)
tree21a5f81dcac94db41f3a3c966225132d44f97a18 /keys/which-key.vim
parentb178b332dd191d606ea50762563434edc2f8ea54 (diff)
parent51d9b8841d45992d7d0e66d51844f50ac428541a (diff)
Merge pull request #37 from ghmhd/@ghmhd/feature/add-multiline-comment-support
Add multi line comment
Diffstat (limited to 'keys/which-key.vim')
-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 661882c1..cc0c41a2 100644
--- a/keys/which-key.vim
+++ b/keys/which-key.vim
@@ -25,7 +25,7 @@ autocmd FileType which_key set laststatus=0 noshowmode noruler
" Single mappings
-let g:which_key_map['/'] = [ ':Commentary' , 'comment' ]
+let g:which_key_map['/'] = [ ':call Comment()' , 'comment' ]
let g:which_key_map['.'] = [ ':e $MYVIMRC' , 'open init' ]
let g:which_key_map[';'] = [ ':Commands' , 'commands' ]
let g:which_key_map['='] = [ '<C-W>=' , 'balance windows' ]