X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.tmux.conf;h=87a132f73b67b18a4838722f5f1d23d097fb5211;hb=80c6260ae2612ec45eb2f2abd1088a3a7eab10d6;hp=b301c694633ddf12187f96a328600f02c4fd08ea;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/.tmux.conf b/.tmux.conf index b301c69..87a132f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,8 @@ 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. # Attempt to set the client terminal title set-option -g set-titles on @@ -28,7 +30,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 @@ -41,5 +43,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