Skip to content

Commit bcb40ac

Browse files
authored
Merge pull request #122 from gregorias/master
Fix #121
2 parents 6f9b9cd + 5f6bfc0 commit bcb40ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copycat_mode_quit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ unbind_prev_next_bindings() {
1919

2020
unbind_all_bindings() {
2121
grep -v copycat </tmp/copycat_$(whoami)_recover_keys | while read key_cmd; do
22-
tmux $key_cmd
22+
sh -c "tmux $key_cmd"
2323
done < /dev/stdin
2424
rm /tmp/copycat_$(whoami)_recover_keys
2525
}

0 commit comments

Comments
 (0)