Fix tmux client-switching command
This commit is contained in:
parent
856fad6c9a
commit
2c5685afaf
1 changed files with 1 additions and 1 deletions
|
@ -53,4 +53,4 @@ bind-key -r L resize-pane -R 5
|
|||
|
||||
# fuzzy switch to session
|
||||
unbind-key s
|
||||
bind-key s run-shell -b "tmux switch-client -t $(tmux list-sessions | awk -F: '{print $2}' | fzf-tmux -p | tr -d '\n')"
|
||||
bind-key s run-shell -b "tmux switch-client -t $(tmux list-sessions | awk -F: '{print $1}' | fzf-tmux -p | tr -d '\n')"
|
||||
|
|
Loading…
Add table
Reference in a new issue