From 9d6fb1a0aeba7dd256422e73baf66d0dff1775bf Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sat, 10 Apr 2021 21:26:01 +0200 Subject: [PATCH] Swap d bind to one I actually use --- .tridactylrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tridactylrc b/.tridactylrc index a2800183..0ec26612 100644 --- a/.tridactylrc +++ b/.tridactylrc @@ -45,8 +45,8 @@ bind yg composite js "git clone " + document.location.href.replace(/https?:\/\// bind ,g js let uri = document.location.href.replace(/https?:\/\//,"git@").replace("/",":").replace(/$/,".git"); tri.native.run("cd ~/projects; git clone " + uri + "; cd \"$(basename \"" + uri + "\" .git)\"; st") -" make d take you to the tab you were just on (I find it much less confusing) -bind d composite tab #; tabclose # +" make d take you to the left (I find it much less confusing) +bind d composite tabprev; tabclose # bind D tabclose " make t open the selection with tabopen