Sublime Forum

Customize Shortcuts

#1

How can I make my own shortcuts?
I need to make a shortcut for the command mode (in vintage mode) on windows (like ctrl + c on osx).

-Patrick-

0 Likes

#2

docs.sublimetext.info/en/latest/ … dings.html

0 Likes

#3

You can use key bindings to create custom shortcuts.
To create keybindings in the key map file, go to

[On Windows] Preferences > Key Bindings - User
[On OS X] Sublime Text > Preferences > Key Bindings - User

I have written complete tutorial on creating custom keyboard shortcuts in Sublime Text http://codezag.com/sublime-text-create-shortcuts-key-bindings/

0 Likes