We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f9b9cd + 5f6bfc0 commit bcb40acCopy full SHA for bcb40ac
scripts/copycat_mode_quit.sh
@@ -19,7 +19,7 @@ unbind_prev_next_bindings() {
19
20
unbind_all_bindings() {
21
grep -v copycat </tmp/copycat_$(whoami)_recover_keys | while read key_cmd; do
22
- tmux $key_cmd
+ sh -c "tmux $key_cmd"
23
done < /dev/stdin
24
rm /tmp/copycat_$(whoami)_recover_keys
25
}
0 commit comments