added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
9
nyx/hosts/gaea/system/programs/neovim/config/maps.vim
Normal file
9
nyx/hosts/gaea/system/programs/neovim/config/maps.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
" 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue