summaryrefslogtreecommitdiff
path: root/keys
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2020-09-10 22:36:45 -0400
committerGitHub <[email protected]>2020-09-10 22:36:45 -0400
commiteac63ccf8e94803ded15f71ab9ae6821b085afdb (patch)
tree5c09df3874acef48b86fcc784922e6381fde55b6 /keys
parent013bccb990ed204cce615fbfa5c086fa4edd5144 (diff)
parent6e7b73a5c4a5b7836dc3ce29455dc0ebf5c52d48 (diff)
Merge pull request #54 from stealthanthrax/patch-1
Fix Pynvim crashing on OSX
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 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'],