From 5d5111a9ea6a9b4cc80d12f624724ff5f16eea15 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 7 Jun 2019 00:59:56 +0200 Subject: better vimrc haskelling and other stuff --- tmux/.tmux.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6722cf5..3e94f46 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -27,10 +27,10 @@ unbind C-b # vi mode set-window-option -g mode-keys vi -# terminal +# terminal # set -g default-terminal "tmux-256color" # this makes problems in mc #set -g default-terminal "xterm-256color" -set -g default-terminal "screen-256color" +set -g default-terminal "screen-256color" set -g base-index 1 # ADDED AT WORK # escape timeout @@ -51,9 +51,11 @@ bind -n M-Up select-pane -U bind -n M-Down select-pane -D # 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-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 -- cgit v1.2.3