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
|
||||||
|
@ -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
|
" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl
|
||||||
" vim: set filetype=tridactyl
|
" vim: set filetype=tridactyl
|
||||||
|
|
||||||
set hintchars neiomtsraglphdufcxwyqzvkbj
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue