From 1246a68edc1e9e0b84d15ec5d1af5d3c07c0caa6 Mon Sep 17 00:00:00 2001 From: Asocia Date: Sun, 29 Aug 2021 14:30:42 +0300 Subject: [PATCH] Use gp to go to the profile page on certain cites --- .tridactylrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tridactylrc b/.tridactylrc index 434dee6..201c6b1 100644 --- a/.tridactylrc +++ b/.tridactylrc @@ -171,6 +171,10 @@ bind gC composite git_clone_ssh | clipboard yank bind yr composite js "\"" + document.location.href.split('#')[0].split('/').slice(3, 5).join('/') + "\"" | clipboard yank bindurl ^https://web.whatsapp.com f hint -c [tabindex]:not(.two)>div,a bindurl ^https://web.whatsapp.com F hint -bc [tabindex]:not(.two)>div,a +bindurl github.com gp open github.com/Asocia +bindurl gitlab.com gp open gitlab.com/Asocia +bindurl reddit.com gp open reddit.com/user/Asocia +bindurl stackoverflow.com gp open stackoverflow.com/users/9608759/asocia " Subconfig Settings seturl monkeytype.com allowautofocus true