diff --git a/my_configs.vim b/my_configs.vim index 019decb5..8d639af3 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -12,7 +12,7 @@ let g:solarized_italic=0 " 1 | 0 " let g:solarized_bold=0 " let g:solarized_underline=0 -set background=dark " dark +set background=light " dark light :colorscheme solarized " solarized ir_black mayansmoke " syntastic @@ -56,10 +56,6 @@ map t6 :tabnext 6 map t7 :tabnext 7 map t8 :tabnext 8 map t9 :tabnext 9 -" use ALT-h ,ALT-j to switch in tabs -" Mac 下不可用 -map :tabprev -map :tabnext " mapping :tlist to ,tg " map tg :TlistOpen @@ -91,10 +87,6 @@ set guioptions-=m set guioptions-=T " 删除文件时自动删除文件对应 buffer let NERDTreeAutoDeleteBuffer=1 -" map ALT-n ALT-p to :lnext :lprevious -" Mac 下不可用 -map :lnext -map :lprevious " Uncomment the following to have Vim jump to the last position when reopening a file if has("autocmd")