LoginSignup
3
2

More than 5 years have passed since last update.

[Atom]vim-mode-plusでESCにキーマップを割り当てる

Posted at

Usage

vim-mode-plusプラグインを使っていてキーバインドを変えたい時は、
Atomのmenu -> keymapを選択するとkeymap.csonが開かれるので次の内容を記述する。

僕は次のようにESCjjを対応させている。

keymap.cson
'atom-text-editor.vim-mode-plus.insert-mode':
  'j j': 'vim-mode-plus:activate-normal-mode' # jj to escape

記述したら上書き保存する、。Atomの再起動は不要で反映されている事が確認できる

参考

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2