]> git.wh0rd.org - nano-editor.git/blame - overview.php
wipe GNU from ASCII-art logo
[nano-editor.git] / overview.php
CommitLineData
1b1bdcd3
MF
1<?php include "top.php"; ?>
2<title>GNU nano: Overview</title>
3<body>
4&nbsp;
5<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
6<tr VALIGN=TOP NOSAVE>
7<td NOSAVE>
8<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9<tr NOSAVE>
10<td NOSAVE>
11<center><b>Overview</b>
12(<A HREF="overview.php">2.2 release</A>)
13(<A HREF="overview2.0.php">2.0 release</A>)
14(<A HREF="overview1.2.php">1.2 release</A>)
15(<A HREF="overview1.0.php">1.0 release</A>)
16</center>
17</td>
18</tr>
19</table></center>
20
21<blockquote>The 2.2 release of GNU nano continues to add some features
22while attempting to provide continuity to users of previous versions.
23When possible we have elected to make new features disabled by default,
24as .nanorc and aliasing allows one to easily permanently enable desired features.
25The following improvemens and features are available in version 2.2 include:
26<br>&nbsp;
27<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
28<tr NOSAVE>
29<td NOSAVE>
30<UL>
31<li>
32<font>Customizable key bindings (see the key bindings section of
e4b8cef1 33<A HREF="/dist/v2.1/nanorc.5.html">the nanorc
1b1bdcd3
MF
34man page</A> for more details.</font></li>
35
36<li>
37<font>'soft' line wrapping (i.e. full line display)</font></li>
38
39<li>
40<font>Full undo/redo support [EXPERIMENTAL]</font></li>
41
42<li>
43<font>Pager support (i.e. reading from stdin)</font></li>
44
45
46</td>
47</UL>
48<td NOSAVE>
49<UL>
50
51<li>
52<font>Warnings for un-writable files, external modification since opening</font></li>
53
54<li>
55<font>Abortable searching (^C after ^W)</font></li>
56
57<li>
58<font>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles)</font></li>
59
60<li>
61<font>Faster syntax higlighting for complicated regexes</font></li>
62
63</UL>
64</td>
65</tr>
66</table>
67
68</blockquote>
69</td>
70</tr>
71</table>
72<?php include "bottom.php"; ?>
73