Faster forward deletion on macOS
- Published at
- Updated at
- Reading time
- 1min
This post is part of my Today I learned series in which I share all my web development learnings.
That's a quick and easy one. Ε ime Vidas shared different short codes to delete forward on MacOS.
I learned that there are different ways that I am not using to delete both ways...
delete = delete backwards
option + delete = delete preceding word
command + delete = delete preceding text in line
fn + delete = delete forward
fn + option + delete = delete the following word
fn + command + delete = delete the following text in line
Later Axel Rauschmayer joined the discussion and shared ctrl+k
which lets you delete characters to the end of a paragraph! π²
Related Topics
Related Articles
- How to measure network quality (download/upload) on macOS
- rcmd β an alternative to "active app tabbing"
- How to run apps in low-resolution on macOS
- Why I don't need to clean up my desktop and downloads folder in macOS
- A terminal script to get notified when macOS changes its appearance (dark/light mode)