]> git.wh0rd.org - nano-editor.git/commitdiff
add some forgotten markup
authorBenno Schulenberg <bensberg@telfort.nl>
Wed, 1 May 2024 08:59:09 +0000 (10:59 +0200)
committerBenno Schulenberg <bensberg@telfort.nl>
Wed, 1 May 2024 08:59:09 +0000 (10:59 +0200)
news.php

index ae8c4c3f8bd720ca1ccd33c91dee42a765e37c05..9558e57cc02f9be3d22562418d6544e1092bc2b9 100644 (file)
--- a/news.php
+++ b/news.php
     starting a backward search, while <tt>M-F</tt> and <tt>M-B</tt> repeat the search<br>
     in the corresponding direction.  (See the documentation if you<br>
     want the old bindings back.)</li>
-<li>Command-line option --modernbindings (-/) makes <tt>^Q</tt> quit, <tt>^X</tt> cut,<br>
+<li>Command-line option <tt>--modernbindings</tt> (<tt>-/</tt>) makes <tt>^Q</tt> quit, <tt>^X</tt> cut,<br>
     <tt>^C</tt> copy, <tt>^V</tt> paste, <tt>^Z</tt> undo, <tt>^Y</tt> redo, <tt>^O</tt> open a file, <tt>^W</tt> write a file,<br>
     <tt>^R</tt> replace, <tt>^G</tt> find again, <tt>^D</tt> find again backwards, <tt>^A</tt> set the mark,<br>
     <tt>^T</tt> jump to a line, <tt>^P</tt> show the position, and <tt>^E</tt> execute.</li>
 <li>Above modern bindings are activated also when the name of<br>
     nano's executable (or a symlink to it) starts with the letter "e".</li>
 <li>To open a file at a certain line number, one can now use also<br>
-    `nano filename:number`, besides `nano +number filename`.</li>
+    <tt>nano filename:number</tt>, besides <tt>nano +number filename</tt>.</li>
 <li>&lt;Alt+Home&gt; and &lt;Alt+End&gt; put the cursor on the first and last<br>
     row in the viewport, while retaining the horizontal position.</li>
 <li>When the three digits in an #RGB color code are all the same,<br>