Skip to content

Commit a68b16a

Browse files
committed
vim: unset $TERM in GUIs for fzf on Windows
Workaround for junegunn/fzf#1677 (comment)
1 parent 5c4b597 commit a68b16a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ if has('autocmd')
509509
if s:is_gui
510510
set mouse=a
511511

512+
let $TERM = ''
512513
if $ConEmuANSI ==# 'ON'
513514
let $ConEmuANSI = 'OFF'
514515
endif

0 commit comments

Comments
 (0)