passa automaticamente all'ennesimo carattere in linea dopo ogni Cn o Cp


8

questa funzionalità andrebbe bene con la modalità emmet. Con emmet-mode, posso espandermi

Li * 3
per

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

senza sforzo.
Ma dopo inserisco qualcosa tra i primi tag. devo scorrere nella posizione giusta per passare alla riga successiva, che è inconviniente.

Questa serratura che sto cercando farebbe un ottimo lavoro.

Risposte:


11

set-goal-column potrebbe essere quello che stai cercando:

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'.
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.