Skip to content

Commit

Permalink
feat(tmux): bind b for break pane
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJameson committed Feb 27, 2025
1 parent 88900dc commit 18aaed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ bind-key -T copy-mode-vi "v" send -X begin-selection
bind-key -T copy-mode-vi "y" send -X copy-selection
bind-key m choose-window -F "#{window_index}: #{window_name}" "join-pane -h -t %%"
bind-key M choose-window -F "#{window_index}: #{window_name}" "join-pane -v -t %%"
bind-key b break-pane
bind -n Pageup copy-mode -u
bind -n Pagedown copy-mode -u
Expand Down

0 comments on commit 18aaed5

Please sign in to comment.