Skip to content

Commit

Permalink
tmux: Q -> kill-session
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Oct 18, 2023
1 parent 46b3fb1 commit 0dc993b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -g history-limit 10000
bind-key -n C-f send-prefix

bind-key q kill-pane
bind-key Q kill-window
bind-key Q kill-session

# Dump pane to file
bind-key P 'capture-pane' \; capture-pane -S - \; save-buffer /tmp/pane \; delete-buffer
Expand Down

0 comments on commit 0dc993b

Please sign in to comment.