From e3aea319ab50b3d366d40b052d48335ddeb29d84 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Fri, 16 Sep 2022 19:57:49 +0300 Subject: [PATCH] [tmux] finally disabled suspend-client hotkey --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index c5bc63c..2d6733b 100755 --- a/tmux.conf +++ b/tmux.conf @@ -10,6 +10,8 @@ set allow-rename off unbind C-b set-option -g prefix C-x bind-key C-x send-prefix + +unbind C-z # https://superuser.com/questions/1291278/accidentally-stop-the-tmux-job-via-remote-shell # reload config file (change file location to your the tmux.conf you want to use) bind r source-file ~/.tmux.conf \; display "Reloaded!"