diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-02-09 15:40:19 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-02-09 15:40:19 +0100 |
commit | a739f6d30cf85f458b3601d72c442e566d4f29ef (patch) | |
tree | b04b31f47e5e27c56e035e58ad3cf2636c356a9b | |
parent | 9f72cfc51c5d7632a7299ffd6a1386eda013ab2d (diff) | |
download | dotfiles-a739f6d30cf85f458b3601d72c442e566d4f29ef.tar.gz dotfiles-a739f6d30cf85f458b3601d72c442e566d4f29ef.tar.bz2 dotfiles-a739f6d30cf85f458b3601d72c442e566d4f29ef.zip |
tmux: enable mouse support
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e60d09b..1fc7f0c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,6 @@ set -s escape-time 0 set -g default-terminal "screen-256color" +set -g mouse on if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on" set-hook -g window-linked 'if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on"' |