Mercurial > dotfiles.old
comparison 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 |
comparison
equal
deleted
inserted
replaced
141:db9f18f9620b | 142:7a4e97f44baa |
---|---|
46 set -g history-limit 10000 | 46 set -g history-limit 10000 |
47 | 47 |
48 # switch to last pane | 48 # switch to last pane |
49 bind-key C-a last-pane | 49 bind-key C-a last-pane |
50 | 50 |
51 # Map window numbers | |
52 # bind-key & select-window -t 1 | |
53 # bind-key é select-window -t 2 | |
54 # bind-key " select-window -t 3 | |
55 # bind-key ' select-window -t 4 | |
56 # bind-key ( select-window -t 5 | |
57 # bind-key § select-window -t 6 | |
58 # bind-key è select-window -t 7 | |
59 # bind-key ! select-window -t 8 | |
60 # bind-key ç select-window -t 9 | |
61 | |
51 # Local config | 62 # Local config |
52 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' | 63 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' |
53 # bind -t vi-copy 'v' begin-selection | 64 # bind -t vi-copy 'v' begin-selection |
54 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" | 65 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" |
55 set-option -g default-command "reattach-to-user-namespace -l zsh" | 66 set-option -g default-command "reattach-to-user-namespace -l zsh" |