aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-04-24 22:44:24 +0200
committerDavid Runge <dave@sleepmap.de>2015-04-24 22:44:24 +0200
commit3899ffbdea1c8e04717ae6ae98f427ec0add2def (patch)
tree92a98d642e3a3a2c601fac173a56ea9617a21f00 /.tmux.conf
parentb3e64616fabd289edd8f52b216d3ac5f388879ec (diff)
downloaddotfiles-3899ffbdea1c8e04717ae6ae98f427ec0add2def.tar.gz
dotfiles-3899ffbdea1c8e04717ae6ae98f427ec0add2def.tar.bz2
dotfiles-3899ffbdea1c8e04717ae6ae98f427ec0add2def.tar.xz
dotfiles-3899ffbdea1c8e04717ae6ae98f427ec0add2def.zip
.tmux.conf: Adding back default-terminal settings
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index a5872c3..b315063 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,6 +1,8 @@
# Ring the bell if any background window rang a bell
set -g bell-action any
+set -g default-terminal "screen-256color"
+
# split windows like vim
# vim's definition of a horizontal/vertical split is reversed from tmux's
bind s split-window -v