add tmux plugin copycat

This commit is contained in:
2016-07-11 19:51:41 +02:00
parent b4b2ccf447
commit 18a2a14e1d
14 changed files with 947 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
main() {
tmux command-prompt -p "copycat search:" "run-shell \"$CURRENT_DIR/copycat_mode_start.sh '%1'\""
}
main