aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2018-01-23 15:47:36 -0600
committerBen Beltran <ben@nsovocal.com>2018-01-23 15:47:36 -0600
commit05a65c3c8ade9f4a8106dbf479dcaf51c68004f7 (patch)
treea4f3ef6771baa3f5ab3a329cb562632e4df027a7
parent28cc50d9af1fd1314afde30169dc22bba5934380 (diff)
Update tmux conf
-rw-r--r--tmux.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/tmux.conf b/tmux.conf
index d88c80f..38a7da1 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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