Swap d bind to one I actually use

This commit is contained in:
Oliver Blanthorn 2021-04-10 21:26:01 +02:00
parent d7d466de41
commit 9d6fb1a0ae
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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