User Tools

Site Tools


sd:ed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sd:ed [2026/03/23 15:43] appledogsd:ed [2026/03/23 15:48] (current) appledog
Line 78: Line 78:
  
 === #,#n, #,#bl, #,#p === #,#n, #,#bl, #,#p
-* Requires version 0.7.2 and above+* Requires version 0.7.2 and above.
  
     : 1,3l     : 1,3l
Line 100: Line 100:
  
 This deletes the line you are currently on. There is no undo in this version, so be careful! This deletes the line you are currently on. There is no undo in this version, so be careful!
 +
 +== f
 +* Requires version 0.7.2 and above.
 +
 +    f
 +
 +This command shows the ''filename''.
 +
 +    f file.txt
 +
 +This command sets ''filename'' to file.txt. You can choose your own ''filename'' or use file.txt if you are bored.
 +
 +== w
 +* Requires version 0.7.2 and above.
 +
 +    w
 +
 +This command writes the buffer to ''filename'' (see ''f'' above).
 +
 +Always remember to save your work before quitting.
 +
 +== e, E
 +
 +    e
 +
 +''e'' with no argument reloads the current ''filename'' as set by ''f'' or a previous ''e''.
 +
 +    e myfile.txt
 +
 +This clears the entire buffer, loads the file into the buffer, sets the ''filename''. Any unsaved changes are lost.
 +
 +If the buffer is dirty, e warns with ? (like q). E forces it without warning.
 +
sd/ed.1774280592.txt.gz · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki