JunSuzukiJapan / atom-keyboard-macros-vim

MIT License
17 stars 7 forks source link

end recording macro in insert mode #2

Closed inBrink closed 8 years ago

inBrink commented 8 years ago

Need to add hotkey to end recording macro when in insert mode (article link)

JunSuzukiJapan commented 8 years ago

Please write as below in your 'keymap.cson' file.

'atom-text-editor.vim-mode.insert-mode':
  'cmd-alt-e': 'atom-keyboard-macros-vim:toggle_record_macro_vim'

Of course, the keystroke may be the your favorite.

inBrink commented 8 years ago

Thanks a lot.

JunSuzukiJapan commented 8 years ago

Thank you.