view tridactyl/tridactylrc @ 499:ddbe50433fff

Fix jk bindings for tridactyl.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Apr 2020 16:19:04 -0700
parents d3ff438a4f8b
children 35094cf31de4
line wrap: on
line source

echo "Welcome to Tridactyl"

set searchengine duckduckgo

set smoothscroll true

set hintfiltermode vimperator-reflow
set hintnames numeric

bind J tabprev
bind K tabnext

bind < tabmove -1
bind > tabmove +1

bind <F1> buffer #

bind j scrollline 20
bind k scrollline -20