Skip to content
Snippets Groups Projects
Commit 0dc950fc authored by jkerdreu's avatar jkerdreu
Browse files

tmux 3.0

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2451 b32b6428-25c9-4566-ad07-03861ab6144f
parent cf5e956a
No related branches found
No related tags found
No related merge requests found
set -g default-terminal "screen-256color" # colors!
# cssh
bind-key = set-window-option synchronize-panes \; display 'Switching synchronize'
# interface
#------------
# pane
#------------
set -g pane-border-fg black
set -g pane-active-border-fg blue
set -g pane-border-status top
set -g pane-border-style fg=blue
set -g pane-active-border-style fg=colour39
#------------
......@@ -17,6 +19,7 @@ set -g pane-border-status top
setw -g window-status-format "#[fg=white]#[bg=blue]#I #[bg=blue]#[fg=white]#W "
setw -g window-status-current-format "#[bg=red]#[fg=white,bold][#I #[fg=white,bold]#[bg=red]#W]"
#------------
# status bar
#------------
......@@ -40,7 +43,13 @@ set -g mouse on
bind-key m set-option -g mouse on \; display 'Mouse: ON'
bind-key M set-option -g mouse off \; display 'Mouse: OFF'
#-----------------
# pane navigation
#-----------------
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
#-------------------
# window navigation
#-------------------
......@@ -50,10 +59,9 @@ bind -r C-p previous-window # select previous window
bind -r C-n next-window # select next window
bind Tab choose-window # move to last active window
bind -r C-s setw synchronize-panes \; display 'Switching synchronize'
bind -r k kill-pane
bind -r § source ~/.tmux.conf \; display 'Loaded config file'
bind -r r source ~/.tmux.conf \; display 'Loaded config file'
# enable activity alerts
......@@ -61,7 +69,7 @@ bind -r § source ~/.tmux.conf \; display 'Loaded config file'
# set -g visual-activity on
#set -g status-interval 300
set -g status-interval 20
setw -g xterm-keys on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment