diff --git a/tmux/.tmux/keybindings.conf b/tmux/.tmux/keybindings.conf index 19212c2..bdfe219 100644 --- a/tmux/.tmux/keybindings.conf +++ b/tmux/.tmux/keybindings.conf @@ -96,4 +96,4 @@ bind _ setw synchronize-panes\; display "Toggle pane synchronization" # bind -n C-S-Left swap-pane -t '{left-of}' # bind -n C-S-Right swap-pane -t '{right-of}' -bind f display-popup -E "tmux list-windows -a -aF '#{session_name}:#{window_index} #{window_name}' | ~/.fzf/bin/fzf --reverse | cut -d ' ' -f1 | xargs tmux switch-client -t" +bind f display-popup -E "tmux list-windows -a -aF '#{session_name}:#{window_index} #{window_name}' | ~/.fzf/bin/fzf --reverse | cut -d ' ' -f1 | xargs -r tmux switch-client -t"