aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-04-08 18:42:50 +0200
committerDavid Runge <david.runge@frqrec.com>2014-04-08 18:42:50 +0200
commit322f667438a1180b8f0bf139bf4fbbc265081bf6 (patch)
treead44acd4b9e1be30a15ff55ea1531f7b89ea35cf /.tmux.conf
parent60dfee5402b5047862308a289883c3545789d748 (diff)
downloaddotfiles-322f667438a1180b8f0bf139bf4fbbc265081bf6.tar.gz
dotfiles-322f667438a1180b8f0bf139bf4fbbc265081bf6.tar.bz2
dotfiles-322f667438a1180b8f0bf139bf4fbbc265081bf6.tar.xz
dotfiles-322f667438a1180b8f0bf139bf4fbbc265081bf6.zip
Adding rxvt-unicode-256color to tmux.conf
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 6d3408b..51b7d70 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -2,7 +2,8 @@
set -g bell-action any
# Default termtype. If the rcfile sets $TERM, that overrides this value.
-set -g default-terminal "screen-256color"
+#set -g default-terminal "screen-256color"
+set -g default-terminal "rxvt-unicode-256color"
# split windows like vim
# vim's definition of a horizontal/vertical split is reversed from tmux's