From: Benno Schulenberg Date: Wed, 1 May 2024 08:59:09 +0000 (+0200) Subject: add some forgotten markup X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=07cd950a6d4cfdac9429ac21f9eab28e8910b9f1;p=nano-editor.git add some forgotten markup --- diff --git a/news.php b/news.php index ae8c4c3..9558e57 100644 --- a/news.php +++ b/news.php @@ -19,14 +19,14 @@ starting a backward search, while M-F and M-B repeat the search
in the corresponding direction. (See the documentation if you
want the old bindings back.) -
  • Command-line option --modernbindings (-/) makes ^Q quit, ^X cut,
    +
  • Command-line option --modernbindings (-/) makes ^Q quit, ^X cut,
    ^C copy, ^V paste, ^Z undo, ^Y redo, ^O open a file, ^W write a file,
    ^R replace, ^G find again, ^D find again backwards, ^A set the mark,
    ^T jump to a line, ^P show the position, and ^E execute.
  • Above modern bindings are activated also when the name of
    nano's executable (or a symlink to it) starts with the letter "e".
  • To open a file at a certain line number, one can now use also
    - `nano filename:number`, besides `nano +number filename`.
  • + nano filename:number, besides nano +number filename.
  • <Alt+Home> and <Alt+End> put the cursor on the first and last
    row in the viewport, while retaining the horizontal position.
  • When the three digits in an #RGB color code are all the same,