Last active
November 17, 2022 16:30
-
-
Save cibinmathew/6800631d89f6cb7fcd305f6d3daf3de4 to your computer and use it in GitHub Desktop.
tmux plugins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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