From 23e5099b005f0181756b14c20c800c584399aeb1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 10 Jun 2019 08:06:29 -0700 Subject: [tmux] here we go again --- tmux.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tmux.conf (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..3c1a0ce --- /dev/null +++ b/tmux.conf @@ -0,0 +1,17 @@ +set-option -g prefix C-z +bind-key a send-prefix + +set-option -g base-index 1 +set-option -g renumber-windows on +set-option -g set-titles on +set-option -g set-titles-string '@#h' + +set -g history-limit 20000 + +set -g set-titles on +set -g set-titles-string "#T" + +set-option -g default-terminal "xterm-256color" +set-option -g xterm-keys on + +set-option -g mouse on -- cgit v1.2.3