703designs wrote: > Yep, I want to remove or override that binding. If you haven't guessed > yet, this is for FuzzyFinder (TextMate muscle memory).
macmenu &File.New\ Tab key=<nop> nnoremap <D-t> whatever you want... It must be in your vimrc or gvimrc as the unbinding will only work if it happens at startup time for a Vim instance. The :menu command without parameters is helpful to find the exact text to use to unbind menu item keys, e.g. I need macmenu &File.Open\ Tab\.\.\.<Tab>:tabnew key=<nop> nnoremap <D-T> something to change the meaning of apple-shift-T, but there was no way I could figure that out just by looking at the menu. :help :macmenu :help <D- :help showing-menus Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
