SVN Sublime commit and update shortcut
You have to change only one file, adding this lines to Default (Windows).sublime-keymap
-> Preferences -> Package Settings -> SVN -> Key Bindings User
[
{ "keys": ["alt+u"], "command": "svn_commit", },
{ "keys": ["alt+d"], "command": "svn_update", },
]
-> Preferences -> Package Settings -> SVN -> Key Bindings User
[
{ "keys": ["alt+u"], "command": "svn_commit", },
{ "keys": ["alt+d"], "command": "svn_update", },
]
Comentários
Postar um comentário