aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-20 10:07:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-20 10:07:05 -0300
commit80145b4306fa56d21a8b1941a78954d4f543fec7 (patch)
tree2314b250333774f0a123a576d7f9ef750057746c /tmux.conf.dot.link
parent95f6bb8f0688d26674757dfd2d2bf5c8b2f4acf5 (diff)
downloadprofile-80145b4306fa56d21a8b1941a78954d4f543fec7.tar.gz
profile-80145b4306fa56d21a8b1941a78954d4f543fec7.tar.bz2
Updates screen and tmux configs
Diffstat (limited to 'tmux.conf.dot.link')
-rw-r--r--tmux.conf.dot.link10
1 files changed, 5 insertions, 5 deletions
diff --git a/tmux.conf.dot.link b/tmux.conf.dot.link
index 069fd28..c6171a7 100644
--- a/tmux.conf.dot.link
+++ b/tmux.conf.dot.link
@@ -15,13 +15,13 @@ set -g default-terminal "screen-256color"
# 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 cyan
-set -g status-bg black
-set -g status-left ''
-set -g status-right-length 60
+#set -g status-fg cyan
+#set -g status-bg black
+#set -g status-left ''
+#set -g status-right-length 60
# Powerline
-#source '/usr/share/powerline/bindings/tmux/powerline.conf'
+source '/usr/share/powerline/bindings/tmux/powerline.conf'
# See https://stackoverflow.com/questions/15470001/bind-ctrltab-and-ctrlshifttab-in-tmux
#bind-key -n C-Tab next-window