summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
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