aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-18 14:46:04 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-18 14:46:04 +0000
commitf62d58e1fb22d935a6a9fc77a99d7332010dbdc0 (patch)
tree0efe0a26f56d930f2f9ce6936b32467ac1002d01 /examples
parenta15f8fc4a66420615d237313c6a01fcf532c52a2 (diff)
downloadrtmux-f62d58e1fb22d935a6a9fc77a99d7332010dbdc0.tar.gz
rtmux-f62d58e1fb22d935a6a9fc77a99d7332010dbdc0.tar.bz2
rtmux-f62d58e1fb22d935a6a9fc77a99d7332010dbdc0.zip
Update with new features.
Diffstat (limited to 'examples')
-rw-r--r--examples/n-marriott.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/n-marriott.conf b/examples/n-marriott.conf
index 8b4874a9..4acb8d13 100644
--- a/examples/n-marriott.conf
+++ b/examples/n-marriott.conf
@@ -22,13 +22,15 @@ bind w switchc -t1
bind e switchc -t2
# Other key bindings.
-bind i list-windows
+bind i choose-window
bind m setw monitor-activity
bind y setw force-width 81
bind u setw force-width 0
+bind N neww \; splitw -d
+
bind ~ split-window "top -s 0.5"
bind "#" split-window "ncmpc -f ~/.ncmpc.conf"
bind / command-prompt "split-window 'man %%'"
@@ -38,7 +40,6 @@ new -d -s0 -nirssi 'ssh -t natalya screen -DRS irssi irssi'
setw -t0:0 monitor-activity on
setw -t0:0 aggressive-resize on
set -t0 status-bg green
-set -t0 status-left '[0]'
neww -d -ntodo 'exec emacs ~/TODO'
setw -t0:1 aggressive-resize on
neww -d -nncmpc 'exec ncmpc -f ~/.ncmpc.conf'
@@ -51,11 +52,16 @@ neww -d
neww -d
neww -d
neww -d
+neww -d
+neww -d
+neww -d
+neww -d
+neww -d
+neww -d
# Second session.
new -d -s1
set -t1 status-bg cyan
-set -t1 status-left '[1]'
linkw -dk -t0 -s0:0
linkw -dk -t1 -s0:1
linkw -dk -t2 -s0:2
@@ -70,7 +76,6 @@ neww -d
# Third session.
new -d -s2
set -t2 status-bg yellow
-set -t2 status-left '[2]'
linkw -dk -t0 -s0:0
linkw -dk -t1 -s0:1
linkw -dk -t2 -s0:2