summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nv-whichkey/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-whichkey/init.vim b/lua/nv-whichkey/init.vim
index d83f5c33..cc55de2f 100644
--- a/lua/nv-whichkey/init.vim
+++ b/lua/nv-whichkey/init.vim
@@ -58,7 +58,7 @@ let g:which_key_map.a = {
\ 'w' : [':StripWhitespace' , 'strip whitespace'],
\ }
-b is for buffer
+" b is for buffer
let g:which_key_map.b = {
\ 'name' : '+buffer' ,
\ '>' : [':BufferMoveNext' , 'move next'],