Search code examples
keyboard-shortcutssublimetext2sublimetextpycharmkeymapping

Using Sublime Text 2 key bindings in PyCharm


I would like to use the Sublime Text 2 key bindings in Pycharm. I know how to edit it one by one. Is there a way to override the entire keymap in one shot?

Something like

  • export the key bindings from sublime text 2
  • convert it into Pycharm's format
  • import it into Pycharm

Pycharm has some pre-configured keymaps. If there's a text / XML / JSON file where these maps are stored, I can try to convert it myself.

enter image description here


Solution

  • PyCharm now has Sublime Text keymap inbuilt as an alternative to Default Keymap.

    Go to Setting -> Keymap and select Sublime Text from Keymap dropdown.

    enter image description here

    Hope that helps.