atom/vim-mode

Spacebar broken in beta

Closed this issue · 3 comments

The spacebar functionality is broken in Atom Beta.

I have a similar problem with my package jumpy breaking. It seems they both just don't get notified of the key press!

cmd + . for key resolver shows nothing happening!

This is an issue in Atom core (beta) right?

spacebar is definately not working in keymaps file anymore.

snippet that was working in atom-beta < 1.12

"atom-text-editor.vim-mode.normal-mode":
  "space a": "vim-mode:insert-after-end-of-line"

about to create an issue in core

This has already been fixed. See atom/atom-keymap#150.