I’m trying out Obsidian for taking notes, and this made me laugh.

  • @uzay@infosec.pub
    link
    fedilink
    91 year ago

    It just makes a lot of stuff way easier once you know how to use it. Switching out a word for another: two button-presses, duplicating a line: three presses, deleting 500 consecutive lines: five presses

        • nickwitha_k (he/him)
          link
          fedilink
          1
          edit-2
          1 year ago

          How do we work this? Do we alternate between trying to ruin people’s lives with elisp and chasing the perfect .vimrc or lua - config? Maybe grab some bytes from /dev/urandom and send them to the editor whose first letter comes up first? What about holidays?

      • prismaTK [any,use name]
        link
        fedilink
        English
        41 year ago

        I think if you just need to edit a config file once in a while, nano is great, but if you’re writing substantial amounts of code, you’ll find vim a lot more capable.

        As long as you’re not a filthy emacs user, we can get along

          • nickwitha_k (he/him)
            link
            fedilink
            21 year ago

            Emacs is basically a lisp interpreter packaged with a suite of “example” utilities, like a text editor. It’s one of the two historical editors used as terminal IDEs, along with vim. Emacs tends to take a more batteries, kitchen sink, web browser, games, IRC client, etc-included approach. It can seriously be closer to an OS in functionality.

      • @r1veRRR@feddit.de
        link
        fedilink
        11 year ago

        You can also copy paste by manually copying text by hand, would call that a valid alternative to Ctrl-C/V?