diff tridactyl/tridactylrc @ 447:48933cecdf7f

Add Tridactyl config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Aug 2018 22:48:06 -0700
parents
children d3ff438a4f8b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tridactyl/tridactylrc	Tue Aug 28 22:48:06 2018 -0700
@@ -0,0 +1,11 @@
+echo "Welcome to Tridactyl"
+
+set searchengine duckduckgo
+
+bind J tabprev
+bind K tabnext
+
+bind < tabmove -1
+bind > tabmove +1
+
+bind <F1> buffer #
\ No newline at end of file