  		  Editing Mode  
------------------------------------------------
When in editing mode, you can use the following
commands:
i:     Insert a line before this one. It defaults
       to the last one removed with d. Alias: y
d:     Erase the current line.         Alias: k 
gnum:  Goto the line num. Since no note may be 
       longer than 10000 lines the max num is 10000.
s/a/b: Replace a with b.

Copy a line:
d
i
i
Swap two lines:
d

i
------------------------------------------------
