Skip to content

Commit 59c5247

Browse files
author
Bruno Sutic
committed
Don't use C-j to exit copycat mode
1 parent 540799c commit 59c5247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/helpers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ copycat_quit_copy_mode_keys() {
156156
\grep "$commands_that_quit_copy_mode" |
157157
$AWK_CMD '{ print $4}' |
158158
sort -u |
159+
sed 's/C-j//g' |
159160
xargs echo
160161
}
161162

0 commit comments

Comments
 (0)