1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Fix a typo in the latest til

This commit is contained in:
jbranchaud
2017-04-19 13:31:27 -05:00
parent c6fca515b6
commit 0da0e2ade4

View File

@@ -2,7 +2,7 @@
When using some of the fancy command line editing shortcuts, such as 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 `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 current command. Retyping it may be a pain or impossible if you've forgotten
exactly what was changed. Fortunately, bash's command line editing has undo 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 built in. Just hit `ctrl-_` a couple times to get back to where you want to
be. be.