Skip to content

Instantly share code, notes, and snippets.

@jaemskyle
Created June 20, 2024 14:42
Show Gist options
  • Save jaemskyle/085c765d67021c8931b404d18981adab to your computer and use it in GitHub Desktop.
Save jaemskyle/085c765d67021c8931b404d18981adab to your computer and use it in GitHub Desktop.

Revisions

  1. jaemskyle created this gist Jun 20, 2024.
    15 changes: 15 additions & 0 deletions .tmux.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    # List of plugins
    set -g @plugin 'tmux-plugins/tpm'
    set -g @plugin 'tmux-plugins/tmux-sensible'

    # Other examples:
    # set -g @plugin 'github_username/plugin_name'
    # set -g @plugin 'github_username/plugin_name#branch'
    # set -g @plugin '[email protected]:user/plugin'
    # set -g @plugin '[email protected]:user/plugin'

    # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
    run '~/.tmux/plugins/tpm/tpm'

    set -g @plugin 'alexwforsythe/tmux-which-key'
    set -g mouse on