
subl
List of commands for subl:
-
subl:tldr:69db2 subl: Open the current directory in Sublime Text.$ subl ${-}try on your machineexplain this command
-
subl:tldr:92d53 subl: Open a file or directory in the currently open window.$ subl -a ${filename}try on your machineexplain this command
-
subl:tldr:cc4a6 subl: Open a file and jump to a specific line number.$ subl ${filename}:${line_number}try on your machineexplain this command
-
subl:tldr:fa944 subl: Open a file or directory in a new window.$ subl -n ${filename}try on your machineexplain this command