summaryrefslogtreecommitdiffstats
path: root/.config/tridactyl
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-04-29 11:16:47 -0400
committerAmin Bandali <bandali@gnu.org>2019-04-29 11:16:47 -0400
commitf120f77c5d7e6c98b57543b0bc3cdd8167bd052c (patch)
tree6206096b9bbccc3e350996141c8ca2b4b7e5872a /.config/tridactyl
parentf791e3e46c70d4b20ddab30475251fb57091434c (diff)
downloadconfigs-f120f77c5d7e6c98b57543b0bc3cdd8167bd052c.tar.gz
configs-f120f77c5d7e6c98b57543b0bc3cdd8167bd052c.tar.xz
configs-f120f77c5d7e6c98b57543b0bc3cdd8167bd052c.zip
tridactyl: a few more bindings and tweaks
Diffstat (limited to '.config/tridactyl')
-rw-r--r--.config/tridactyl/tridactylrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc
index 8081446..1fc49fc 100644
--- a/.config/tridactyl/tridactylrc
+++ b/.config/tridactyl/tridactylrc
@@ -3,6 +3,9 @@ bind k scrollline -2
bind n scrollline 2
bind p scrollline -2
+bind 0 scrollto 0 x
+bind - scrollto 100 x
+
bind J tabprev
bind K tabnext
bind P tabprev
@@ -15,6 +18,7 @@ unbind <C-u>
bind x tabclose
bind X undo
+bind <C-S> stop
bind gd tabduplicate
bind gw tabdetach
@@ -23,9 +27,13 @@ bind O fillcmdline bmarks
bind ;<Space> fillcmdline_notrail
+unbind <C-f>
+
set hintfiltermode vimperator-reflow
set hintnames numeric
set browser iceweasel
-autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")
+seturl warrior.uwaterloo.ca noiframe true
+
+" autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")