From c0462845bad220129e1785371876a0808d0b709a Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 3 Jul 2014 11:37:28 +0300 Subject: Add usability features to vim, change pentadactyl to google :/ --- vimrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 921284a..dcd8341 100644 --- a/vimrc +++ b/vimrc @@ -90,7 +90,9 @@ let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_MultipleCompileFormats='pdf, aux' "Math with qalc -nnoremap m :.!qalc +nnoremap m :.!~/bin/calc +nnoremap i :read !latestimage +nnoremap v :!feh '' "Tab for escape nnoremap @@ -100,3 +102,8 @@ onoremap inoremap `^ inoremap +"read spaces in path's +set isfname+=32 + +"save as root +nnoremap r :w !sudo tee % -- cgit v1.2.3-54-g00ecf