Skip to content

Instantly share code, notes, and snippets.

@cibinmathew
Last active November 17, 2022 16:30
Show Gist options
  • Save cibinmathew/6800631d89f6cb7fcd305f6d3daf3de4 to your computer and use it in GitHub Desktop.
Save cibinmathew/6800631d89f6cb7fcd305f6d3daf3de4 to your computer and use it in GitHub Desktop.
tmux plugins
# Enable below tmux plugins to load
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-logging \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-sidebar \
roosta/tmux-fuzzback \
tmux-plugins/tmux-yank \
eemed/tmux-picker \
woodstok/tmux-butler \
cfoust/tmux-fuzzywuzzy \
nhdaly/tmux-better-mouse-mode \
wfxr/tmux-fzf-url \
junegunn/tmux-fzf-maccy \
tmux-plugins/tmux-open \
laktak/extrakto'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment