1
0
mirror of https://github.com/tmux-plugins/tpm.git synced 2024-06-24 07:26:43 +02:00
tpm/scripts/key_binding.sh
2014-05-19 11:42:56 +02:00

7 lines
186 B
Bash
Executable File

#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# (I)nstalls all plugins
tmux bind-key I run-shell "$CURRENT_DIR/sync_plugins.sh 2>&1 1>&/dev/null"