aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-10-26 23:08:10 -0400
committerxero <x@xero.nu>2015-10-26 23:08:10 -0400
commit4656bad823aeed78cf29d3ed3d6ec9ed7c78a917 (patch)
tree6dd66399483bbb58d6f319f68dce803864771f8d /tmux
parentdd1721496914a243fcf7784c9f52950268a04a91 (diff)
downloaddotfiles_ascii-4656bad823aeed78cf29d3ed3d6ec9ed7c78a917.tar.xz
dotfiles_ascii-4656bad823aeed78cf29d3ed3d6ec9ed7c78a917.zip
tmux update
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf12
1 files changed, 4 insertions, 8 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 6dadb17..c5bb96d 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -53,8 +53,10 @@ bind -t vi-copy y copy-pipe 'xclip -in -selection clipboard'
setw -g mode-keys vi
set -g status-keys vi
setw -g utf8 on
-# use mouse in copy mode
-setw -g mode-mouse on
+
+# pleb mode
+#set -g mouse-utf8 on
+#set -g mouse on
# splitting
unbind %
@@ -68,20 +70,14 @@ bind-key -n S-left prev
bind-key -n S-right next
bind-key -n C-left swap-window -t -1
bind-key -n C-right swap-window -t +1
-# with mouse (click on pretty little boxes)
-set -g mouse-select-window on
# colon :
bind : command-prompt
# panes
-set -g mouse-select-pane on
set -g pane-border-fg colour0
set -g pane-active-border-fg colour0
#set -g pane-active-border-attr blink
-# resize panes with mouse (drag borders)
-set -g mouse-select-pane on
-set -g mouse-resize-pane on
# status line
set -g status-utf8 on