git commit adds context for external editor (current git status, ---- 8< ----, actual git commit). That's very useful because it preserves context (file name, symbols to be referred to)
Would be great to have the same for Ctrl+E multi line annotation:
your annotation
goes here with examples
and other stuff
----- 8< -------
file.go:80-90
- previous line
- previous line
>+ new line
+ new line
+ new line
git commitadds context for external editor (current git status, ---- 8< ----, actual git commit). That's very useful because it preserves context (file name, symbols to be referred to)Would be great to have the same for Ctrl+E multi line annotation: