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?

  • HiTekRedNek@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 hours 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/>