vimrc, tidy up test
[dotfiles.git] / vim / vimrc
index 16a8af1..11cfda7 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -74,6 +74,8 @@ set lazyredraw
 set hlsearch
 set autoindent
 set confirm
+set nostartofline   " don't jump to first character when paging
+set nowrap
 syntax on
 " colorscheme {{{
 set cursorline
@@ -81,12 +83,12 @@ if has("gui_running")
        set macmeta  "" Macvim only
        colorscheme molokai
        set guioptions+=c
-       set guifont=Sauce\ Code\ Powerline\ Light:h12
+       set guifont=Sauce\ Code\ Powerline\ Light:h11
        highlight Cursor guifg=white guibg=green
        set guicursor=a:blinkon0
        set guioptions=eac
-       set lines=999
-       set columns=999
+"      set lines=999
+"      set columns=999
 else
        set t_Co=256
        colorscheme molokai22
@@ -602,6 +604,4 @@ nnoremap <C-N>      :cn<CR>
 nnoremap <C-P> :cp<CR>
 "http://dougblack.io/words/a-good-vimrc.html
 "nnoremap gV `[v`]
-set nostartofline   " don't jump to first character when paging
-set nowrap