Fixing up tmux.conf ordering

This commit is contained in:
Dustin Swan
2013-11-15 16:26:24 -06:00
parent 9793c4dfe4
commit 403062f11a

View File

@@ -29,6 +29,10 @@ set-option -g status-keys vi
set -g default-terminal "screen-256color"
# Unicode
setw -g utf8 on
# Status
set -g status on
set -g status-utf8 on
@@ -38,5 +42,5 @@ source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline
# Linux
source '/usr/share/tmux/powerline.conf'
# Browes URLs
# Browse URLs
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'