vim-chalk icon indicating copy to clipboard operation
vim-chalk copied to clipboard

(Help) Keybind Question

Open nerd190 opened this issue 3 years ago • 1 comments

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!

nerd190 avatar May 23 '21 17:05 nerd190

Thank you, that means a lot!

About your question, what's wrong with simply nmap <Leader>f 3zF; is that not what you mean?

dbmrq avatar May 26 '21 21:05 dbmrq