summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.oqube@gmail.com>2018-04-19 19:36:28 +0000
committerArnaud Bailly <arnaud.oqube@gmail.com>2018-04-19 19:36:28 +0000
commitfde585cfa7f4fde437adb3627c5cb738abe7e668 (patch)
tree1028a7a3d5e0ad2fb545ca09141e138af25a6015 /.tmux.conf
parent2c9ded86b827ab5f3f8037c868f7202887d36635 (diff)
downloaddotfiles-fde585cfa7f4fde437adb3627c5cb738abe7e668.tar.gz
added vim config for haskell dev
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 70fbf80..e828dc0 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,5 +1,6 @@
set -g prefix C-a
set -g default-terminal "screen-256color"
+set-window-option -g xterm-keys on
set -g mouse on
set -s escape-time 0
set-option -g default-shell /bin/bash