Merge pull request #53 from sobelek/master

fix not-existing Floaterm wintype option
This commit is contained in:
Christian Chiarulli 2020-09-08 10:51:16 -04:00 committed by GitHub
commit 2d2162a481
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],