mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Add t visual bind to RC
This commit is contained in:
parent
619ba91040
commit
e3f08611f7
|
|
@ -49,6 +49,9 @@ bind ,g js let uri = document.location.href.replace(/https?:\/\//,"git@").replac
|
|||
bind d composite tab #; tabclose #
|
||||
bind D tabclose
|
||||
|
||||
" make t open the selection with tabopen
|
||||
bind --mode=visual t composite js document.getSelection().toString() | fillcmdline tabopen
|
||||
|
||||
" I like wikiwand but I don't like the way it changes URLs
|
||||
bindurl wikiwand.com yy composite js document.location.href.replace("wikiwand.com/en","wikipedia.org/wiki") | clipboard yank
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue