X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.tmux.conf;h=6416c24265f9bfd240e0f3ecb58eed9f51059bb9;hb=b163aac6037d19ed8a2b5d5b0d3aded6483dcbc1;hp=8d964d6cc7163fdcfe0d8424ffc03c8256817e8b;hpb=eb305d6a48927572328e90833b3d54e726655742;p=dotfiles.git diff --git a/.tmux.conf b/.tmux.conf index 8d964d6..6416c24 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,8 +3,7 @@ set-option -g base-index 1 set-option -g pane-base-index 1 # Renumber windows sequentially after closing any of them #set-option -g renumber-windows on -#Commented out - it doesn't work with my tmux. -#Perhaps tmux in Debian 7 is too old. +# Option renumber-windows was implemented in tmux 1.7, tmux in Debian 7 is 1.6. # Attempt to set the client terminal title set-option -g set-titles on @@ -30,7 +29,7 @@ set-window-option -g aggressive-resize on set-option -g visual-activity on set-window-option -g monitor-activity on -# Soften status bar color from harsh green to black on cyan +# Soften status bar color from black on harsh green to black on cyan set-option -g status-fg black set-option -g status-bg cyan @@ -43,5 +42,5 @@ set-option -g history-limit 1000 # C-b C-a for last-window bind-key C-a last-window -# Reload config without restart -bind R source-file ~/.tmux.conf +# C-b R to reload config without restart +bind-key R source-file ~/.tmux.conf