mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Sync.
This commit is contained in:
parent
45ac2cc4e7
commit
809902226e
@ -1,4 +1,4 @@
|
|||||||
# $Id: n-marriott.conf,v 1.10 2009-10-25 21:45:26 nicm Exp $
|
# $Id: n-marriott.conf,v 1.11 2009-11-24 19:03:59 nicm Exp $
|
||||||
#
|
#
|
||||||
# By Nicholas Marriott. Public domain.
|
# By Nicholas Marriott. Public domain.
|
||||||
|
|
||||||
@ -11,6 +11,7 @@ set -g lock-after-time 1800
|
|||||||
# Default global window options.
|
# Default global window options.
|
||||||
setw -g remain-on-exit on
|
setw -g remain-on-exit on
|
||||||
setw -g window-status-current-attr "underscore"
|
setw -g window-status-current-attr "underscore"
|
||||||
|
#setw -g xterm-keys on
|
||||||
|
|
||||||
# Prefix key.
|
# Prefix key.
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
@ -48,6 +49,10 @@ bind -n F4 run-shell 'mpc next >/dev/null 2>&1'
|
|||||||
bind -n F5 run-shell 'mpc volume -5 >/dev/null 2>&1'
|
bind -n F5 run-shell 'mpc volume -5 >/dev/null 2>&1'
|
||||||
bind -n F6 run-shell 'mpc volume +5 >/dev/null 2>&1'
|
bind -n F6 run-shell 'mpc volume +5 >/dev/null 2>&1'
|
||||||
|
|
||||||
|
# Hide and show window name from status line
|
||||||
|
bind '-' setw window-status-format '#I'\; setw window-status-current-format '#I'
|
||||||
|
bind '+' setw window-status-format '#I:#W#F'\; setw window-status-current-format '#I:#W#F'
|
||||||
|
|
||||||
# First session.
|
# First session.
|
||||||
new -d -s0 -nirssi 'exec ssh -t natalya exec sh ~/bin/tmux-start'
|
new -d -s0 -nirssi 'exec ssh -t natalya exec sh ~/bin/tmux-start'
|
||||||
setw -t0:0 monitor-activity on
|
setw -t0:0 monitor-activity on
|
||||||
@ -69,6 +74,10 @@ neww -d
|
|||||||
neww -d
|
neww -d
|
||||||
neww -d
|
neww -d
|
||||||
neww -d
|
neww -d
|
||||||
|
neww -d
|
||||||
|
neww -d
|
||||||
|
neww -d
|
||||||
|
neww -d
|
||||||
|
|
||||||
# Second session.
|
# Second session.
|
||||||
new -d -s1
|
new -d -s1
|
||||||
|
Loading…
Reference in New Issue
Block a user