Forrest logo
back to context overview

sensible-editor

List of commands for sensible-editor:

  • sensible-editor:tldr:af2fc sensible-editor: Open 3 files in vertically split editor windows at the same time.
    $ sensible-editor -O3 ${filename1 filename2 filename3}
    try on your machine
    explain this command
  • sensible-editor:tldr:e6b9d sensible-editor: Open a file in the default editor, with the cursor at the beginning of line 10.
    $ sensible-editor +10 ${filename}
    try on your machine
    explain this command
  • sensible-editor:tldr:fc3c6 sensible-editor: Open a file in the default editor, with the cursor at the end of the file.
    $ sensible-editor + ${filename}
    try on your machine
    explain this command
  • sensible-editor:tldr:ff2ee sensible-editor: Open a file in the default editor.
    $ sensible-editor ${filename}
    try on your machine
    explain this command
back to context overview