diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-01-23 15:47:36 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-01-23 15:47:36 -0600 |
| commit | 05a65c3c8ade9f4a8106dbf479dcaf51c68004f7 (patch) | |
| tree | a4f3ef6771baa3f5ab3a329cb562632e4df027a7 | |
| parent | 28cc50d9af1fd1314afde30169dc22bba5934380 (diff) | |
Update tmux conf
| -rw-r--r-- | tmux.conf | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ -#Integrate Mouse Scrolling -# setw -g mouse on +# Allow use of buffer +set-option -g default-command "reattach-to-user-namespace -l zsh" #Increase the scrollback set -g history-limit 5000 @@ -22,10 +22,6 @@ bind - split-window -v # set -g status-right '#[fg=black]#[bg=white]#(uptime)' # set -g status-right-length 70 -# Powerline -run-shell "powerline-daemon -q" -source /Users/benbeltran/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf - # Better powerline highlighting. set-window-option -g window-status-activity-attr bold,blink,underscore @@ -43,3 +39,7 @@ bind -r l run-shell 'tmux select-pane -R' # Set color mode. set -g default-terminal "xterm-256color" set-option -ga terminal-overrides ",xterm-256color:Tc" + +# Powerline +run-shell "powerline-daemon -q" +source /Users/benbeltran/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf |