summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-02 12:28:13 -0400
committerChris <[email protected]>2020-04-02 12:28:13 -0400
commit44e323b526c00642f49709ad734ce7e6fdbe2c26 (patch)
treebb2bd09a43906cbf3e7901781807490d90652969 /modules
parent891d80634492b7d291379f9051c6d814b8f029ec (diff)
auto push
Diffstat (limited to 'modules')
-rw-r--r--modules/vim-which-key.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/vim-which-key.vim b/modules/vim-which-key.vim
index 32fd033f..7388e02b 100644
--- a/modules/vim-which-key.vim
+++ b/modules/vim-which-key.vim
@@ -46,6 +46,7 @@ let g:which_key_map.t = {
\ 'r' : [':set norelativenumber!' , 'rel-line-numbers'] ,
\ 's' : [':let @/ = ""' , 'remove-search-highlight'] ,
\ 'c' : ['ColorToggle' , 'remove-color'] ,
+ \ 't' : [':6sp term://zsh' , 'terminal'] ,
\ }
let g:which_key_map.h = {