]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Mon, 24 Jun 2019 05:06:47 +0000 (14:06 +0900)
committerPHO <pho@cielonegro.org>
Mon, 24 Jun 2019 05:06:47 +0000 (14:06 +0900)
dot-files/_config/tridactyl/tridactylrc

index e8068184780244f39150a5561495cb75abe16097..50b34b0215f7e6325ca8ad4960268d75457fbe47 100644 (file)
@@ -4,11 +4,16 @@
 fixamo quiet
 
 " Find
-bind / fillcmdline find
-bind ? fillcmdline find -?
-bind n findnext 1
-bind N findnext -1
-bind ,<Space> nohlsearch
+"bind / fillcmdline find
+"bind ? fillcmdline find -?
+"bind n findnext 1
+"bind N findnext -1
+"bind ,<Space> nohlsearch
+reset /
+reset ?
+reset n
+reset N
+reset ,<Space>
 
 " Tabs
 bind h tabprev
@@ -17,3 +22,4 @@ bind l tabnext
 " Clipboards
 bind y clipboard yank
 bind Y clipboard yanktitle
+bind <C-y> composite js document.getElementsByTagName("title")[0].textContent + ' :: ' + document.location.href | clipboard yank