"Use Selection for Find" does not import from other apps.

2011-10-24 Thread Dan Rogers
I am unable to import the search string from another application to MacVim using the Command+E shortcut (aka the "Use Selection for Find" menu command). Is there a way to enable this between other apps + MacVim? For example: 1) In Chrome, highlight text and use Command+E. 2) Switch to MacVim, the

Re: Hack for centering text horizontally in fullscreen mode?

2011-10-24 Thread Russ McBride
Thanks, Björn. Doing this works fine: set fuopt=maxvert But the default is maxvert so it's good as is. And it's nice to have the width in fullscreen get set to the same as whatever you set in non-fullscreen. Being able to set the width by just mouse dragging in lion is ni

Re: Hack for centering text horizontally in fullscreen mode?

2011-10-24 Thread björn
On 24 October 2011 14:43, Giovanni Lanzani wrote: > I did just that, comment out >     set fuoptions=maxhorz,maxvert > however that didn't do the trick You need to set fuopt=maxvert See ":h 'fuopt" for more information. As for changing font size and number of columns when toggling full-screen,

Re: Hack for centering text horizontally in fullscreen mode?

2011-10-24 Thread Giovanni Lanzani
I did just that, comment out set fuoptions=maxhorz,maxvert however that didn't do the trick -- 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