atom / vim-mode

Next generation vim support for atom
MIT License
1.72k stars 253 forks source link

Spacebar broken in beta #1071

Closed DavidLGoldberg closed 8 years ago

DavidLGoldberg commented 8 years ago

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?

pirminis commented 8 years ago

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"
DavidLGoldberg commented 8 years ago

about to create an issue in core

winstliu commented 8 years ago

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