In GNU nano 7.2 (the latest as of this posting, as far as I know), why does Ctrl+Delete delete entire words but not Ctrl+Backspace? How do we restore its correct functionality?

  • Flagstaff@programming.devOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours ago

    I cannot stand the yuhjklbn or whatever navigation! How do you even memorize that? It’s so counterintuitive…

    • HiTekRedNek@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      55 minutes ago

      My arrow keys work perfectly fine in vim.

      Vi is not vim.

      How can you say you prefer ^W ^T /<text to search/>enter/<text to replace it with/>enter

      to: :s/text to search/text to replace/gc/<enter/>