
"argv": Īnyway, I won’t go too offtopic here… coming back to research the delete_folder of the submodule now Guess that’s not possible to accomplish? Btw, one of the problems of using below command in Default.sublime-commands was that you wouldn’t know the real name of parameters as you’ll only see $text: [ I’ve seen 266 commands available, not sure if this will help though for the current Wow, thanks a lot, you’ve packed lots of really interesting info in this thread already… I was going through the docs and I don’t see many of the interesting bits there.įor instance, it’d really useful to know which ones are all hooks a user can add commands into, right now in my user folder I’ve got just this bunch:ītw, before I had this command living in my Default.sublime-commands file but now I know there is a Submodule Section.sublime-menu file I wanted to move it there but it seems it won’t be possible as when i try to execute SM won’t ask about these 2 arguments $text $text.

ītw, I’ve just gathered all default commands provided in SublimeMerge 2059 and here’s the list git/modules folder that points to the target submodule ? I am not sure. gitmodules & changes to submodule entry in. Does it entail changing the submodule name, submodule path in. My knowledge of submodules just comes from 15 minutes browsing through YT videos & git docs (since I have never used submodules), so maybe you can tell how this could be done via the git command. “change the path of an existing submodule” Also, normally deleting anything should have a prompt to go along with it, but you can’t do it in SM for custom commands without plugin support. The delete_folder command doesn’t seem to work so maybe that part has to be done manually.

git/modules/path/to/submodule can be achieved. This takes care of git submodule deinit -f path/to/submodule & git rm -f path/to/submodule. So in order to add an entry to delete a particular sub module, you need to create a Submodule.sublime-menu file Packages/User (Use Preferences -> Browse Packages) and add the following [ The menu in your first picture is rendered by Submodule Section.sublime-menu and the second one by Submodule.sublime-menu.
