sVim
sVim copied to clipboard
Unmap space from pageDown
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:
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.
That sounds pretty good to me.