mirror of
https://github.com/CrispyConductor/tmux-copy-toolkit.git
synced 2026-09-10 04:06:14 -04:00
6 lines
188 B
Bash
Executable file
6 lines
188 B
Bash
Executable file
#!/usr/bin/env bash
|
|
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
tmux bind-key -T prefix C-q run-shell -b "python3 $CURRENT_DIR/copytk.py easymotion --search-nkeys 1"
|
|
|
|
|