För att få överblick över alla Vims kommandon: :help quickref.txt
<c-d>
betyderctrl-d
<m-d>
betyderalt-d
(m
läses "meta")<c-w>w
betyder tryckctrl-w
, senw
är samma sak som
" Increases the font size with `amount` | |
function! Zoom(amount) abort | |
call ZoomSet(matchstr(&guifont, '\d\+$') + a:amount) | |
endfunc | |
" Sets the font size to `font_size` | |
function ZoomSet(font_size) abort | |
let &guifont = substitute(&guifont, '\d\+$', a:font_size, '') | |
endfunc |
Websites with plugins:
Recommended plugins: