Added note about surround_insert_tail
This commit is contained in:
parent
370bb2ab2f
commit
4606cef260
@ -195,6 +195,12 @@ read this one a few times slowly before you understand it.
|
|||||||
Inputting text replacements is a proof of concept at this point. The ugly,
|
Inputting text replacements is a proof of concept at this point. The ugly,
|
||||||
unintuitive interface and the brevity of the documentation reflect this.
|
unintuitive interface and the brevity of the documentation reflect this.
|
||||||
|
|
||||||
|
Finally, It is possible to always append a string to surroundings in insert
|
||||||
|
mode (and only insert mode). This is useful with certain plugins and mappings
|
||||||
|
that allow you to jump to such markings.
|
||||||
|
>
|
||||||
|
let g:surround_insert_tail = "<++>"
|
||||||
|
<
|
||||||
ISSUES *surround-issues*
|
ISSUES *surround-issues*
|
||||||
|
|
||||||
Vim could potentially get confused when deleting/changing occurs at the very
|
Vim could potentially get confused when deleting/changing occurs at the very
|
||||||
|
Loading…
x
Reference in New Issue
Block a user