summaryrefslogtreecommitdiff
path: root/keys
diff options
context:
space:
mode:
authorChris <[email protected]>2020-05-15 13:47:42 -0400
committerChris <[email protected]>2020-05-15 13:47:42 -0400
commit88f156841b8828e179f6183db5ed43da4b724127 (patch)
tree3f9b8c6874eb72a938718f39950f3e5c01ecef13 /keys
parentfb1375531a3178cf5bbe87c8bd7c667435553ec2 (diff)
udpate docker install
Diffstat (limited to 'keys')
-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 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'],