You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
750 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. set -ga terminal-overrides ",screen-256color*:Tc"
  2. set-option -g default-terminal "screen-256color"
  3. set -s escape-time 0
  4. set-option -g status-style fg=white,bg=black
  5. set-window-option -g mode-keys vi
  6. unbind-key C-b
  7. set-option -g prefix C-a
  8. bind-key C-a send-prefix
  9. bind r source-file ~/.tmux.conf
  10. set -g @plugin 'tmux-plugins/tpm'
  11. set -g @plugin 'tmux-plugins/tmux-sensible'
  12. set -g @plugin 'odedlaz/tmux-onedark-theme'
  13. # Other examples:
  14. # set -g @plugin 'github_username/plugin_name'
  15. # set -g @plugin 'github_username/plugin_name#branch'
  16. # set -g @plugin 'git@github.com:user/plugin'
  17. # set -g @plugin 'git@bitbucket.com:user/plugin'
  18. # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
  19. run '~/.tmux/plugins/tpm/tpm'