summaryrefslogtreecommitdiff
path: root/dot_tmux.conf
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2017-07-06 13:34:46 -0700
committerAlex Auvolat <alex@adnab.me>2018-01-15 14:44:49 +0100
commitf0f0f6c6058def87ed3fd9b4dfb17ec934543b5a (patch)
tree6f407fb014492c73b4dcc15db98d9503c23eec16 /dot_tmux.conf
parent77fada76853c8fc2e11b16a78809dd827c117114 (diff)
downloaduser-config-f0f0f6c6058def87ed3fd9b4dfb17ec934543b5a.tar.gz
user-config-f0f0f6c6058def87ed3fd9b4dfb17ec934543b5a.zip
Updates :)
Diffstat (limited to 'dot_tmux.conf')
-rw-r--r--dot_tmux.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/dot_tmux.conf b/dot_tmux.conf
index 0f09c74..fe5de5b 100644
--- a/dot_tmux.conf
+++ b/dot_tmux.conf
@@ -3,8 +3,8 @@ unbind C-s
bind-key C-s copy-mode
unbind q
bind-key q copy-mode
-bind-key -t vi-copy 'v' begin-selection
-bind-key -t vi-copy 'y' copy-selection
+#bind-key -t vi-copy 'v' begin-selection
+#bind-key -t vi-copy 'y' copy-selection
unbind p
bind p paste-buffer
@@ -24,9 +24,7 @@ unbind ^A
bind ^A select-pane -t :.+
# Enable mouse control (clickable windows, panes, resizable panes)
-set -g mouse-select-window on
-set -g mouse-select-pane on
-set -g mouse-resize-pane on
+set -g mouse on
# don't rename windows automatically
set-option -g allow-rename off
@@ -59,7 +57,7 @@ set -g pane-active-border-fg brightred
## Status bar design
# status line
-set -g status-utf8 on
+#set -g status-utf8 on
set -g status-justify left
set -g status-bg default
set -g status-fg colour12