From: Peng Li Date: Sat, 22 Apr 2017 18:29:46 +0000 (+0800) Subject: tmux - add document to install dependency - fix macvim not paste register + issue X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=9ddecbc05955c010f25f6a1e8bfe3905d0a09a0e;hp=3a4f4747a0e186b41668eba77c847225e5c5611d;p=dotfiles.git tmux - add document to install dependency - fix macvim not paste register + issue --- diff --git a/tmux.conf b/tmux.conf index 61c2c15..c1164f8 100755 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,9 @@ +############################################### +# +# dependencies: +# brew install reattach-to-user-namespace # for macvim + + #set -g prefix ^O #unbind ^b #bind o send-prefix @@ -11,7 +17,7 @@ set -g status-bg black set-window-option -g window-status-current-bg red #set-option -g status-right "#[fg=green]#T #[fg=yellow,bold]#(date '+%Y-%m-%d %I:%M%P %a') " #set-option -g status-right "#[fg=green]#(whoami) #[fg=yellow,bold]#(date '+%Y-%m-%d') #[fg=red,bold]#(date '+%I:%M') #[fg=yellow,bold]#(date '+%p %a') " -set-option -g status-right "[#[fg=green]#(hostname)#[fg=white]] #[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') " +set-option -g status-right "#[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') " ## automatic change the window title #set-option -g set-titles on