瀏覽代碼

zsh: disable mouse for fzf

raylu 2 年之前
父節點
當前提交
57c0e0cfdc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zshrc

+ 1 - 0
zshrc

@@ -128,6 +128,7 @@ if [ -d $HOME/bin ]; then
 fi
 
 if [ -x /usr/bin/fzf ]; then
+	FZF_DEFAULT_OPTS='--no-mouse'
 	source "/usr/share/doc/fzf/examples/key-bindings.zsh"
 fi