Open shemerey opened 6 years ago
Oh,, I might understand the cause.
Maybe this is similar to https://github.com/t9md/atom-vim-mode-plus/issues/922 ?
@shemerey Can you reproduce this 100%? then how? From my understanding this issue is exist from very older version.
I've tried to do something like cs'`, and then it hit me with an error, I've got it twice. but now can't find the right sequence to reproduce. Will add here if find out how
You keyboard require TWO keystrokes to type '
or `
?
nope, it's regular macbook, USA keyboard layout, the only thing I have caps lock
mapped to esc
so can incidentally hit it,
OK, then I have no idea how to repro too.
I'll update here if find out to way to reproduce. thx for your fast response and great work 👍
"
(register), `
(mark), '
(mark) is ugly, hacky.f
is slow" issue https://github.com/t9md/atom-vim-mode-plus/pull/448.
f
is already back to non-hacky way to read user-input in https://github.com/t9md/atom-vim-mode-plus/pull/838.m
, `
, '
use hacky way to read user-input via keymap, not via input-form.m a
to some-commands
and still user other m
(e.g. m b
, m c
...) as vmp:mark
command.How do you think?
Following PR I sent was once merged, but reverted( wont fix decision = limitation ). Refs: https://github.com/atom/atom-keymap/issues/130
[Enter steps to reproduce:]
Atom: 1.23.0-beta0 x64 Electron: 1.6.15 OS: Mac OS X 10.13.2 Thrown From: vim-mode-plus package 1.17.0
Stack Trace
Uncaught TypeError: Cannot read property 'isReady' of undefined
Commands
Non-Core Packages