Fixing up tmux.conf ordering

master
Dustin Swan 11 years ago
parent 9793c4dfe4
commit 403062f11a

@ -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"'

Loading…
Cancel
Save