diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-12 18:42:05 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-12 18:42:05 -0400 |
commit | 54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98 (patch) | |
tree | a94e4b983d2f485b8284d42171a0ca523e96bac1 | |
parent | 99bfcd21e9f2ed96fbab6f04b22335de1f22a125 (diff) | |
download | configs-54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98.tar.gz configs-54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98.tar.xz configs-54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98.zip |
Add Tridactyl config
-rw-r--r-- | rc.org | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -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 |