vimperatorrc focuscontent
This commit is contained in:
parent
bbeac9e40d
commit
5a5267b363
@ -8,12 +8,17 @@ set defsearch=g
|
|||||||
" follow hints on return
|
" follow hints on return
|
||||||
set followhints=1
|
set followhints=1
|
||||||
|
|
||||||
|
" don't auto-focus input fields
|
||||||
|
set focuscontent
|
||||||
|
|
||||||
set incsearch hlsearch
|
set incsearch hlsearch
|
||||||
set ignorecase smartcase
|
set ignorecase smartcase
|
||||||
|
|
||||||
set noerrorbells novisualbell
|
set noerrorbells novisualbell
|
||||||
js liberator.beep = function() { return false; }
|
js liberator.beep = function() { return false; }
|
||||||
|
|
||||||
|
map d :tabclose<CR>
|
||||||
|
|
||||||
" google
|
" google
|
||||||
map s og<Space>
|
map s og<Space>
|
||||||
map S tg<Space>
|
map S tg<Space>
|
||||||
|
Loading…
Reference in New Issue
Block a user