vimperatorrc focuscontent

This commit is contained in:
Gabriel Ebner 2014-08-30 08:15:51 +02:00
parent bbeac9e40d
commit 5a5267b363

@ -8,12 +8,17 @@ set defsearch=g
" follow hints on return
set followhints=1
" don't auto-focus input fields
set focuscontent
set incsearch hlsearch
set ignorecase smartcase
set noerrorbells novisualbell
js liberator.beep = function() { return false; }
map d :tabclose<CR>
" google
map s og<Space>
map S tg<Space>