Move key binding to the main file

This commit is contained in:
Bruno Sutic
2014-08-05 17:27:49 +02:00
parent 1f7e58f3a7
commit 86b5c3ab7e
3 changed files with 2 additions and 7 deletions

2
tpm
View File

@ -26,7 +26,7 @@ source_plugins() {
# Defines key binding:
# prefix + I - downloads TPM plugins and reloads TMUX environment.
set_tpm_key_binding() {
$CURRENT_DIR/scripts/key_binding.sh
tmux bind-key I run-shell "$CURRENT_DIR/scripts/sync_plugins.sh >/dev/null 2>&1"
}
supported_tmux_version_ok() {