björn
unread,Jun 8, 2013, 4:25:47 AM6/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
On Fri, Jun 7, 2013 at 8:09 PM, wrote:
>
> I've just installed (dragged the MacVim.app onto Applications folder) the MacVim. I can't use a certain key combination such as "map! () ()<Esc>i" which works for doing auto-closing, other key mappings work well except the mapping in ~/.gvimrc. whereas the combination works very well in windows gvim and Ubuntu vim.
I just checked and the map you mention works fine for me on 7.3.967.
Try starting from Terminal with
/Applications/MacVim.app/Contents/MacOS/Vim -u NONE -U NONE -g
Then enter your map manually and see if that works. If it does, then
you have a plugin or [g]vimrc setting that is interfering.
Other things I can think of is that you may be using a keyboard layout
that causes problems. If you're not using an English layout, try US
English and see if that works.
Björn