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

  • flop_leash_973@lemmy.world
    link
    fedilink
    arrow-up
    52
    arrow-down
    1
    ·
    8 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.

    • jayemar@lemm.ee
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      8 months ago

      I understand where you’re coming from, but as a frequent user of vim I’d much rather have the additional line of text.

      • droans@lemmy.world
        link
        fedilink
        arrow-up
        13
        arrow-down
        1
        ·
        8 months ago

        That makes sense, I mean your monitor can only fit like six lines of text.

        • thecodeboss@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          8 months ago

          They could even have one of the commands on the cheatsheet be to hide it, so anyone who doesn’t want it will immediately see how to turn it off.

    • eeleech@lemm.ee
      link
      fedilink
      arrow-up
      14
      arrow-down
      2
      ·
      8 months ago

      Having the commands listed at the bottom by default is one thing i personally dislike about nano, because they take up space while being useless to someone knowing the commands (or at least knowing how to open the help in, which is what you can do in vim to achieve the cheat sheet). The alternative that vim uses, is to show the commands when starting the editor without opening a file.

    • redempt@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      8 months ago

      one of my favorite things about helix is how easily you can check the keybinds for certain actions - just space-? and then you can see a list of every command available (by description) and their keybinds, if they have one

      • lesnake@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        Not to forget the buit in popup showing the shortcuts, similar to which-key, but built in

    • CatLikeLemming@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      21 days ago

      Really, I’d just recommend using nano then. It’s installed basically anywhere you can find vim and works perfectly fine as a text editor! To use vim effectively it has a learning curve no matter what, so it’s not necessarily meant for everyone.