- 14 Aug, 2021 3 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
[Bugfix] Remove hardcoding default branch as "master"
-
laggardkernel authored
Default branch of repo could be "master", "main" or any names. Stop hardcoding "master" as the default to clone and let "git" decide it automatically.
-
- 02 Jul, 2021 1 commit
-
-
Bruno Sutic authored
Add branch support for plugins
-
- 29 Jun, 2021 1 commit
-
-
Rafał Rothenberger authored
-
- 15 Mar, 2021 2 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
Fixes #200
-
- 23 Feb, 2021 2 commits
-
-
Bruno Sutic authored
Fix hardcoded tmux.conf path in environment reload
-
Edgar Handal authored
-
- 19 Jan, 2021 1 commit
-
-
Bruno Sutic authored
-
- 04 Sep, 2020 1 commit
-
-
Bruno Sutic authored
Add support for 'source-file -q'
-
- 02 Sep, 2020 1 commit
-
-
Bruno Sutic authored
Use XDG-compatible plugin path when available
-
- 31 Aug, 2020 2 commits
-
-
Bruno BELANYI authored
Reword the documentation file explaining how to change the path were `tpm` installs its plugins to mention the new behaviour regarding XDG_CONFIG_HOME.
-
Bruno BELANYI authored
If the `tmux.conf` file is found at a XDG_CONFIG_HOME, use this directory to store the plugins instead of `$HONE/.tmux/`. This is only effective if the user has not overridden the value of `TMUX_PLUGIN_MANAGER_PATH` in their configuration file.
-
- 06 Jul, 2020 1 commit
-
-
Bruno Sutic authored
This reverts commit a403ca3b. There are problems when running TPM with a `-b` flag, see #151.
-
- 21 Jun, 2020 1 commit
-
-
Bruno Sutic authored
Non-Github Plugin Install Fails due to Syntax Error in README.md
-
- 03 Jun, 2020 1 commit
-
-
Joseph Dalrymple authored
I thought it was a bit peculiar that the README.md suggested using `git@bitbucket.com/user/plugin`, but went ahead with that syntax. After seemingly endlessly scratching my head, while trying to figure out what the issue, I reverted to the traditional git URL syntax (SSH syntax) and it worked. ``` set -g @plugin 'git@bitbucket.com:user/plugin_name` ``` Verified by running `./.tmux/plugins/tpm/bin/install_plugins` manually with a fresh version of TMUX + TPM with both styles.
-
- 28 Feb, 2020 1 commit
-
-
Gregory Pakosz authored
Starting from tmux 2.3, 'source-file' understands '-q' to suppress errors for nonexistent files.
-
- 18 Feb, 2020 1 commit
-
-
Bruno Sutic authored
Default value for XDG_CONFIG_HOME
-
- 16 Jul, 2019 1 commit
-
-
Geoffrey Frogeye authored
-
- 19 May, 2019 1 commit
-
-
Rafał Rothenberger authored
-
- 19 Apr, 2019 1 commit
-
-
Bruno Sutic authored
-
- 21 Feb, 2019 1 commit
-
-
Bruno Sutic authored
Update README.md
-
- 20 Feb, 2019 1 commit
-
-
Pascal Loth authored
-
- 07 Jan, 2019 1 commit
-
-
Bruno Sutic authored
solution to the problem 'tpm returned 127'
-
- 07 Nov, 2018 3 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
Flexible TMux Configuration Load
-
Thore Weilbier authored
It has been decided that this feature should been removed until it will be requested.
-
- 06 Nov, 2018 1 commit
-
-
Bruno Sutic authored
Update README.md installation instructions.
-
- 05 Nov, 2018 1 commit
-
-
Ethan Chan authored
`run '~/.tmux/plugins/tpm/tpm'` should be run in the background, so the `-b` flag was added.
-
- 04 Nov, 2018 1 commit
-
-
Thore Weilbier authored
-
- 02 Nov, 2018 1 commit
-
-
Thore Weilbier authored
Add function `_get_user_tmux_conf` to helper script `plugin_functions`. Function is searching for the users tmux configuration on multiple places by a prioritized order. The response is used within`_tmux_conf_contents` to read in the content as normally. Add new environment variable `TMUX_PLUGIN_MANAGER_CONFIG_LOCATION` which is optional to be defined. If so it has the highest priority to be loaded, despite if the file exist or not. XDG directory support has been added as well by the second priority location at `$XDG_CONFIG_HOME/tmux/tmux.conf`.
-
- 02 Sep, 2017 2 commits
-
-
Bruno Sutic authored
correct spelling mistake
-
Edward Betts authored
-
- 02 Aug, 2017 1 commit
-
-
Shou Ya authored
See issue #67 for more discussion
-
- 15 Apr, 2017 1 commit
-
-
Timothy Cyrus authored
- Changed PNG Badges to SVG - Added Styling to Code Blocks - Added <kbd> tags for Key Bindings
-
- 16 Dec, 2016 2 commits
-
-
Graham McGregor authored
Docs change to include auto plugin installation
-
Jon Robison authored
-
- 13 Dec, 2016 1 commit
-
-
Graham McGregor authored
Avoid any confusion with starting tmux with the `-f` option. Fixes https://github.com/tmux-plugins/tpm/issues/89
-
- 03 Dec, 2016 1 commit
-
-
Graham McGregor authored
If tmux was not yet configured to initialize the Tmux Plugin Manager, the variable for the plugin home was not being set. This was resulting in a `rm -rf /` which is pretty nuclear. Fixes: https://github.com/tmux-plugins/tpm/issues/58
-