AutoYADM commit: 2024-11-16 14:49:50
This commit is contained in:
parent
7733f64fcc
commit
b4a35ffe8c
1 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,12 @@
|
||||||
" General Settings
|
" General Settings
|
||||||
|
set configversion 2.0
|
||||||
set update.lastchecktime 1731706223220
|
set update.lastchecktime 1731706223220
|
||||||
set update.nag true
|
set update.nag true
|
||||||
set update.nagwait 7
|
set update.nagwait 7
|
||||||
set update.lastnaggedversion 1.14.0
|
set update.lastnaggedversion 1.14.0
|
||||||
set update.checkintervalsecs 86400
|
set update.checkintervalsecs 86400
|
||||||
set configversion 2.0
|
set searchengine duckduckgo
|
||||||
|
set hintchars neiomtsraglphdufcxwyqzvkbj
|
||||||
|
|
||||||
" Binds
|
" Binds
|
||||||
bind ;x hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool click 1")}
|
bind ;x hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool click 1")}
|
||||||
|
@ -38,7 +40,7 @@ bind gH home true
|
||||||
bind p clipboard open
|
bind p clipboard open
|
||||||
bind P clipboard tabopen
|
bind P clipboard tabopen
|
||||||
bind j scrollline 10
|
bind j scrollline 10
|
||||||
bind <C-e> scrollline 10
|
unbind <C-e>
|
||||||
bind k scrollline -10
|
bind k scrollline -10
|
||||||
bind <C-y> scrollline -10
|
bind <C-y> scrollline -10
|
||||||
bind h scrollpx -50
|
bind h scrollpx -50
|
||||||
|
@ -116,9 +118,9 @@ bind ;v hint -W mpvsafe
|
||||||
bind ;V hint -V
|
bind ;V hint -V
|
||||||
bind ;w hint -w
|
bind ;w hint -w
|
||||||
bind ;t hint -W tabopen
|
bind ;t hint -W tabopen
|
||||||
bind ;O hint -W fillcmdline_notrail open
|
bind ;O hint -W fillcmdline_notrail open
|
||||||
bind ;W hint -W fillcmdline_notrail winopen
|
bind ;W hint -W fillcmdline_notrail winopen
|
||||||
bind ;T hint -W fillcmdline_notrail tabopen
|
bind ;T hint -W fillcmdline_notrail tabopen
|
||||||
bind ;d hint -W tabopen --discard
|
bind ;d hint -W tabopen --discard
|
||||||
bind ;gd hint -qW tabopen --discard
|
bind ;gd hint -qW tabopen --discard
|
||||||
bind ;z hint -z
|
bind ;z hint -z
|
||||||
|
@ -175,8 +177,6 @@ bind N tabnext
|
||||||
bind E tabprev
|
bind E tabprev
|
||||||
bind I forward
|
bind I forward
|
||||||
bind <C-m> gobble 1 markaddglobal
|
bind <C-m> gobble 1 markaddglobal
|
||||||
" seturl ^https://chatgpt.com/* superignore true
|
|
||||||
" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl
|
|
||||||
" vim: set filetype=tridactyl
|
|
||||||
|
|
||||||
set hintchars neiomtsraglphdufcxwyqzvkbj
|
" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl
|
||||||
|
" vim: set filetype=tridactyl
|
Loading…
Add table
Add a link
Reference in a new issue