diff options
| author | Chris <[email protected]> | 2020-04-02 12:28:13 -0400 |
|---|---|---|
| committer | Chris <[email protected]> | 2020-04-02 12:28:13 -0400 |
| commit | 44e323b526c00642f49709ad734ce7e6fdbe2c26 (patch) | |
| tree | bb2bd09a43906cbf3e7901781807490d90652969 /modules/vim-which-key.vim | |
| parent | 891d80634492b7d291379f9051c6d814b8f029ec (diff) | |
auto push
Diffstat (limited to 'modules/vim-which-key.vim')
| -rw-r--r-- | modules/vim-which-key.vim | 1 |
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 = { |
