Sublime obviously seems like a serious tool on par with the TextMate generation of editors. Nevertheless it still is a bit challenging to figure out how to harness all that power while the documentation and user base is still in its foundational stages.
Nevertheless, it would be nice to start using Sublime as a replacement for my current editor, even if I do not yet fully grasp all the power features. In order to do this, I wonder if someone can tell me about how to emulate these following basic features in Sublime:
-
ability to open a filepath in a text file (open file under cursor) using a keyboard combo like ctrl+shift+g
( see e.g., vim.wikia.com/wiki/Open_file_under_cursor) -
ability to do āfind in filesā and then display the find results, and then click on one of the find results to open the corresponding line in the file
-
ability to open a file and auto-jump to a specific line number in the target file (either from command-line or using one of the above methods)
-
ability to run a perl, python, ruby, javascript ⦠etc file and have the output result appear in a new document buffer
-
ability to highlight a word under the cursor and automatically jump to each prev-next occurence of that word using a keyboard combo
-
ability to specify what constitutes a āwordā character for purposes of highlighting words upon click (e.g., include or exclude underscores and dollar signs or include them)
====
Thanks in advance for any info, and hats off on this well-respected work that is admired by those who are following its progress.