diff options
author | Chris <[email protected]> | 2020-05-15 13:47:42 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-15 13:47:42 -0400 |
commit | 88f156841b8828e179f6183db5ed43da4b724127 (patch) | |
tree | 3f9b8c6874eb72a938718f39950f3e5c01ecef13 /keys | |
parent | fb1375531a3178cf5bbe87c8bd7c667435553ec2 (diff) |
udpate docker install
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 a75f473a..a7ff908a 100644 --- a/keys/which-key.vim +++ b/keys/which-key.vim @@ -164,7 +164,7 @@ let g:which_key_map.l = { \ 'Z' : [':CocEnable' , 'enable CoC'], \ } -" t is for toggle +" t is for terminal let g:which_key_map.t = { \ 'name' : '+terminal' , \ ';' : [':FloatermNew --wintype=popup --height=6' , 'terminal'], |