blob: 4e23902ec20c053f4b5ce37366626799093a7d5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
set editor-command=ALTERNATE_EDITOR=emacs emacsclient -n %s
set webgl=true
set hardware-acceleration-policy=never
set incsearch=true
set spell-checking=true
set scripts=false
set font-size=14
set monospace-font-size=14
set input-autohide=true
nmap + zI
nmap - zO
nmap = zz
nnoremap <C-l> :sh! mpv $VIMB_URI<CR>
shortcut-add d=https://html.duckduckgo.com/html?q=$0
shortcut-add g=https://google.com/search?q=$0
shortcut-default d
|