Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Ask Lemmy
  3. What computer life hacks are your most used?

What computer life hacks are your most used?

Scheduled Pinned Locked Moved Ask Lemmy
asklemmy
162 Posts 118 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J [email protected]

    Yay, nobody said my favorite hack.

    While browsing on the web and you want to "open link into a new tab", click using the mouse wheel like it's a regular left or right click.

    It's great for researching.

    L This user is from outside of this forum
    L This user is from outside of this forum
    [email protected]
    wrote last edited by
    #99

    Or ctrl-/command-click!

    1 Reply Last reply
    2
    • T [email protected]

      Oh kid, I do this for over forty years now.

      T This user is from outside of this forum
      T This user is from outside of this forum
      [email protected]
      wrote last edited by
      #100

      I'm kinda mind blown that this is even considered a tip. isn't this just basic functionality of a text box???

      it's shit like this that makes me think I do know tech a little bit, until i stumble on an actual tech community and feel like I know nothing

      M 1 Reply Last reply
      4
      • tehbamski@lemmy.worldT [email protected]

        Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

        Use the Up and Down Arrows to move/jump vertically.

        Left and Right Arrows to move/jump horizontally.

        Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

        Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

        T This user is from outside of this forum
        T This user is from outside of this forum
        [email protected]
        wrote last edited by [email protected]
        #101

        Are you serious? arrow keys instead of clicking? let's take it further:

        shift+arrow highlights letters
        ctrl+arrow skips entire words
        ctrl+shift+arrow highlights entire words
        home/end jumps to start/end of line
        ctrl+home/end jumps to start/end of text box
        ctrl+shift+home/end jumps to start/end of textbox and highlights it
        um, do you need me to explain what ctrl+xcv do? or ctrl+zy? or ctrl+asdwerfgop?

        isn't this just basic typing? didnt yall learn this in the 90s??? how are you all on the internet right now

        wait til you hear about how i swipe texted all this

        N K W 3 Replies Last reply
        22
        • J [email protected]

          Yay, nobody said my favorite hack.

          While browsing on the web and you want to "open link into a new tab", click using the mouse wheel like it's a regular left or right click.

          It's great for researching.

          mr_satan@lemmy.zipM This user is from outside of this forum
          mr_satan@lemmy.zipM This user is from outside of this forum
          [email protected]
          wrote last edited by
          #102

          Unless the page uses shitty "link" implementation where buttons are use instead of actual anchor tags. Fucking SPAs…

          1 Reply Last reply
          3
          • C [email protected]

            Windows+L every time I leave my desk.

            T This user is from outside of this forum
            T This user is from outside of this forum
            [email protected]
            wrote last edited by [email protected]
            #103

            and win+x > up up right down enter, every night

            1 Reply Last reply
            0
            • tehbamski@lemmy.worldT [email protected]

              Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

              Use the Up and Down Arrows to move/jump vertically.

              Left and Right Arrows to move/jump horizontally.

              Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

              Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

              M This user is from outside of this forum
              M This user is from outside of this forum
              [email protected]
              wrote last edited by
              #104

              Not sure if this has been said already, but win + m collapses all open windows.

              K 1 Reply Last reply
              2
              • A [email protected]

                Actually use Home and End keys to get to the start and end of text.

                Ctrl + F for searching text. Very useful.

                Alt + Tab for window switching.

                Linux + USB drive to switch away from Windows.

                mr_satan@lemmy.zipM This user is from outside of this forum
                mr_satan@lemmy.zipM This user is from outside of this forum
                [email protected]
                wrote last edited by
                #105

                Combine home and end with ctrl to move to the start or end of the file. As a dev I use this a lot.

                I also have keyboard shortcuts for code folding and mouse shortcuts to navigate between usages, declarations and implementations. Onboarding people is a slog when they don't have the same shortcuts.

                1 Reply Last reply
                1
                • B [email protected]

                  Control Backspace deletes whole words. Misspelled control? Faster to delete and retype than move my cursor around when I'm on a roll.

                  mr_satan@lemmy.zipM This user is from outside of this forum
                  mr_satan@lemmy.zipM This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #106

                  Not a computer hack, but some phone keyboards have backspace and whitespace drag, the former allowing to select a range form the cursor to delete and the latter moving the cursor. Way more usable than trying to fat finger cursor position and selection.

                  1 Reply Last reply
                  1
                  • H [email protected]

                    This is a huge one for me. For those who don't know, this brings up the rev-i-search utility which allows cycling from most recent to oldest commands executed. It also supports partial finds so if you did 'cd' it would cycle the most recent change directory commands.

                    The forward search (in case you're somewhere in the history stack) is ctrl+s and operates the same except crawls the command history forwards.

                    I use these constantly in my normal workflow and they save a ton of time.

                    mr_satan@lemmy.zipM This user is from outside of this forum
                    mr_satan@lemmy.zipM This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #107

                    I use zsh autosuggestion and syntax highlighting plugins it gives me usable history search and completion functionality.

                    1 Reply Last reply
                    1
                    • N [email protected]
                      1. Shift + Tab (also works on Linux)

                      2. If you have a mouse with side buttons, you can use the side buttons to go back or go to the next page on browsers

                      3. Pressing Alt + F4 on the desktop opens up a dialog asking if you want to shut down, restart, log out, etc. (I think this works on Linux as well)

                      mr_satan@lemmy.zipM This user is from outside of this forum
                      mr_satan@lemmy.zipM This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #108

                      This, I feel unproductive when I use a mouse without side buttons.

                      1 Reply Last reply
                      0
                      • tehbamski@lemmy.worldT [email protected]

                        Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                        Use the Up and Down Arrows to move/jump vertically.

                        Left and Right Arrows to move/jump horizontally.

                        Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                        Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                        mr_satan@lemmy.zipM This user is from outside of this forum
                        mr_satan@lemmy.zipM This user is from outside of this forum
                        [email protected]
                        wrote last edited by [email protected]
                        #109

                        Ok, windows "hacks" I use at work.

                        There's a setting in windows that opens snipping tool when print screen is pressed. This allows to select a screen, window or a rectangle. More than that, it also has screen recording functionality. Very good for quick screen grabs with no additional software required.

                        Useful for multilinguals out there. Windows (and some linux distros) have an option to bind keyboard layout selection to open windows, meaning alt+tab'ing no longer requires switching between languages.

                        EDIT:
                        A phone thing. Some keyboards have whitespace and backspace drag functionality, that allows to move the cursor or highlight and delete text without blocking your view with your fat fingrers.

                        ANOTHER EDIT:
                        Having a mouse with at least two thumb buttons is a god send. Moving backwards and forwards between application pages is very useful.

                        Also, for devs. Go through you IDE shortcut settings and configure (ctrl|shift|alt)+click shortcuts. Having mouse controls to navigate between declarations, usages and implementations of different code elements with intention is awesome.
                        In the same vein: ctrl+(f|r) and ctrl+shift+(f|r) for find or replace in file or whole project respectively is really common use case.
                        Have multicarret shortcuts that allow edits in multiple lines at once. Don't forget to add shortcuts like alt+(up|down) to move selected lines up and down.
                        Configure shortcuts for code folding like ctrl+numpad+ and ctlr+numpad- to expand and hide current block or combine with shift to manipulate the whole file.
                        And for gods sake use home and end keys, combined with ctrl and shift it allows for efficient navigation and selection within a file. Combine it with multicarret support and ctrl+side_arrow_keys and you have a way to sync multiple carrets and efficiently edit multiple lines.

                        Finnaly: f1 – help, f2 – rename, f5 – refresh / run, optionally with ctrl, f11 – fullscreen, f12 – devtools.

                        M 1 Reply Last reply
                        1
                        • owenfromcanada@lemmy.caO [email protected]

                          Add Home/End buttons into your work flow to jump to the start or end of lines. Works with holding Shift as well.

                          For me, one of the biggest things was removing all the visual noise from my desktop. Disable notifications, disable or hide unused taskbar elements, and on Windows, get rid of the patently awful ticker thing that lives on the taskbar. Disable window animations.

                          I did the same thing on my phone, too, including disabling pop-up notifications, toasts, floating bubbles, and animations. My brain is much happier for it.

                          mr_satan@lemmy.zipM This user is from outside of this forum
                          mr_satan@lemmy.zipM This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #110

                          Add Home/End buttons into your work flow to jump to the start or end of lines. Works with holding Shift as well.

                          Works with Ctrl too

                          1 Reply Last reply
                          0
                          • T [email protected]

                            Are you serious? arrow keys instead of clicking? let's take it further:

                            shift+arrow highlights letters
                            ctrl+arrow skips entire words
                            ctrl+shift+arrow highlights entire words
                            home/end jumps to start/end of line
                            ctrl+home/end jumps to start/end of text box
                            ctrl+shift+home/end jumps to start/end of textbox and highlights it
                            um, do you need me to explain what ctrl+xcv do? or ctrl+zy? or ctrl+asdwerfgop?

                            isn't this just basic typing? didnt yall learn this in the 90s??? how are you all on the internet right now

                            wait til you hear about how i swipe texted all this

                            N This user is from outside of this forum
                            N This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #111

                            I'm with you but the snark is a bit much

                            T 1 Reply Last reply
                            1
                            • M [email protected]

                              Is there a non-digital version of a finger trap? 🥁

                              N This user is from outside of this forum
                              N This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #112

                              🤣

                              There is an answer, tho.

                              Stars Eric André and Lil Rel Howery shuffled into an Atlanta barber shop seeking scissor-cutting help as their characters (best friends Chris and Bud) announced their groins were stuck together in a Chinese finger trap.

                              1 Reply Last reply
                              0
                              • T [email protected]

                                Are you serious? arrow keys instead of clicking? let's take it further:

                                shift+arrow highlights letters
                                ctrl+arrow skips entire words
                                ctrl+shift+arrow highlights entire words
                                home/end jumps to start/end of line
                                ctrl+home/end jumps to start/end of text box
                                ctrl+shift+home/end jumps to start/end of textbox and highlights it
                                um, do you need me to explain what ctrl+xcv do? or ctrl+zy? or ctrl+asdwerfgop?

                                isn't this just basic typing? didnt yall learn this in the 90s??? how are you all on the internet right now

                                wait til you hear about how i swipe texted all this

                                K This user is from outside of this forum
                                K This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #113

                                They tought us on typewriters in the 90s. Wait until you hear about how I changed an ink ribbon, son.

                                L slvrdrgn@lemmy.worldS C 3 Replies Last reply
                                8
                                • K [email protected]

                                  They tought us on typewriters in the 90s. Wait until you hear about how I changed an ink ribbon, son.

                                  L This user is from outside of this forum
                                  L This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #114

                                  I miss crunchy keyboards that fought you every time you hit the carriage return. These modern ones all feel weak and listless to me.

                                  1 Reply Last reply
                                  0
                                  • E [email protected]

                                    Linux is the easier to install, less headache to run, less configuration needed, better to game on platform compared to windows.

                                    That's my life hack. Get over the Stockholm syndrome.

                                    K This user is from outside of this forum
                                    K This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #115

                                    I don't know shit about Linux but I've been using Mint for the last year with no problem. It's pretty idiot-proof and I haven't had any issues with software since gaming is largely solved on Linux and Adobe can eat my ass.

                                    E T 2 Replies Last reply
                                    0
                                    • J [email protected]

                                      Yay, nobody said my favorite hack.

                                      While browsing on the web and you want to "open link into a new tab", click using the mouse wheel like it's a regular left or right click.

                                      It's great for researching.

                                      N This user is from outside of this forum
                                      N This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #116

                                      Very recently, I have adopted Shift+LMBclick to open a link in a new browser window.

                                      I use this primarily for accessing one link in favorites bar.

                                      I would love to figure out a non-extension way (curse you, draconian IT policy!) to set this behavior in the favorite/bookmark...

                                      1 Reply Last reply
                                      2
                                      • tehbamski@lemmy.worldT [email protected]

                                        Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                                        Use the Up and Down Arrows to move/jump vertically.

                                        Left and Right Arrows to move/jump horizontally.

                                        Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                                        Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                                        K This user is from outside of this forum
                                        K This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #117

                                        My grub boot loader is pretty hacked together at this point. Really should probably do a fresh install at some point. Want to get a 4TB SSD at some point though.

                                        M 1 Reply Last reply
                                        2
                                        • tatterdemalion@programming.devT [email protected]

                                          Use a tiling window manager like sway.

                                          Get some big HDDs and self host your own file storage on zfs. Same for media servers like jellyfin. You can also host qBitTorrent web client so it's accessible from anywhere.

                                          Set up a VM in Hetzner cloud and host vaultwarden.

                                          Expose your services over wireguard.

                                          N This user is from outside of this forum
                                          N This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by [email protected]
                                          #118

                                          I was not familiar with Hetzner Cloud until now. I have used VPS found in the $1 & $2 lists at lowendbox, as I am super-cheap.

                                          Just be sure to keep local backups, in case the provider evaporates.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups