Просмотр исходного кода

Remove tridactyl startup messages, add input focus

All new things since I last looked at tridactyl settings. `focusinput`
now exists, and both `guiset` and `fixamo` have quiet versions now. Only
thing missing is an option to prevent pages from automatically acquiring
input focus, so that we enter all pages in "normal" mode.
cinaeco 6 лет назад
Родитель
Сommit
43b8f76418
1 измененных файлов с 9 добавлено и 4 удалено
  1. 9 4
      tridactyl/tridactylrc

+ 9 - 4
tridactyl/tridactylrc

@@ -1,5 +1,7 @@
 set theme dark
-guiset hoverlink top-right
+
+" Move link-hover URL up to not obscure the command line
+guiset_quiet hoverlink top-right
 
 set searchengine duckduckgo
 
@@ -9,7 +11,7 @@ set hintnames numeric
 
 " Make Tridactyl work on more sites at the expense of some security
 set csp clobber
-fixamo
+fixamo_quiet
 
 " Sanity before custom bindings
 reset all
@@ -29,9 +31,12 @@ bind K scrollline -5
 bind L scrollpx 50
 
 " Relocate tabs
-bind <c-l>  tabmove +1
-bind <c-h>  tabmove -1
+bind <c-l> tabmove +1
+bind <c-h> tabmove -1
 
 " Go forwards and backwards through history
 bind <c-o> back
 bind <c-i> forward
+
+" Focus on an input
+bind i focusinput