dupline; //行の二重化 insert "abc"; //文字列の挿入(挿入文字列) insertfix "abc"; //文字列の挿入(挿入文字列)(挿入後位置は前) insertline; //空行挿入 insertreturn; //改行 overwrite; //文字列の上書き tab; //タブ undelete; //削除内容復元 exit; //終了 exitall; //全終了 newfile; //ファイルの新規作成 print; //印刷 quit; //破棄して終了 save; //ファイルの上書き保存 saveexit; //保存して終了 saveall; //全保存 saveexitall; //全保存終了 saveupdatedall; //全保存(更新ファイルのみ) savelf; //上書き保存(改行=LF) openbyshell; //...を開