summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 5532581..97fcccf 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -3,7 +3,12 @@ set-option -ga terminal-overrides ",xterm-256color-italic:Tc"
set -g status-bg '#2ecc71'
set -g status-fg '#ecf0f1'
set -g history-limit 50000
+
+setw -g mode-keys vi
set -g mouse on
+set-option -s set-clipboard off
+bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy -se c -i"
+
set -g status-left ''
set -g status-right "%d/%m/%Y %H:%M"