#24889: MacVim keyboard layout is driving me insane -----------------------------------+---------------------------------------- Reporter: krischik@… | Owner: raimue@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: MacVim, vim-app -----------------------------------+---------------------------------------- Changes (by raimue@…): * status: new => assigned Comment: Not sure what you are asking for. MacVim loads keybindings from my .vimrc on my machine. I do not have a separate .gvimrc. If you want to set specific options in your .vimrc for MacVim only, you can use the following snippet: {{{ if has("gui_macvim") let macvim_hig_shift_movement = 1 endif }}} -- Ticket URL: <http://trac.macports.org/ticket/24889#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS