From 313ef038ee2cb4b53c12a225f8befa02e7ba8712 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Tue, 27 Jul 2021 22:08:01 +0100 Subject: [PATCH] tmux prefix restored --- config/.tmux.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/.tmux.conf b/config/.tmux.conf index 2398b07..aeaed9f 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -1,9 +1,9 @@ # # Ctrl-a is the prefix. # -set -g prefix ALT-b -bind ALT-b send-prefix unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix # Start windows from #1 (default #0) set -g base-index 1 @@ -16,8 +16,9 @@ set -g status-position top set -g history-limit 100000 # 256color mode. -set -g default-terminal "tmux-256color" -setw -g xterm-keys on +#set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" +# setw -g xterm-keys on # VI mode set -g status-keys vi