Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Flygger19814yThis is a good reason to stick with delete and backspace for deleting stuff; in most places holding `Ctrl` will toggle from character to word...
-
@dder profit indeed! And you don't even notice how your email signature becomes
- netikras:wq -
@dder habbits :) I like to say the actions in my mind when I'm typing their commands. "Write and Quit" :wq
-
@Jilano that's one of the reasons why I love GNU tools (and CLI in general). They are very intuitive. You [almost] type what you think and you get what you want.
They are, IMO, more user-friendly than GUIs, because in GUIs you have to learn to classify things the same way the developer did. And you have to read it all, interpret, decide, whether that's what you want, click, rinse and repeat.
In terminal I usually type what I think- and it happens :) Ofc I snip off a letter or two from each word for brevity (and it so happens to be the correct abbreviation for the command's parameter!) and prefix each word/abbr with a dash or two (because the manual asked me to). Et voila!
The same goes for vim.
There is a very handy shortcut for us, the people who use the terminal every day. It's [CTRL]+w. It erases a word on the left.
HOWEVER, it is quite annoying to be used to that shortcut when you are in a browser. Especially when you've been writing a well-thought-out letter for half an hour or so.
DAMN IT!
rant
^w