| 1 | <?php include "top.php"; ?> |
| 2 | |
| 3 | <title>GNU nano: Overview</title> |
| 4 | |
| 5 | <body> |
| 6 | |
| 7 | <table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE> |
| 8 | <tr VALIGN=TOP NOSAVE> |
| 9 | <td NOSAVE> |
| 10 | |
| 11 | <center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE> |
| 12 | <tr NOSAVE> |
| 13 | <td NOSAVE> |
| 14 | <center><b>Overview</b></center><br> |
| 15 | <center> |
| 16 | (<A HREF="overview2.6.php"><b>2.6 release</b></A>) |
| 17 | (<A HREF="overview2.4.php">2.4 release</A>) |
| 18 | (<A HREF="overview2.2.php">2.2 release</A>) |
| 19 | (<A HREF="overview2.0.php">2.0 release</A>) |
| 20 | (<A HREF="overview1.2.php">1.2 release</A>) |
| 21 | (<A HREF="overview1.0.php">1.0 release</A>) |
| 22 | </center> |
| 23 | </td> |
| 24 | </tr> |
| 25 | </table></center> |
| 26 | |
| 27 | <blockquote> |
| 28 | <br> |
| 29 | The following improvements are available in nano version 2.6: |
| 30 | <br><br> |
| 31 | |
| 32 | <table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE > |
| 33 | <tr NOSAVE> |
| 34 | <td NOSAVE> |
| 35 | |
| 36 | <UL> |
| 37 | <li>Trailing whitespace can be snipped from justified paragraphs.</li> |
| 38 | <li>Better feedback when a file is unwritable or a directory inaccessible.</li> |
| 39 | <li>Bindable functions for deleting a word to the left and to the right.</li> |
| 40 | <li>A bindable function for saving the current file without prompting for its name.</li> |
| 41 | <br> |
| 42 | <li>Commenting/uncommenting lines with a single keystroke (M-3).</li> |
| 43 | <li>Resizing the window does not exit from help viewer nor file browser.</li> |
| 44 | <li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li> |
| 45 | <li>A steadier movement of the highlight in the file browser.</li> |
| 46 | </UL> |
| 47 | |
| 48 | </td> |
| 49 | </tr> |
| 50 | </table> |
| 51 | |
| 52 | </blockquote> |
| 53 | </td> |
| 54 | </tr> |
| 55 | </table> |
| 56 | <?php include "bottom.php"; ?> |