guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

How to map this using Vintageous? #1071

Open MichaelSEA opened 8 years ago

MichaelSEA commented 8 years ago

Apologies if this is obvious, I can't find an answer....

I saw Issue #407 about PageUp/ PageDown but I cannot get this to work for me using Sublime 3103 and latest Vintageous; In macvim I have this:

" Make paging like Google Chrome.
:nmap <S-Space> <PageUp>
:nmap <Space>  <PageDown>

which I use all the time. I've added that to my .vintageousrc, but... nothing. Ideas?

Thanks-m