From daf535c5a17e9d1c4c0929daa670988a3962532f Mon Sep 17 00:00:00 2001 From: Agathe Porte Date: Mon, 6 Nov 2023 16:40:04 +0200 Subject: add comments for vim-surround --- plugin/bepo.vim | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/plugin/bepo.vim b/plugin/bepo.vim index 3b5d530..9a316b2 100644 --- a/plugin/bepo.vim +++ b/plugin/bepo.vim @@ -10,18 +10,28 @@ endif " vim-surround {{{1 let g:surround_no_mappings = 1 +" delete surround nmap dè Dsurround +" change surround nmap lè Csurround +" add surround nmap yè Ysurround +" add surround with new line nmap yÈ YSurround +" surround line nmap yèè Yssurround +" surround line with new line nmap yÈè YSsurround nmap yÈÈ YSsurround + +" visual surround xmap È VSurround +" visual surround with new line xmap gÈ VgSurround -imap Isurround +" insert surround imap è Isurround +" insert surround with new line imap È ISurround " Échange É et W{{{1 -- cgit v1.2.3