aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-23 21:28:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-23 21:28:04 -0300
commit1401ae96f2a8fe602383ed1bd8060e34c8935ce1 (patch)
tree2eb660cc960d19dac8a7f218bafbe71ae26f6be1 /tmux.conf.dot.link
parent1aa5e9bfff29c290dce3f73ee41108725bad4998 (diff)
downloadprofile-1401ae96f2a8fe602383ed1bd8060e34c8935ce1.tar.gz
profile-1401ae96f2a8fe602383ed1bd8060e34c8935ce1.tar.bz2
Some more tmux configuration
Diffstat (limited to 'tmux.conf.dot.link')
-rw-r--r--tmux.conf.dot.link15
1 files changed, 15 insertions, 0 deletions
diff --git a/tmux.conf.dot.link b/tmux.conf.dot.link
index 853eed2..8261d92 100644
--- a/tmux.conf.dot.link
+++ b/tmux.conf.dot.link
@@ -1,6 +1,21 @@
+#
+# Tmux configuration file
# See https://wiki.archlinux.org/index.php/tmux
+#
# Use screen sequency while we get used to tmux
unbind C-b
set -g prefix C-a
bind a send-prefix
+
+# Support for 256 colors
+set -g default-terminal "screen-256color"
+
+# Status bar
+# See https://coderwall.com/p/ca5cuw
+# http://zanshin.net/2013/09/05/my-tmux-configuration/
+#set-option -g status-position top
+set -g status-fg white
+set -g status-bg blue
+set -g status-left ''
+set -g status-right-length 60