X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.tmux.conf;h=64b6b0a1b4f0c0b6d05e3edb6e15e205214dc2dd;hp=009d69ffb4417364b1571873d605abc11f35a178;hb=0392d068380d0ca8170f6959badd1a4dd4a67c70;hpb=56329756fa00ef4e8c609b898192eb188419e8d5 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