add tmux plugin copycat
This commit is contained in:
8
.tmux/copycat/scripts/copycat_search.sh
Executable file
8
.tmux/copycat/scripts/copycat_search.sh
Executable 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
|
||||
Reference in New Issue
Block a user