config / .tmux.conf /
Newer Older
15 lines | 0.807kb
ajout conf tmux
Sébastien MARQUE authored on 2016-11-04
1
set -g status-right ''
2
set -g status-left  ''
tmux: fix defaut allow-renam...
Sébastien MARQUE authored on 2019-11-24
3
set -g allow-rename on
ajout conf tmux
Sébastien MARQUE authored on 2016-11-04
4
set -g window-status-current-format ''
5
set -g window-status-format '#{window_index}#{window_flags} #{=20:window_name}'
6
bind-key Escape copy-mode
7
bind-key C-b    last-window
8
#set -g status-utf8 on
9
if-shell "test $(hostname) = raspberrypi" "set-option -g status-bg white"
change couleurs bar de statu...
seb authored on 2019-12-08
10
if-shell "test $(hostname) = section" "set-option -g status-bg magenta"
11
if-shell "test $(hostname) = cloud" "set-option -g status-bg red"
ajout conf tmux
Sébastien MARQUE authored on 2016-11-04
12
if-shell "test $(hostname) = piledelinge" "set-option -g status-bg green"
ajout verrouillage auto sess...
Sébastien MARQUE authored on 2019-05-29
13
if-shell "which vlock" "set-option -g lock-command vlock"
14
if-shell "which vlock > /dev/null && test $(hostname) = raspberrypi && egrep -qvw '^192.168.0.(1|3)' <<< $SSH_CLIENT" "set-option lock-after-time 60"
15
if-shell "which vlock" "bind-key x lock-client"