sVim icon indicating copy to clipboard operation
sVim copied to clipboard

Unmap space from pageDown

Open danpolanco opened this issue 8 years ago • 2 comments

I would like to use "space space" for createHint, but unmap "space" doesn't do it.

Is spacebar just hardcoded and unchangeable in safari?

Thanks for your work :smiley:

danpolanco avatar Apr 02 '16 16:04 danpolanco

unmap only removes default actions set by sVim itself. To fix this maybe I could add a "no operation" to map keys to?

So you would do something like map "space" noop and it would just call and empty function.

flippidippi avatar Sep 21 '16 20:09 flippidippi

That sounds pretty good to me.

danpolanco avatar Sep 21 '16 20:09 danpolanco