3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

set-goal-column の解除

3
Posted at

Emacsを使っていて、ふとした拍子に行移動した時のカラム位置が固定されてしまうことがある。
通常カーソルを下に移動するとき、カラム位置はそのままのはずだが、カーソルが行先頭に戻ってしまうなど。

これはset-goal-columnを実行したから。

set-goal-column (C-x C-n)

タイプミスなどで C-x の後に C-n を押してしまったため。

解除するには、

C-u C-x C-n

で、goal-columnを無効にする。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?