How to change Atom Keybindings

前端 未结 3 1503
梦毁少年i
梦毁少年i 2021-02-19 08:36

I am looking to change keybindings of Atom text editor. I am familiar with Android Studio.

Does Atom allow us to customize key bindings?

3条回答
  •  无人及你
    2021-02-19 09:26

    To override existing atom keybindings, just paste the new keybinding in

    ~/.atom/keymap.cson
    

    If you want emacs keybindings for atom, get all the keybindings from, https://github.com/dvorka/atom-editor-emacs-key-bindings/blob/master/keymap.cson

    TO APPLY:

    $ gedit ~/.atom/keymap.cson
    

    paste , save & exit. Restart atom , Done !

提交回复
热议问题