This commit is contained in:
Alexander Navarro 2023-04-02 20:21:15 -04:00
parent 3afa9900ce
commit 7aa43dbb76
5 changed files with 67 additions and 20 deletions

View file

@ -68,5 +68,5 @@ TMUX_FZF_LAUNCH_KEY="w"
TMUX_FZF_OPTIONS="-p -w 80% -h 60% -m"
# Tmux Managment
bind-key "F" run-shell -b "$HOME/.tmux/plugins/tmux-fzf/scripts/session.sh switch"
bind-key "f" run-shell -b "$HOME/.tmux/plugins/tmux-fzf/scripts/window.sh switch"
bind-key "f" run-shell -b "$HOME/.tmux/plugins/tmux-fzf/scripts/session.sh switch"
bind-key "F" run-shell -b "$HOME/.tmux/plugins/tmux-fzf/scripts/window.sh switch"