# HG changeset patch # User Ludovic Chabant # Date 1586563963 25200 # Node ID 8f36fc391ddf4d1bb9c939915fc74e059a7883dc # Parent 91652f4b9752fc23a2cc41c7b7a816327071e350 Add jk bindings to tridactyl. diff -r 91652f4b9752 -r 8f36fc391ddf tridactyl/tridactylrc --- a/tridactyl/tridactylrc Tue Jun 11 20:41:27 2019 -0700 +++ b/tridactyl/tridactylrc Fri Apr 10 17:12:43 2020 -0700 @@ -7,6 +7,9 @@ set hintfiltermode vimperator-reflow set hintnames numeric +bind j scrollline 20 +bind k scrollline -20 + bind J tabprev bind K tabnext