2009/8/4 Johannes Beigel: > > I read in this mailing list thread: > > http://groups.google.com/group/vim_mac/browse_thread/thread/c16868aa7dcad59b > > that it should be possible to switch MacVim (GUI-)Windows with ⌘`. > This doesn't work for me though (latest MacVim, Mac OS X 10.5.7, moved > away .vimrc/.gvimrc/.vim directory). Has the key changed or do I have > to enable the feature somehow?
What keyboard layout do you use? Window switching is hardwired to the key which is located under Escape on a US keyboard. On other keyboards it is usually another key, e.g. on many European keyboards it is the key to the left of "z". You should be able to find it by trying one key at a time. If that doesn't work you can set up a mapping to :maca _cycleWindows: :maca _cycleWindowsBackwards: e.g. :map <D-]> :maca _cycleWindows:<CR> :map <D-[> :maca _cycleWindowsBackwards:<CR> Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
