On Wed, Mar 22, 2017 at 5:30 PM, Bram Moolenaar <[email protected]> wrote:
> Ken Takata wrote: > > > 2016/2/18 Thu 4:48:46 UTC+9 Bram Moolenaar wrote: > > > > Mac OS has also some default mappings, but it seems that they are not > > > > documented. > > > > https://github.com/vim/vim/blob/master/src/getchar.c#L5307-L5316 > > > > Maybe it's better to add them to the documents. > > > > > > I hope someone can do that. I like complete docs. > > > > I have added description for standard mappings on macOS (based on the > source > > code). > > I'm not a macOS user, so review by mac users is welcome. > > Thanks. > > > BTW, on MS-Windows, Shift-Insert is mapped to <C-R><C-O>* in Insert mode: > > https://github.com/vim/vim/blob/a37ffaa/src/getchar.c#L5262 > > > > However, on macOS, Command-v is mapped to <C-R>* in Insert mode: > > https://github.com/vim/vim/blob/a37ffaa/src/getchar.c#L5299 > > > > Isn't it better to map to <C-R><C-O>* also on macOS? > > This breaks backward compatibility though. > I don't think breaking backwards compatibility is a good idea. -Manny -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
