Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Apr 15, 2024
1 parent 6dfdbe1 commit 33f94ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ unbind b
bind b break-pane

# same as <prefix>+.
# NOTE: fzf-tmux may hang up when wezterm is used, but adding the -p option to fzf-tmux leads to success
unbind m
bind m run-shell "tmux list-sessions | fzf-tmux -p -- --prompt='move to: ' | awk -F : '{ print \$1 }' | xargs -I % tmux move-window -t %:"

0 comments on commit 33f94ff

Please sign in to comment.