mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add Undo Some Command Line Editing as a unix til
This commit is contained in:
12
unix/undo-some-command-line-editing.md
Normal file
12
unix/undo-some-command-line-editing.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Undo Some Command Line Editing
|
||||
|
||||
When using some of the fancy command line editing shortcuts, such as
|
||||
`ctrl-u`, you may end up erroneously changing or deleting part of the
|
||||
current command. Retyping it may be a pain or impossible if you've forget
|
||||
exactly what was changed. Fortunately, bash's command line editing has undo
|
||||
built in. Just hit `ctrl-_` a couple times to get back to where you want to
|
||||
be.
|
||||
|
||||
h/t Chris Erin
|
||||
|
||||
[source](https://www.gnu.org/software/bash/manual/bashref.html#Command-Line-Editing)
|
||||
Reference in New Issue
Block a user