diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-21 14:38:41 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-21 14:38:41 +0100 |
commit | 50216d7ba3a208eb62a746ac2a213a584e54ade3 (patch) | |
tree | 42108680a64737eb3a219cb3bcd459f6e7e12e3b /.tmux.conf | |
parent | 746860ded21c59dd49a755fd38f8f56ee07b0846 (diff) |
General update
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..439680e --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +set -g default-terminal "screen-256color" +set -g mode-mouse on +set -g mouse-resize-pane on |