tpm
tpm copied to clipboard
Tmux Plugin Manager
~/.config is generally for configuration only, where plugin directory contains more than just configuration. Plus .config can be version controlled, but plugin subdirectory might already have .git/ already.
#51 I have the same error but with right path '~/.tmux/plugins/tpm/tpm' returned 126 I downloaded the latest versions of tpm and extracted all in plugins folder in my `~/.tmux/` directory....
I've simply followed the instructions, but no result. I've added following lines to my tmux.conf ``` set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' run '~/.config/tmux/plugins/tpm/tpm' ``` and restarted sourced...
TL;DR: Help me convince tmux to [support appendable user options](https://github.com/tmux/tmux/issues/533) (like other string options), then you can inspect e.g. `@plugins` user option and we can do cool stuff like include...
This will help to directly copy and paste in the terminal and not to perform an extra step and remove the $ symbol
I have: * tmux-3.2a * env ``` XDG_CONFIG_DIRS=/etc/xdg XDG_CONFIG_HOME=$HOME/.config XDG_SEAT=seat0 XDG_SESSION_TYPE=tty XDG_CACHE_HOME=/tmp/user/.cache XDG_SESSION_CLASS=user XDG_VTNR=1 XDG_SESSION_ID=2 XDG_RUNTIME_DIR=/run/user/1000 XDG_DATA_DIRS=/usr/local/share:/usr/share TMUX=/tmp/tmux-1000/default,11461,0 TMUX_PLUGIN_MANAGER_PATH=$XDG_CONFIG_HOME/tmux/plugins/ TMUX_PANE=%0 ``` * when i press prefix + U ``` Updating...
I'm running a Solus OS distro with Tmux v2.6. For some reason, I can't seem to get TPM to install or activate any plugins. I've tried manually downloading the files...
To install plugins in tmux.conf, TMUX_PLUGIN_MANAGER_PATH must be configured. I checkd old script doesn't work in tmux 2.0 and 2.3, and new script ( with TMUX_PLUGIN_MANAGER_PATH ) works fine in...
Hi, I've followed the instruction but I'm unable to install it with CTRL+B+I
These can descriptions can be viewed using `-?` (under the default binding).