2009/7/23 Birdie Edwards: > > I have tried several strategies to remap <D-S-F> or <D-F> (full screen > mode) to F5 (function key 5) without success. > > I have done the following in my gvimrc file in the MacVim package: > > macm Window.Toggle\ Full\ Screen\ Mode key=<nop> > > to "free up" the key combination to no avail. > > What am I missing?
Hi Birdie, I'm not sure exactly what you are trying because it works fine for me. If I add these two lines macm Window.Toggle\ Full\ Screen\ Mode key=<nop> map! <D-F> <F1> to my "~/.gvimrc" file, then pressing Cmd-Shift-f in insert mode will open the help (as if <F1> had been pressed). If that doesn't work for you, tell us _exactly_ what you tried so that we can perhaps tell you where you went wrong. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
