Skip to content

Instantly share code, notes, and snippets.

@zhuangya
Created August 13, 2015 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhuangya/9f0f90dee42604280707 to your computer and use it in GitHub Desktop.
Save zhuangya/9f0f90dee42604280707 to your computer and use it in GitHub Desktop.
unbind-key C-b
set-option -g prefix '`'
bind-key '`' send-prefix
source /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf
set -g base-index 1
unbind %
bind | split-window -h
bind - split-window -v
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-fpp'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/vim-tmux-focus-events'
set -g @plugin 'tmux-plugins/tmux-sidebar'
# set -g @route_to_ping_default "www.baidu.com"
set -g status-right 'Batt : #{battery_icon} #{battery_percentage} #{battery_remain} | %a %h-%d %H:%M '
# set -g @continuum-restore 'on'
set -g @batt_charged_icon "😎"
set -g @batt_charging_icon "⚡️"
set -g @batt_discharging_icon "🎈"
set -g @batt_attached_icon "😶"
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment