mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Swap d bind to one I actually use
This commit is contained in:
parent
d7d466de41
commit
9d6fb1a0ae
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
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)
|
" make d take you to the left (I find it much less confusing)
|
||||||
bind d composite tab #; tabclose #
|
bind d composite tabprev; tabclose #
|
||||||
bind D tabclose
|
bind D tabclose
|
||||||
|
|
||||||
" make t open the selection with tabopen
|
" make t open the selection with tabopen
|
||||||
|
|
Loading…
Add table
Reference in a new issue