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.

  • AusatKeyboardPremi@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    44 minutes ago

    Safe: Use text expansion for trivial yet long texts like your emails, addresses, etc. to almost eliminate errors in those texts. Espanso is something I use on Linux Mint, while macOS supports text expansion natively. I am yet to find something that fills the gap on NetBSD, but I almost exclusively use emacs on those machines, which has native support for snippets.

    Unsafe: Remove USB drive without ejecting it. :P

    Contrived yet neat: With special software (BetterTouchTool on macOS) or keyboard firmware (QMK and ZMK, which is what I use), one can use Spacebar as a layer key (SpaceFn, as it makes Spacebar behave as a Fn key) to unlock neat shortcuts like navigating using HJKL, add macros, remap hard to reach keys on to the home row, etc. There are other things that can be done such as one-shot modifiers which make typing less straining.

    P.S. The snark in the comments here is surprising. Everyone starts somewhere. Let us be welcoming.

  • Lovable Sidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 hours ago

    Yeah I do a lot of keyboard shortcuts. My computer career started before I even had a mouse, it was all keyboard editing. Doesn’t bother me a bit to leave the mouse just sitting there. In fact after typing a comment here I just tab to the Post button and hit Enter.

  • 0xD@infosec.pub
    link
    fedilink
    arrow-up
    1
    ·
    3 hours ago

    With Shift + Pos1 or End you can mark text from cursor until beginning or end of line! I use that often.

    • Jarix@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      So ctrl shift left or right will highlight full words not just the next character. This stops when it hits a space

  • momentary@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    I’m a web dev and one “hack” I use all the time is bookmarklets. In Chrome @bookmarks let’s you search your bookmarks, so I use this to fire off different scripts to do different things. Most are for debugging and the like. I have my hotkeys setup where ctrl + q puts focus on the omnibar so I can start typing, and then I use @books marks to search for whatever I need. A lot of the bookmarklets just append the current url to some other site like page speed insights or pure.md. I find this saves me a ton of time. Also the duplicate this tab hotkey, I use that all day every day.

  • AceFuzzLord@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    6 hours ago

    As a basic Linux user, I have a shell script to do all my updating, upgrading, removing of unneeded packages, etcetera. Under no circumstances is it all that advanced, just a string of simple enough apt and flatpak commands.

    I also recently figured out that god knows how long ago that I set an alias to run it that’s only 3 keyboard clicks instead of 5, saving basically less than a second. So not that useful, but still good to know… until I inevitably forget about it again.

      • AceFuzzLord@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        4 hours ago

        As someone who has only been using Linux for a few years ( >5 ), yeah I do.

        Definitely know what cron/cronning is, but I’ll definitely have to look up what yum-cronning is.

        Edit:

        I’m an idiot and correct in my thinking that yum was referring to the yum package management thing, which I don’t use on my system. Sounds cool, though. Might look into automating my setup, but it’s become such a routine for me to run the script I’m not sure if I could easily switch.

  • PillowD@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    8 hours ago

    Linux. Windows is used for Russian oligarchs.

    Since people are expecting windows shortcut keys, I nominate TAB navigation. Hitting tab will cycle the focus through all the buttons and edit boxes. Shift Tab to go backwards.

  • Jankatarch@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 hours ago

    Cutting and pasting a folder is faster than copying and pasting.
    OS just gotta add an inode in first case.

  • Imhotep@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    10 hours ago

    (Linux)

    Add the same symbol at the beginning of most aliases. I use é

    So when I type é+tab I get all my aliases

    é+first letters of alias+tab and I’m sure autocomplete will select the alias and not another command

  • JamonBear@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    ·
    14 hours ago

    Using ublock origin picker to remove everything useless. Like, Youtube suggestions, everything but download button on ddl websites, useless footers/headers on news, etc…

    • thermal_shock@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      14 hours ago

      Just getting people to switch away from chrome to get ublock origin is a major hack all itself and completely changed the way you use the internet.

    • shalafi@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      13 hours ago

      Why have I not been doing this?! Just removed the “2 years old” .world banner.

  • jaschen306@sh.itjust.works
    link
    fedilink
    arrow-up
    11
    ·
    16 hours ago

    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.zip
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    11 hours ago

    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.

  • mriswith@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    17 hours ago

    Far from most used, but very handy: ctrl+win+shift+b

    It restarts the graphic subsystem, which can help recover from situations where game crashes or similar cause visual issues.