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?
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?
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/>