diff options
| author | Jakub Sobczak <[email protected]> | 2020-09-08 15:15:42 +0200 | 
|---|---|---|
| committer | Jakub Sobczak <[email protected]> | 2020-09-08 15:15:42 +0200 | 
| commit | abd3e09c5aa81440b2233a58730fe1ba0b3ce2f2 (patch) | |
| tree | 8f3cbe54bbb61ed0faf9ca9c88d7bc217c0dd9fb | |
| parent | 4625145d0278d4a039e55c433af9916d93e7846a (diff) | |
fix not-existing Floaterm wintype option
| -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 30e6703a..06b66fda 100644 --- a/keys/which-key.vim +++ b/keys/which-key.vim @@ -230,7 +230,7 @@ let g:which_key_map.l = {  " t is for terminal  let g:which_key_map.t = {        \ 'name' : '+terminal' , -      \ ';' : [':FloatermNew --wintype=popup --height=6'        , 'terminal'], +      \ ';' : [':FloatermNew --wintype=normal --height=6'        , 'terminal'],        \ 'f' : [':FloatermNew fzf'                               , 'fzf'],        \ 'g' : [':FloatermNew lazygit'                           , 'git'],        \ 'd' : [':FloatermNew lazydocker'                        , 'docker'], | 
