diff options
Diffstat (limited to 'dot_tmux.conf')
-rw-r--r-- | dot_tmux.conf | 10 |
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 |