diff options
author | Matt Turner <mattst88@gmail.com> | 2024-03-06 11:45:56 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-03-06 11:45:56 -0500 |
commit | cf59f9f46650799105968877804b240042a94aa3 (patch) | |
tree | 17a737c8043c9ec1a0efd917d080087f20939b36 | |
parent | 55ce8421f5e92336ead620c20c5db0ecb27884fa (diff) |
zsh: Set FZF_TMUX and FZF_TMUX_OPTS
-rwxr-xr-x | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |