Skip to content

Commit

Permalink
Fix session search
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendelski committed Jan 28, 2024
1 parent e50f09e commit 444a6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux/keybindings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 444a6a1

Please sign in to comment.