Re: Hack for centering text horizontally in fullscreen mode?

2011-10-24 Thread Andrew Stewart
On 22 Oct 2011, at 19:53, Russ McBride wrote:Vimscript is almost enough to make me switch over to emacs or use one of the vi modes for emacs like viper or evil… butthat's a different topic….Yes, it's suboptimal to say the least. However you can mitigate the pain by scripting Vim in Ruby, Python,

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

Hack for centering text horizontally in fullscreen mode?

2011-10-22 Thread russmcb
Anyone have a hack we can use to put text into the center of the screen when going into fullscreen mode? Currently, you have to turn to the left to see your content when in full-screen mode. Bonus points for automatically increasing the font size in fullscreen mode. -- You received this

Re: Hack for centering text horizontally in fullscreen mode?

2011-10-22 Thread Carlos Galdino
Well, I tried to create a function to enter/leave fullscreen mode but I still don’t know why it doesn’t work very well. But here is the function in case you want to try yourself: https://gist.github.com/1272896 If you have any luck, tell me. =) -- Carlos Galdino codecleaning.com

Re: Hack for centering text horizontally in fullscreen mode?

2011-10-22 Thread Russ McBride
Thanks Carlos, Vimscript is almost enough to make me switch over to emacs or use one of the vi modes for emacs like viper or evil… but that's a different topic…. What I found is that for my needs the simple solution was to just get rid of this line from my .gvimrc file (or comment it out):