vim-chalk
vim-chalk copied to clipboard
(Help) Keybind Question
First, thank you! I love this plugin!
Question:
Most of the time, when I want to create a fold, I use 3zF
,
It creates an opening, a blank line for insert, and a closing:
" test ........ {{{1
" ............. {{{1
How would I create a mapping for this, for example with <Leader>f
?
Thank you again! great improvement on origami
!
Thank you, that means a lot!
About your question, what's wrong with simply nmap <Leader>f 3zF
; is that not what you mean?