1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Working better with latex and screens/monitors

This commit is contained in:
J. Fernando Sánchez
2015-01-22 23:56:14 +01:00
parent c46c149046
commit b076e8e56a
11 changed files with 190 additions and 82 deletions

19
vimperatorrc Normal file
View File

@@ -0,0 +1,19 @@
set hintchars=hjklasdfgyuiopqwertnmzxcvb
" Pass through all keys (like CTRL-Z) on Gmail and Google Reader:
"autocmd LocationChange .* :js modes.passAllKeys = /(docs|mail)\.google\.com|www\.google\.com\/reader\/view/.test(buffer.URL)
"autocmd LocationChange .* :js modes.passAllKeys = /(localhost|127.0.0.1)/.test(buffer.URL)
autocmd LocationChange .* js modes.passAllKeys = false
autocmd LocationChange mail\\.google\\.com js modes.passAllKeys = true
autocmd LocationChange docs\\.google\\.com js modes.passAllKeys = true
autocmd LocationChange duckduckgo\\.com js modes.passAllKeys = true
" Make Firefox run faster by using JIT
set! javascript.options.jit.chrome=true
map <C-S-I> <S-Esc><C-S-i>
map d <C-D>
map u <C-U>
map U :undo<CR>
map x :tabclose<CR>