diff options
| -rw-r--r-- | init.vim | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,6 +1,16 @@ scriptencoding utf-8 set encoding=utf-8 +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" I Figured I should start taking notes for the eventual time I forget some +" shit +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" If you want to take the current buffer and save it as some fancy ass +" formatted HTML then you can just use the :TOhtml Command +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + execute pathogen#infect('bundle/{}', 'themes/{}') " Maily for the ability to match HTML tags with '%' @@ -11,7 +21,7 @@ runtime macros/matchit.vim " My old standard theme colorscheme distinguished " colorscheme solarized -set background=dark +" set background=dark " colorscheme solarized " let g:solarized_termcolors=256 @@ -43,7 +53,7 @@ set undoreload=10000 " lots of history, it's always nice to find old nasty command that happen " to be really useful -set history=10000 +set history=100000 " Be smart about the mouse set mouse+=a |
