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

      • Troz@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        I made that switch a few months ago just so I could cut, copy and paste without having to lookup how to do it. it’s been great.

      • uzay@infosec.pub
        link
        fedilink
        arrow-up
        0
        ·
        1 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

        • penquin@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          But you can do all that with nano and it is straight forward and you don’t need to memorize any key combinations. I mean, I get it and no judgement here. I just use nano because it’s easy and quick.

          • r1veRRR@feddit.de
            link
            fedilink
            arrow-up
            0
            ·
            1 year ago

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

      • r1veRRR@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        I don’t understand the need for Ctrl-C/V, when manually copying the text exists. I know it’s snarky, but that’s the level of difference we’re talking about here. Or imagine, to delete a line, someone Right Arrows 50 times, then backspaces 50 times, instead of using the shortcut.

  • homura1650@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    Tricky question, but I think I have a solution:

    :!readlink /proc/$PPID/fd/* | grep “$(dirname %)/.$(basename %).sw” | xargs -I{} rm “{}” ; kill -9 $PPID

  • psud@aussie.zone
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    If anyone needs the command: :q!

    If you want the computer to ask if you’re sure: :q

    If you want to save: :wq

  • rtxn@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I don’t mean to be all “BuT iT’s cLOseD SoURce” but you should give Logseq or Zettlr a try. They’re similar WYSIWYG markdown editors, but also FOSS. Zettlr also has vim keys.

    Plus Obsidian is horrible at editing tables.

    • lost@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      I would in theory prefer FOSS. But what is the situation with plugins and themes? Can I use obsidian plugins with any of those? If not, I’m probably not gonna switch.

    • Evilschnuff@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Would love to but I’m not going to pay a subscription for sync (one time would be ok), or have my data on a random aws instance. And last time I checked there is no plugin for your own self defined sync storage like Nextcloud. Once there is, I’m having a go.

    • doeknius_gloek@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Also not a fan about the closed source thing, but I like about Obsidian that it’s all just markdown. If I ever need to ditch it, I can keep and use my existing files as they are.

      Would this also be possible with Zettlr or Logseq?

  • flop_leash_973@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    A lot of my personal dislike for VIM would be done away with if it just had a helpful common keys cheat sheet (basic cursor navigation, edit mode, exit with and without saving, etc) at the bottom of the editor window like Nano does.