From f573dc387bd6ff87bfdfe1305af43e1437e3281f Mon Sep 17 00:00:00 2001 From: Kirill Lappo Date: Wed, 18 Dec 2019 16:26:54 +0300 Subject: [PATCH] added PREFIX z binding for kill-session command --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index de35325..94158d3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -58,6 +58,9 @@ set -g visual-activity off # create session bind C-c new-session +# kill current session +bind z kill-session + # find session bind C-f command-prompt -p find-session 'switch-client -t %%'