LoginSignup
4
2

More than 5 years have passed since last update.

C-a C-aしてバッファーの頭に移動する

Posted at

sequential-command.elをauto-installでインストールします。

M-x auto-install-batch sequential-command

設定ファイルに下記を追加します。

.emacs.d/init.el
(require 'sequential-command-config)
(sequential-command-setup-keys)

Emacsを再起動して、C-a C-a C-aとかすると、行頭にいって、バッファーの頭にいって、元に戻ります。

なにげに便利だ。

4
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
4
2