Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #run-shell "powerline-daemon -q"
  2. source "/home/cmput274/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"
  3. # List of plugins
  4. set -g @plugin 'tmux-plugins/tpm'
  5. set -g @plugin 'tmux-plugins/tmux-sensible'
  6. set -g @plugin 'tmux-plugins/tmux-resurrect'
  7.  
  8. run '~/.tmux/plugins/tpm/tpm'
  9.  
  10. set -g mouse on
  11.  
  12.  
  13.  
  14. set-option -g pane-active-border-style "bg=default"
  15. set-option -ag pane-active-border-style "fg=colour208"
  16.  
  17. bind '"' split-window -c "#{pane_current_path}"
  18. bind % split-window -h -c "#{pane_current_path}"
  19. bind c new-window -c "#{pane_current_path}"
  20.  
  21.  
  22. set -g default-terminal "screen-256color"
  23.  
  24. #bind -n End send-key C-e
  25. #bind -n Home send-key C-a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement