aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-08-01 20:43:37 +0300
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-08-01 20:43:37 +0300
commitde12ddd5802b56445672589e467ff0eac98447f3 (patch)
tree7cba1ac4dc8fce19e60970825490cbe172a63a48 /vimrc
parent5860b6cf98395ba7f008d1f048c734d748f68719 (diff)
downloaddotfiles-de12ddd5802b56445672589e467ff0eac98447f3.tar.gz
dotfiles-de12ddd5802b56445672589e467ff0eac98447f3.tar.bz2
dotfiles-de12ddd5802b56445672589e467ff0eac98447f3.zip
over the summer changes
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 2a28eb6..16fca22 100644
--- a/vimrc
+++ b/vimrc
@@ -73,7 +73,7 @@ set noswapfile
set nobackup
au CursorHold,CursorHoldI * checktime
au CursorHold,CursorHoldI * silent! wa
-set updatetime=1000
+set updatetime=5000
filetype plugin on
filetype indent off
let g:tex_flavor='latex'
@@ -91,6 +91,7 @@ let g:Tex_MultipleCompileFormats='pdf, aux'
"Math with qalc
nnoremap <leader>m :.!~/bin/calc<Enter>
+inoremap <leader>m <Esc>:.!~/bin/calc<Enter>
nnoremap <leader>i :read !latestimage<Enter>
nnoremap <leader>v :!feh '<cfile>'<CR>
@@ -107,4 +108,3 @@ set isfname+=32
"save as root
nnoremap <leader>r :w !sudo tee % >/dev/null <CR>
-