[tmux] finally disabled suspend-client hotkey

This commit is contained in:
2022-09-16 19:57:49 +03:00
parent c2b0525451
commit e3aea319ab

View File

@@ -11,6 +11,8 @@ 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!"