1
0
Fork 0
mirror of synced 2024-05-25 11:31:13 -04:00
tpm/scripts/key_binding.sh
2014-05-23 14:18:22 +02:00

7 lines
184 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 >/dev/null 2>&1"