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.

18 lines
589 B

  1. # Quick resizing of split panes
  2. bind-key -n C-S-Up resize-pane -U 15
  3. bind-key -n C-S-Down resize-pane -D 15
  4. bind-key -n C-S-Left resize-pane -L 25
  5. bind-key -n C-S-Right resize-pane -R 25
  6. # List of plugins
  7. set -g @plugin 'tmux-plugins/tpm'
  8. set -g @plugin 'tmux-plugins/tmux-sensible'
  9. set -g @plugin 'tmux-plugins/tmux-resurrect'
  10. # Other examples
  11. # set -g @plugin 'github_username/plugin_name'
  12. # set -g @plugin 'git@github.com/user/plugin'
  13. # set -g @plugin 'git@bitbucket.com/user/plugin'
  14. # Initialize TMUX plugin manager (This must always be at the bottom)
  15. run '~/.tmux/plugins/tpm/tpm'