From 0392d068380d0ca8170f6959badd1a4dd4a67c70 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 16 Jul 2015 17:34:31 +0300 Subject: [PATCH] .tmux: add (commented out) prefix change --- .tmux.conf | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 009d69f..64b6b0a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,13 @@ +# Set the command prefix to match GNU screen (CTRL+a) +# set-option -g prefix C-a +# +# Use C-a C-a key to send prefix instead of the default +# unbind-key C-b +# bind-key C-a send-prefix +# +# C-a for last-window +# bind-key C-a last-window + # Start window numbers at 1 to match keyboard order with tmux window order set-option -g base-index 1 set-option -g pane-base-index 1 @@ -38,8 +48,5 @@ set-window-option -g clock-mode-colour black # Increase scrollback lines set-option -g history-limit 1000 -# C-b C-a for last-window -bind-key C-a last-window - -# C-b R to reload config without restart +# R to reload config without restart bind-key R source-file ~/.tmux.conf -- 2.39.2