From e361469a8ccc882b412e2b21321f9dca74ec73be Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 11 Apr 2012 12:35:05 -0400 Subject: keybindings --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index cf90f18..9004ec7 100644 --- a/vimrc +++ b/vimrc @@ -65,6 +65,7 @@ if has("autocmd") " html templates au BufRead,BufNewFile *.mako setlocal filetype=html au BufRead,BufNewFile *.ftl setlocal filetype=html + au BufRead,BufNewFile *.handlebars setlocal filetype=html ts=4 sts=4 sw=4 " css templates au BufRead,BufNewFile *.less setlocal filetype=css @@ -97,6 +98,8 @@ nnoremap j nnoremap k nnoremap h nnoremap l +inoremap jk +inoremap kj " NERDTree nnoremap :NERDTreeToggle @@ -111,6 +114,10 @@ nnoremap fv :BufExplorerVerticalSplit " ctrlp let g:ctrlp_map ='a' +" solarized +nnoremap vl :let g:solarized_visibility="low" | colo solarized +nnoremap vh :let g:solarized_visibility="high" | colo solarized + " " visual " -- cgit v1.2.3