Change session keybinding for tmux
This commit is contained in:
parent
78b7c4d420
commit
da0745e97f
1 changed files with 4 additions and 3 deletions
|
|
@ -101,6 +101,7 @@ set -g @resurrect-processes 'vi vim nvim man "~pnpm dev->pnpm dev *"'
|
||||||
TMUX_FZF_LAUNCH_KEY="w"
|
TMUX_FZF_LAUNCH_KEY="w"
|
||||||
TMUX_FZF_OPTIONS="-p -w 80% -h 60% -m"
|
TMUX_FZF_OPTIONS="-p -w 80% -h 60% -m"
|
||||||
|
|
||||||
# Tmux Managment
|
# Tmux Management
|
||||||
bind-key "f" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch"
|
set -g @session-wizard 'f'
|
||||||
bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch"
|
bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch"
|
||||||
|
# bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue