Browse Source

zsh: disable mouse for fzf

raylu 2 năm trước cách đây
mục cha
commit
57c0e0cfdc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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