I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -17,7 +17,7 @@ set searchurls.o https://www.office.com/search?auth=2&q=
|
|||
set searchurls.wiki https://en.wikipedia.org/wiki/Special:Search/
|
||||
set searchurls.g https://www.google.com/search?q=
|
||||
set searchurls.d https://duckduckgo.com/?q=
|
||||
set searchurls.s https://search.cochrun.xyz/?q=
|
||||
set searchurls.s https://search.tfcconnection.org/?q=
|
||||
set searchurls.ama https://smile.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=
|
||||
set searchurls.google https://www.google.com/search?q=
|
||||
set searchurls.googlelucky https://www.google.com/search?btnI=I'm+Feeling+Lucky&q=
|
||||
|
@ -49,9 +49,12 @@ set quickmark od https://odysee.com/$/following
|
|||
"" Org Capture
|
||||
command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('org-capture ' + JS_ARG);
|
||||
|
||||
" MPV
|
||||
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --profile=fast ' + url))
|
||||
|
||||
"" Adding my own bindings
|
||||
bind v hint -W mpvsafe
|
||||
bind gv current_url mpvsafe
|
||||
bind v hint -W mpv
|
||||
bind gv current_url mpv
|
||||
bind F hint -w
|
||||
bind gy hint -y
|
||||
bind gc org-capture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue