mirror of
https://github.com/CrispyConductor/tmux-copy-toolkit.git
synced 2026-09-10 04:06:14 -04:00
Fix config typo
This commit is contained in:
parent
5faa1c4833
commit
c80c2c0680
|
|
@ -32,7 +32,7 @@ tmux bind-key -T prefix C-s run-shell -b "python3 $CURRENT_DIR/copytk.py easycop
|
|||
|
||||
# tmux prefix: linecopy action bindings
|
||||
tmux bind-key -T prefix W run-shell -b "python3 $CURRENT_DIR/copytk.py linecopy"
|
||||
tmux bind-key -T prefix C-w run-shell -b "python3 $CURRENT_DIR/copytk.py easycopy linecopy"
|
||||
tmux bind-key -T prefix C-w run-shell -b "python3 $CURRENT_DIR/copytk.py linecopy"
|
||||
|
||||
# tmux prefix: quickcopy action bindings
|
||||
tmux bind-key -T prefix Q run-shell -b "python3 $CURRENT_DIR/copytk.py quickcopy"
|
||||
|
|
|
|||
Loading…
Reference in a new issue