LoginSignup
1
1

More than 5 years have passed since last update.

バッファの切替

Posted at

バッファの切替を便利にするために、設定ファイルに下記を追加します。

.emacs.d/init.el
(ido-mode 1)
(ido-everywhere 1)

C-x bでデフォルトだと前方一致で補完だったのが、部分文字列に一致する候補を並べてくれます。文字列を入力して、C-sで次候補、C-rで前候補を選択してくれます。

1
1
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
1
1