+7

Add "New View into File" to context menu of file tab

Drew Pirrone-Brusse vor 12 Jahren aktualisiert von Michael Gritsaenko vor 7 Jahren 3
It took me a disappointingly long time to find the `File->New View into File` command, and until I did I honestly thought that Sublime Text 2 didn't have that functionality built in. I feel that it would both be more intuitive and very handy to have that command added to the context menu opened when right(or cmd)-clicking a file's tab.
+3

Yes! When I right click a tab I want the new view into file to be an option please!

+8
Put this into your user Packages directory in a file named: "Tab Context.sublime-menu"
[
{ "caption": "New View into File", "command": "clone_file" }
]

Just successfully applied to Sublime on Linux
Thank you