passer automatiquement au nième caractère en ligne après chaque Cn ou Cp


8

cette fonctionnalité irait bien avec le mode emmet. Avec le mode emmet, je peux étendre

li * 3
à

<li> </li>
<li> </li>
<li> </li>

sans effort.
Mais après avoir entré quelque chose entre les premières balises. je dois faire défiler vers la bonne position en passant à la ligne suivante, ce qui n'est pas pratique.

Cette serrure que je cherche ferait un travail formidable.

Réponses:


11

set-goal-column pourrait être ce que vous cherchez:

set-goal-column is an interactive compiled Lisp function in
`simple.el'.

It is bound to C-x C-n.

(set-goal-column ARG)

Set the current horizontal position as a goal for C-n and C-p.
Those commands will move to this position in the line moved to
rather than trying to keep the same horizontal position.
With a non-nil argument ARG, clears out the goal column
so that C-n and C-p resume vertical motion.
The goal column is stored in the variable `goal-column'.
En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.