From 0dc993bd4defdb8c5b196276186e3c35eb2022d7 Mon Sep 17 00:00:00 2001 From: Chris Down Date: Wed, 18 Oct 2023 01:58:52 +0100 Subject: [PATCH] tmux: Q -> kill-session --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 9f57cd79..c88a650a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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