On 7 July 2010 16:11, Lyle wrote:
> Specifically, I'm trying to map Shift-Command-R (Eclipse's "open resource")
> to something similar to the FuzzyFinder command above. I can do "map <S-r>
> :e **/" or "map <D-r> :e **/" for shift-r and command-r, respectively, but
> when I try "map <S-D-r> :e **/", the command just puts me in replace mode.
> Any ideas?

Try

map <D-R> :e **/"

That is, capitalize the "R" instead of adding the "S-" flag when using
<D-..> mappings.  (Yes, it is a bit odd...)

Björn

-- 
You received this message from the "vim_mac" 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

Reply via email to