21. July 2014 12:56
/
John West
/
/
Comments (0)
I have been updating my Sublime key mappings little by little to match the keystrokes I use often in Visual Studio. Here are the ones I have so far (the text of the command should make them relatively self-explanatory.
To change the keystrokes in Sublime (I’m using V3), choose Preferences –> Key Bindings – User.

{ "keys": ["f12"], "command": "goto_definition" },
{ "keys": ["alt+w"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+s"], "command": "save_all" },
{ "keys": ["ctrl+-"], "command": "jump_back" },
{ "keys": ["ctrl+shift+-"], "command": "jump_forward" },
{ "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
9a0e885c-d207-4674-81e7-77297cbda2b3|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags :