I DONLT KNOW ANYMORE!!

This commit is contained in:
Chris Cochrun 2022-01-03 12:27:41 -06:00
parent 5729629ba7
commit ed8d575d18
18 changed files with 88 additions and 55 deletions

View file

@ -52,17 +52,26 @@ command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('
" MPV
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --profile=fast ' + url))
unbind v
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))
"" Adding my own bindings
bind v hint -W mpv
bind gt hint -W torrent
bind gv current_url mpv
bind F hint -w
bind gy hint -y
bind gc org-capture
bind gC hint -W org-capture
bind m fillcmdline quickmark
bind O fillcmdline tabopen
"" buffers show as windows
bind b fillcmdline taball
"" Smoothscroll
set smoothscroll false
set smoothscroll true
bind --mode=ex <C-j> ex.next_completion
bind --mode=ex <C-k> ex.prev_completion