21 lines
296 B
Plaintext
21 lines
296 B
Plaintext
" setup:
|
|
" installnative
|
|
" fixamo
|
|
|
|
set theme shydactyl
|
|
|
|
bind J tabnext
|
|
bind K tabprev
|
|
bind x tabclose
|
|
|
|
set searchengine duckduckgo
|
|
|
|
unbind <C-f>
|
|
bind i mode ignore
|
|
|
|
set hintchars 1234567890
|
|
set hintfiltermode vimperator-reflow
|
|
|
|
" there is an annoying lag before page focus
|
|
set newtabfocus urlbar
|