aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 6d060f8..a4996f0 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -17,6 +17,8 @@ set -g status-bg '#222222'
17set -g status-fg '#ffffff' 17set -g status-fg '#ffffff'
18set -g window-status-current-format "#[fg=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]" 18set -g window-status-current-format "#[fg=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]"
19 19
20bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
21
20bind-key Up select-pane -U 22bind-key Up select-pane -U
21bind-key Down select-pane -D 23bind-key Down select-pane -D
22bind-key Left select-pane -L 24bind-key Left select-pane -L