在 GVim 中使用 gnome-terminal 作为 Fzf 启动器

在 GVim 中使用 gnome-terminal 作为 Fzf 启动器

你如何使用gnome 终端作为发射者陣陣维姆而不是默认的终端

https://github.com/junegunn/fzf

let g:fzf_launcher = 'xterm -e bash -ic %s'

我想使用gnome 终端因为它的界面更加熟悉。

答案1

通过添加和/或删除选项反复试验确定:

let g:fzf_launcher='gnome-terminal --disable-factory -x bash -ic %s'

相关内容