diff options
author | Chris <[email protected]> | 2021-03-15 13:49:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 13:49:01 -0400 |
commit | c2eb12dc46be3850f11789655fe967fd8f5b0743 (patch) | |
tree | 927a9c45193598bb842e5bf95cc7088f87b8c8bc /lua/nv-whichkey | |
parent | c09032b8c084bbc36e591582da80b14f02e6cedf (diff) | |
parent | 54dfe417143d67c64ff5c779f561cda0182670e3 (diff) |
updates
Diffstat (limited to 'lua/nv-whichkey')
-rw-r--r-- | lua/nv-whichkey/init.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/nv-whichkey/init.vim b/lua/nv-whichkey/init.vim index 313deada..54919914 100644 --- a/lua/nv-whichkey/init.vim +++ b/lua/nv-whichkey/init.vim @@ -31,9 +31,11 @@ let g:which_key_map['e'] = [ ':NvimTreeToggle' , let g:which_key_map['h'] = [ '<C-W>s' , 'split below'] let g:which_key_map['n'] = [ ':let @/ = ""' , 'no highlight' ] let g:which_key_map['r'] = [ ':RnvimrToggle' , 'ranger' ] +" TODO create entire treesitter section let g:which_key_map['T'] = [ ':TSHighlightCapturesUnderCursor' , 'treesitter highlight' ] let g:which_key_map['v'] = [ '<C-W>v' , 'split right'] -let g:which_key_map['z'] = [ 'Goyo' , 'zen' ] +" Add Zen mode, play nice with status line +" let g:which_key_map['z'] = [ 'Goyo' , 'zen' ] " Group mappings |