What are some things(or ways) that you use to save time or get things done efficiently? Especially things that would be useful for many and are currently less popular.
I have recently started using RSS feeds to get news and other information. It is quite time-saving.
Recently found out that word could open pdfs for edits. Used to upload pdfs to websites to get it converted into some editable format. I think Libreoffice can do the same.
Got that spinning type of mop and mopping has become a bit easier.
Learn what the software or device you’re using can do. There’s often so much productivity packed in, you don’t even know what you’re missing.
For example code editors like VSCode or Sublime Text have easy ways to select and work on multiple lines/words at the same time that can make work SO much more productive and fast, it’s like magic. I see other people doing things line by line and it takes ages.
Microwaves have all kinds of presets that people rarely use. Read the manual and try them out.
Sublime Text is a bit more powerful in that regard (and also more performant with very large files) which is why I still keep it installed even though I switched to VSCode long time ago. I guess Vim can do even more but I can’t get myself to learn it well.
If you select some text then use CTRL+D, the editor will search the next match in the file and add it to your selection, and whenever you type something both of the selected segments of text will be edited in the same way - you can extend the selections with SHIFT+LEFT and SHIFT+RIGHT.
It's hard to explain in an intuitive way, but you'll get it if you try it.
Another simpler example is CTRL+SHIFT+UP and CTRL+SHIFT+DOWN: your current selection splits to the next line in either direction.
Something similar happens with CTRL+SHIFT+MOUSE_LEFT.
I don't have LibreOffice installed, but on Firedragon (a fork of Floorp (based on Firefox)) CTRL+SHIFT+DOWN behaves the same as SHIFT+DOWN, with no selection split; CTRL+D also has nothing to do with selection.
I meant that holding ctrl+left/right or bs/del acts on a word object rather than a character. Same with ctrl+shift+left/right. I use this to select and cut words without moving my hand to the mouse. Mostly writing emails in outlook on Firefox.