[set -o vi] what's the easiest way to cancel the current entered command? Control-C does not work #510
-
|
in my case, Control-c will offer you to exit the console instead. Is there an easy way I am missing to just start over? The usecase is when you have pasted a long multiline text, and have been editing it, so just undoing is not fast... thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Control-C is supposed to work by default if you use the To quote them,
Lines 1217 to 1224 in 32f290d |
Beta Was this translation helpful? Give feedback.
Control-C is supposed to work by default if you use the
emacsediting mode. If you use theviediting mode, the way to configure it is described here and here.To quote them,
ble.sh/blerc.template
Lines 1217 to 1224 in 32f290d