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><Alt+Home> and <Alt+End> 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>