Forrest logo
back to context overview

subl

List of commands for subl:

  • subl:tldr:69db2 subl: Open the current directory in Sublime Text.
    $ subl ${-}
    try on your machine
    explain this command
  • subl:tldr:92d53 subl: Open a file or directory in the currently open window.
    $ subl -a ${filename}
    try on your machine
    explain this command
  • subl:tldr:cc4a6 subl: Open a file and jump to a specific line number.
    $ subl ${filename}:${line_number}
    try on your machine
    explain this command
  • subl:tldr:fa944 subl: Open a file or directory in a new window.
    $ subl -n ${filename}
    try on your machine
    explain this command
back to context overview