diff --git a/.vimrc b/.vimrc index 44e77bf..0533710 100644 --- a/.vimrc +++ b/.vimrc @@ -106,8 +106,12 @@ endif " paste and autoindent set pastetoggle= +" Prettify json and javascript map jt :%!json_xs -f json -t json-pretty +" Fly through buffers instead of cycling +nnoremap l :ls:b + " 2014-01-29 some sane Python settings autocmd FileType python set tabstop=4 autocmd FileType python set shiftwidth=4