diff --git a/.tmux.conf b/.tmux.conf index 029c40e..297bbe5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,9 @@ +run-shell 'powerline-daemon -q' + if-shell "uname | grep -q FreeBSD" "source /usr/local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf" if-shell "uname | grep -q Linux" "source /usr/share/powerline/bindings/tmux/powerline.conf" + # xterm-like mouse wheel scrolling and copy/paste #set -g mouse on set -g terminal-overrides 'xterm*:smcup@:rmcup@'