summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 7df3240..f242497 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -17,6 +17,8 @@ plugins=(
source $ZSH/oh-my-zsh.sh
+export FZF_TMUX=1
+export FZF_TMUX_OPTS='-p90%,80%'
export EDITOR=nvim
export HISTSIZE=5000
export HISTFILE="$HOME/.history"