summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.oqube@gmail.com>2017-05-06 08:27:47 +0200
committerArnaud Bailly <arnaud.oqube@gmail.com>2017-05-06 08:27:47 +0200
commitba3728051f69dc4409c96cdb0df403c685bd6c82 (patch)
tree86e8d22a3ea178966fa4e94c2e1c366e1e139743 /.tmux.conf
downloaddotfiles-ba3728051f69dc4409c96cdb0df403c685bd6c82.tar.gz
initial import
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..b6d3b99
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1,8 @@
+set -g prefix C-a
+set -g default-terminal "screen-256color"
+set -g mode-mouse on
+set -g mouse-resize-pane on
+set -g mouse-select-pane on
+set -g mouse-select-window on
+set -s escape-time 0
+set-option -g default-shell /bin/bash