Pinnacle : Text Editors

Vi

  • Vi is one of the older text editors that’s still commonly used. It’s far more difficult to use than GUI-based text editors dtpad and gedit, but may be faster for the experienced user. The editor is different in the it operates in two modes “insertion mode” and “command mode”. Insertion mode is used to enter text, while command mode allows exiting, saving, cursor movement and actions like copying and pasting.

Commands

Enter command mode by pressing the [Esc] key

:wSave
:wqSave and exit
😡Save and exit
ZZExit and save if any changes have been made
q!Exit without saving

dtpad

Commands

  • Open file: In Console or Xterm type dtpad or dtpad filename.

gedit

  • This software is very similar to a modern GUI-based document editor like MS Word.

Commands

 
  • Open/Create file: In Console or Xterm type gedit or gedit filename.
  • Most shortcuts are the same as those in Windows-based systems.
ctrl-sSave
ctrl-cCopy
ctrl-xCut

emacs and xemacs

Not available on all Pinnacle systems. Xemacs is more modern than vi/vim, but not as nice as edit.