Plugin 'brandonbloom/csearch.vim'
Plugin 'chazy/cscope_maps'
Plugin 'vim-scripts/taglist.vim'
+Plugin 'airblade/vim-gitgutter'
call vundle#end() " required
filetype plugin indent on " required
set tags+=tags;
" For color
-"let g:solarized_termcolors=256
+let g:solarized_menu=0
colorscheme solarized
set background=dark
+if has("gui_running")
+ if has("gui_gtk2")
+ set guifont=Inconsolata\ 12
+ elseif has("gui_macvim")
+ set guifont=Menlo\ Regular:h14
+ elseif has("gui_win32")
+ set guifont=Consolas:h11
+ endif
+endif
+
" For markdown
let g:vim_markdown_folding_disabled = 1
let Tlist_Close_On_Select = 1
nnoremap <C-l> :TlistToggle<CR>
+" Easy escape
+inoremap jj <ESC>
+inoremap j<Space> j
+
" For local/private settings
let $LOCALFILE=expand("$HOME/.vimrc_local")
if filereadable($LOCALFILE)
--- /dev/null
+Windows Registry Editor Version 5.00\r
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]\r
+"Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,1d,00,3a,00,01,00,29,00,29,00,01,00,00,00,00,00
\ No newline at end of file