浏览代码

Color stuff

Kevin Heinicke 8 年之前
父节点
当前提交
e1f7df28be
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tmux.conf

+ 3 - 0
tmux.conf

@@ -20,3 +20,6 @@ bind -n C-\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq v
 
 
 # C-l is taken over by vim style pane navigation
 # C-l is taken over by vim style pane navigation
 bind C-l send-keys 'C-l'
 bind C-l send-keys 'C-l'
+
+# try to use correct colors
+set -g default-terminal "screen-256color"