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.
1 parent 7dced2a commit 25f472dCopy full SHA for 25f472d
scripts/copycat_mode_quit.sh
@@ -18,7 +18,7 @@ unbind_prev_next_bindings() {
18
}
19
20
unbind_all_bindings() {
21
- grep -v copycat <"${TMPDIR:-/tmp}/copycat_$(whoami)_recover_keys" | while read key_cmd; do
+ grep -v copycat <"${TMPDIR:-/tmp}/copycat_$(whoami)_recover_keys" | while read -r key_cmd; do
22
sh -c "tmux $key_cmd"
23
done < /dev/stdin
24
rm "${TMPDIR:-/tmp}/copycat_$(whoami)_recover_keys"
0 commit comments