[Vimprobable-users] number of letters allowed in mappings
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Marcos C. <vim...@pr...> - 2013-05-31 13:02:01
|
Hi, The following maps work fine: map s1=:set minimumfontsize=10 map s2=:set minimumfontsize=20 map s3=:set minimumfontsize=30 I removed them and tried the following instead: map s10=:set minimumfontsize=10 map s12=:set minimumfontsize=12 map s14=:set minimumfontsize=14 :etc. But they don't work. Are 3-letter mappings buggy or simply not allowed? I supposed there was no length limit, because I use a lot of 2-letter mappings and they work fine -- but I've just realized the man page shows only 1-letter mappings. Anyway I can use colon commands instead, and they work fine: map :s10=:set minimumfontsize=10 map :s12=:set minimumfontsize=12 map :s14=:set minimumfontsize=14 :etc. Thank you. Marcos -- http://programandala.net |