LoginSignup
6
8

More than 5 years have passed since last update.

Emacs: カーソル行を画面の中央/最上部/最下部に移動して再描画

Posted at

よく忘れるのでメモ。

Emacsで

  • カーソル行を画面の中央に移動(vimのzz)

C-l

  • カーソル行を画面の最上部に移動(vimのzt)

C-u 0 C-l

  • カーソル行を画面の最下部に移動(vimのzb)

C-u -1 C-l

6
8
2

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
6
8