about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-04 17:18:01 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-04 17:18:01 +0200
commitde6411c3382199eddd5490c987ad7809a137047e (patch)
treee1827242d5034bcf6e7d0399bc4ed0d3964362f9 /config.arg.h
parente316cf53f618dd1dd82828ca5c4e566968473f3a (diff)
downloaddwm-de6411c3382199eddd5490c987ad7809a137047e.tar.gz
Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1da
Diffstat (limited to 'config.arg.h')
0 files changed, 0 insertions, 0 deletions
2 3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27


                                         


                                                                   




                                                                              
                                              
 











                                                                   

               
set -g default-terminal "screen-256color"

set-window-option -g mode-keys vi
bind-key -T copy-mode-vi 'v' send-keys -X begin-selection
bind-key -T copy-mode-vi 'y' send-keys -X copy-selection-and-cancel


# Vim style
# copy tmux's selection buffer into the primary X selection with PREFIX+CTRL+Y
bind-key u run "tmux save-buffer - | xsel -ib"
# copy primary X selection into tmux's selection buffer with PREFIX+CTRL+P
bind-key e run "xsel -ob | tmux load-buffer -"

set-option -g set-titles on
set-option -g set-titles-string '#S> #I.#P #W'

set -g visual-activity on
set -g monitor-activity on
set -g visual-bell on
set -g bell-action any

## Join windows: <prefix> s, <prefix> j
bind-key j command-prompt -p "join pane from:"  "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:"  "join-pane -t '%%'"

# Torn on mouse
set -g mouse on