From: Oleg Broytman Date: Thu, 7 Jul 2016 20:22:22 +0000 (+0300) Subject: .tmux.conf: move bindings after settings X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=f0a178bbb3805696b1665841a439cf437ee10820 .tmux.conf: move bindings after settings --- 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