Tmux config file and plugins.
- Clone this repository
git clone https://github.com/jbnicolai/tmux ~/tmux-config
- Initialize the
tpm
plugin manager submodulecd ~/tmux-config && git submodule init
- Run the
Makefile
to symlink the config filesmake
- Open tmux and hit
prefix + I
to fetch all plugins.
All plugins are installed through tpm
.
- tmux-plugins/tpm - plugin manager
- tmux-plugins/tmux-sensible - sensible default config
- tmux-plugins/tmux-copycat - improved copy mode
- tmux-plugins/tmux-yank - yank to system clipboard
- tmux-plugins/tmux-open - open files in copy mode
- tmux-plugins/tmux-logging - record history
- tmux-plugins/tmux-resurrect - save tmux sessions
- tmux-plugins/tmux-continuum - restore tmux sessions
- jbnicolai/tmux-urlview - open urls
- jbnicolai/tmux-fpp - open paths
Bug fixes and contributions are welcome.
Feel free to suggest new features, via github issues.
If you have a bigger idea you'd like to work on, please get in touch, also via github issues.