You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
546 B
23 lines
546 B
" vim: set filetype=vim:
|
|
|
|
sanitise tridactyllocal tridactylsync
|
|
|
|
bind j scrollline 5
|
|
bind k scrollline -5
|
|
|
|
bind <C-n> tabnext
|
|
bind <C-p> tabprev
|
|
|
|
set allowautofocus false
|
|
set hintfiltermode vimperator-reflow
|
|
set hintnames numeric
|
|
set smoothscroll true
|
|
|
|
guiset_quiet hoverlink right
|
|
|
|
bindurl ^https://duckduckgo.com f hint -Jc [class=result__a]
|
|
bindurl ^https://duckduckgo.com F hint -Jbc [class=result__a]
|
|
|
|
bindurl ^https://pivotal.okta.com f hint -Jc a[data-type=app-button]
|
|
bindurl ^https://pivotal.okta.com F hint -Jbc a[data-type=app-button]
|