summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-18 23:02:37 -0400
committerDavid Robillard <d@drobilla.net>2015-10-18 23:02:37 -0400
commit21c73d9f87521d36ea9f01f1105c0ba4d97480e6 (patch)
treed24ccb9aa054c2da47199b1430bf9030b7b98f8b /tmux.conf
parent9ed6ca08938c65d958bdb3bbc5d081842c348b93 (diff)
downloaddotfiles-21c73d9f87521d36ea9f01f1105c0ba4d97480e6.tar.gz
dotfiles-21c73d9f87521d36ea9f01f1105c0ba4d97480e6.tar.bz2
dotfiles-21c73d9f87521d36ea9f01f1105c0ba4d97480e6.zip
Add tmux configuration
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..948317a
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,7 @@
+set -g status-utf8 on
+set -g utf8 on
+
+set -g default-terminal "screen-256color"
+
+set -g status-bg colour235
+set -g status-fg colour251