diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.tmux.conf | 12 |
1 files changed, 7 insertions, 5 deletions
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 |
