summaryrefslogtreecommitdiffstats
path: root/rc.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-12 18:42:05 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-12 18:42:05 -0400
commit54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98 (patch)
treea94e4b983d2f485b8284d42171a0ca523e96bac1 /rc.org
parent99bfcd21e9f2ed96fbab6f04b22335de1f22a125 (diff)
downloadconfigs-54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98.tar.gz
configs-54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98.tar.xz
configs-54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98.zip
Add Tridactyl config
Diffstat (limited to 'rc.org')
-rw-r--r--rc.org45
1 files changed, 45 insertions, 0 deletions
diff --git a/rc.org b/rc.org
index b84b21b..45ef4a8 100644
--- a/rc.org
+++ b/rc.org
@@ -1988,6 +1988,51 @@ RESTORE_DEVICE_STATE_ON_STARTUP=1
#DEVICES_TO_DISABLE_ON_UNDOCK=""
#+end_src
+** Tridactyl
+:PROPERTIES:
+:header-args+: :tangle ~/.config/tridactyl/tridactylrc
+:END:
+
+#+begin_src conf
+bind n scrollline 2
+bind p scrollline -2
+
+bind 0 scrollto 0 x
+bind - scrollto 100 x
+
+bind P tabprev
+bind N tabnext
+
+bind d scrollpage 0.5
+bind u scrollpage -0.5
+unbind <C-d>
+unbind <C-u>
+
+bind x tabclose
+bind X undo
+bind <C-S> stop
+
+bind gd tabduplicate
+bind gw tabdetach
+
+bind O fillcmdline bmarks
+
+bind ;<Space> fillcmdline_notrail
+
+unbind <C-f>
+
+set hintfiltermode vimperator-reflow
+set hintnames numeric
+set urlparenttrailingslash false
+
+set browser abrowser
+" set newtab https://bandali.eu.org
+
+seturl warrior.uwaterloo.ca noiframe true
+
+" autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")
+#+end_src
+
** X
*** xinit