diff options
| author | Miguel <m.i@gmx.at> | 2019-06-07 00:59:56 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-06-07 00:59:56 +0200 |
| commit | 5d5111a9ea6a9b4cc80d12f624724ff5f16eea15 (patch) | |
| tree | fb4cc22f2586f188587068f58d013b597e342f08 /tmux/.tmux.conf | |
| parent | dedbb5b35d4aa2f066482abc227214b712378b0e (diff) | |
better vimrc haskelling and other stuff
Diffstat (limited to 'tmux/.tmux.conf')
| -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 |
