You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
in language-latex. When I'm editing the placeholder, everything is mirrored by the second caret.
But this is true also for the arrow keys: both carets move in every direction and this gives rise to inconsistent behavior (for instance, both cursors can move to a new line and add characters there).
The expected behavior would be that the placeholder editing ends when an arrow key is pressed. This happens, for instance, in TextMate with the very same snippet.
Using Atom version 1.2.3
The text was updated successfully, but these errors were encountered:
@teored90 The multi-cursor editing is a core feature of atom. Removing it for snippets would be very inconsistent and confusing. I bet that a lot of people rely on this behavior.
I suggest closing this in favor of using esc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider a snippet with multiple caret. For instance, the
\begin{} ... \end{}
snippetin
language-latex
. When I'm editing the placeholder, everything is mirrored by the second caret.But this is true also for the arrow keys: both carets move in every direction and this gives rise to inconsistent behavior (for instance, both cursors can move to a new line and add characters there).
The expected behavior would be that the placeholder editing ends when an arrow key is pressed. This happens, for instance, in TextMate with the very same snippet.
Using Atom version 1.2.3
The text was updated successfully, but these errors were encountered: