• NebLem@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    You all exit your editor? How you do the rest of your computing?

    /s with ♡ from an Emacs fan.

  • Ganbat@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    6 days ago

    vim something.log
    esc
    quit
    exit
    ctrl+x
    ctrl+q
    shushejehojwhatiwibaln):gufht;vfgs+_&f
    reboot
    nano something.log

    • Warl0k3@lemmy.world
      link
      fedilink
      arrow-up
      45
      ·
      6 days ago

      On US ones as well, I think they just put the relevant key-symbols and excluded the combination press as they can be assumed.

      • Victor@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        6 days ago

        I have a custom keyboard with a QMK firmware. I enabled something called auto shift. It’s the best. Just hold down the key you want shifted, and it auto shifts. I settled for enabling this for capital letters and symbols. So comfortable not to have to press the shift key.

        • BassTurd@lemmy.world
          link
          fedilink
          arrow-up
          17
          ·
          6 days ago

          So you hold down the first letter of each sentence longer so that it capitalizes rather than hold shift? That feels like it would completely mess with my flow when typing. Shift just happens naturally for me and I don’t register I’m pushing it.

          • Victor@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            6 days ago

            Exactly like that, yes. Or 1 for exclamation point, or 2 for @. Just like on a phone keyboard, with tap and hold for symbols and numbers and such.

            I’ve had this keyboard for a few months now and I didn’t enable it exactly for the reasons you mention.

            I enabled it a few weeks ago now just to try it, and wow, I though I didn’t notice myself pressing the shift key, that it “came naturally”. Boy was I wrong. Now whenever I have to use the shift key it feels so cumbersome lol. Typing has become so comfortable now.

            I use a ZSA Voyager for reference.

              • Victor@lemmy.world
                link
                fedilink
                arrow-up
                2
                ·
                edit-2
                6 days ago

                I spam the key. But that is such an extremely rare case that it’s worth the trade-off. The firmware also does allow you to add a key to toggle auto shifting on and off, so I could just add that if I want, but I don’t see the need.

                If I need to repeat a character many times in a text editor, I’d just use the features of the editor to do so. Helix or Neovim has you covered for repeating characters thousands of times and copying it to the clipboard with a handful of keystrokes if you wish. But what an edge case though.

                For double letters, I just double tap like you would normally when typing. 👍

  • 2910000@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    6 days ago

    Works as long as you didn’t put something silly in your nvim config like

    vim.keymap.set("ca", "q!", "echo 'not so fast!'")
    
  • hamsda@feddit.org
    link
    fedilink
    arrow-up
    11
    ·
    6 days ago

    Thank you very much. I sent this to my coworker who expressed interest in switching to vim :)