nichts/nyx/hosts/gaea/system/programs/neovim/config/maps.vim

10 lines
223 B
VimL
Raw Normal View History

2024-04-09 23:11:33 +02:00
" map key <F2> to toggle between hiding/showing current line
nmap <F2> zA
" map key <F3> to toggle between reducing/enlarging fold level
nmap <F3> zR
" map key <F4> to fold everything except the cursor line
nmap <F4> zM