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
sd:ed [2026/03/23 15:45] 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 102: Line 102:
  
 == f == f
 +* Requires version 0.7.2 and above.
  
     f     f
Line 112: Line 113:
  
 == w == w
 +* Requires version 0.7.2 and above.
 +
 +    w
 +
 This command writes the buffer to ''filename'' (see ''f'' above). This command writes the buffer to ''filename'' (see ''f'' above).
  
 Always remember to save your work before quitting. 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.txt · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki