|
|
|
|
|
by weaksauce
1105 days ago
|
|
you can do that in the neovim vscode extension too though and everything else is faster in spades. from my neovim config: nnoremap <silent> zc <Cmd>call VSCodeNotify('editor.fold')<CR>
nnoremap <silent> zo <Cmd>call VSCodeNotify('editor.unfold')<CR> |
|