diff tmux.conf @ 142:7a4e97f44baa

Show backgrounded jobs
author zegervdv <zegervdv@me.com>
date Mon, 13 Oct 2014 10:46:00 +0200
parents e037d9b797eb
children 0d420021bd5d
line wrap: on
line diff
--- a/tmux.conf	Thu Oct 09 08:49:21 2014 +0200
+++ b/tmux.conf	Mon Oct 13 10:46:00 2014 +0200
@@ -48,6 +48,17 @@
 # switch to last pane
 bind-key C-a last-pane
 
+# Map window numbers
+# bind-key & select-window -t 1
+# bind-key é select-window -t 2
+# bind-key " select-window -t 3
+# bind-key ' select-window -t 4
+# bind-key ( select-window -t 5
+# bind-key § select-window -t 6
+# bind-key è select-window -t 7
+# bind-key ! select-window -t 8
+# bind-key ç select-window -t 9
+
 # Local config
 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
 # bind -t vi-copy 'v' begin-selection