X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=vim%2Fvimrc;h=11cfda78f435c53eb6838e4407e42e3a286d0bd8;hb=57cb88c25fd95f5a9135efede44560a8e47c1b6d;hp=16a8af104fbe71842dbcaf5d3fb4977b22597de1;hpb=2fb0bd26fc2b51066a8091088a22463b017fb24e;p=dotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 16a8af1..11cfda7 100644 --- 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 :cn nnoremap :cp "http://dougblack.io/words/a-good-vimrc.html "nnoremap gV `[v`] -set nostartofline " don't jump to first character when paging -set nowrap