From 4656bad823aeed78cf29d3ed3d6ec9ed7c78a917 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 26 Oct 2015 23:08:10 -0400 Subject: tmux update --- tmux/.tmux.conf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'tmux') 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 -- cgit v1.2.1