From f0a178bbb3805696b1665841a439cf437ee10820 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Jul 2016 23:22:22 +0300 Subject: [PATCH] .tmux.conf: move bindings after settings --- .tmux.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index c283bda..b0a2d82 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,13 +1,3 @@ -# 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 @@ -76,3 +66,13 @@ set-option -g history-limit 1000 # R to reload config without restart bind-key R source-file ~/.tmux.conf \; display "Reloaded!" + +# 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 -- 2.39.5