diff options
| author | TCCQ <thomasmulmer02@gmail.com> | 2025-04-09 19:17:51 -0700 |
|---|---|---|
| committer | TCCQ <thomasmulmer02@gmail.com> | 2025-04-09 19:17:51 -0700 |
| commit | 729e4d189c2d25a551a77a77276c75f42fbc4faa (patch) | |
| tree | 95dff04e16c983e09fd4735fd3e5b6d59e6e9f7a /vimb/config | |
| parent | ddb6e57e50eb4c83050695d98c05aeb21df5fc1f (diff) | |
vimb, oldreddit and bindings
Diffstat (limited to 'vimb/config')
| -rw-r--r-- | vimb/config | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/vimb/config b/vimb/config index c44cae1..4e23902 100644 --- a/vimb/config +++ b/vimb/config @@ -5,10 +5,16 @@ set incsearch=true set spell-checking=true set scripts=false -set font-size=12 -set monospace-font-size=12 +set font-size=14 +set monospace-font-size=14 set input-autohide=true nmap + zI nmap - zO -nmap = zz
\ No newline at end of file +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 |
