diff options
author | Tharre <tharre3@gmail.com> | 2017-11-20 16:26:55 +0000 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-11-20 16:26:55 +0000 |
commit | 5ecd45707e76c371a36ad6b066504682ecdafc9f (patch) | |
tree | bfbd566fb1f6a17db5827f8334c7f0abc974f4b6 | |
parent | f35013e73bb52558afe355af8f463dbf7b7680d2 (diff) | |
download | dotfiles-5ecd45707e76c371a36ad6b066504682ecdafc9f.tar.gz dotfiles-5ecd45707e76c371a36ad6b066504682ecdafc9f.tar.xz dotfiles-5ecd45707e76c371a36ad6b066504682ecdafc9f.zip |
tmux: enable mouse support
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ set -g prefix C-x bind C-x send-prefix unbind C-b +setw -g mouse on set -g default-terminal "screen-256color" |