]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_config/tridactyl/tridactylrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _config / tridactyl / tridactylrc
index 9d06cf25fe2ac3444e1b316fc726f66b5f7dc45e..50b34b0215f7e6325ca8ad4960268d75457fbe47 100644 (file)
@@ -1,6 +1,25 @@
-fixamo
+" -*- vimrc -*-
 
+" Modify user.js
+fixamo quiet
+
+" Find
+"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
 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