tmux-test
emacs
copy mode, Enter does not quit screen after tpm
installation/update. Fix by making Escape
the key for emacs mode..gitattributes
file that forces linefeed characters (classic \n
) as
line endings - helps with misconfigured git on windows/cygwinset -g @tpm_plugins
shared_set_tpm_path_constant
functiondocs/
dirbin/install_plugins
cli executable scriptbin/update_plugins
cli executable scriptexpect
scripts, make them simpler and ensure they properly
assert expectationsset -g @plugin
in sourced files as wellC-c
to clear screenset @plugin 'repo'
plugin definition syntax (@chilicuil)-g
flag in new plugin definition syntaxTMUX_PLUGIN_MANAGER_PATH
always has trailng slashset -g @tpm_plugins
works alongside new
set -g @plugin
syntaxgit clone
, pull
or submodule update
to ensure git does not prompt for username/password in any casehttps://git::@github.com/
. This prevents
username and password prompt (and subsequently tmux install hanging) with old
git versions. Fixes #7.PLUGINS.md
, an obsolete list of plugins$HOME
in TMUX_SHARED_MANAGER_PATH
couldn’t be used because
they are just plain strings. Fixing the problem by manually expanding them.*.tmux
file globbing (@majutsushi)key_binding.sh
.display_message
-> echo_message
TPM
won’t run if Tmux version is less than 1.9.