各CnまたはCpの後、行のn番目の文字に自動的に移動します


8

この機能は、emmetモードでうまく機能します。emmet-modeでは、拡張できます

li * 3

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

楽々。
しかし、最初のタグの間に何かを入力した後。私は次の行に移動するときに正しい位置にスクロールする必要がありますが、これは不便です。

私が探しているこのロックは素晴らしい仕事をするでしょう。

回答:


11

set-goal-column あなたが探しているものかもしれません:

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'.
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.