summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGharbi Mohamed <[email protected]>2020-07-15 03:05:11 +0100
committerGharbi Mohamed <[email protected]>2020-07-15 03:05:11 +0100
commit82286eca1918daea625fd40e12f2d4c43b70a9ee (patch)
tree77c65e458c4e4bac809955fb5a9b22880344c5f6
parentf3ba68b3cc03cbd07b5145c62b885db5a1ba0177 (diff)
modify '/' mapping to call the Comment function
-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' ]