On Apr 14, 2011, at 9:13 AM, Tim Gray wrote:

> Try setting this in your .vimrc:
>    noremap <Up> gk
>    noremap k gk
>    noremap <Down> gj
>    noremap j gj
> 
> That remaps the j, k, and up/down arrows to the gk and gj commands, which 
> move you by screen lines.
> 
>> Finally, can I specify a default font? If so, how do I determine what fonts 
>> are available?
> 
> Go to the Edit menu, Fonts, and select your font.  Once you find one you 
> like, while in Vim, type `:set guifont?` (not including the `).  That will 
> print out the command in the appropriate syntax.  Then, in your .vimrc, 
> include this statement with a 'set' in front, like so:
> 
>    set guifont=Consolas:h14

Thanks, Tim. Got both of these in my vimrc. 

------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net




-- 
You received this message from the "vim_use" 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

Reply via email to