3
3

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.

Mac OS X 10.12 (Sierra) + emacs + org-mode で [Shift]+[Tab] が効かない

Last updated at Posted at 2017-09-18

困りごと
org-mode の テーブル内で [Shift] + [Tab] を押した際、左のセルに移動できない。
エコーエリアには以下のメッセージが表示される。

M-[ z is undefined

解決手順
init.el に以下を追加する。

~/.emacs.d/init.el
(define-key function-key-map  "\e[Z" [backtab])

環境

  • OS X Sierra 10.12.6
  • GNU Emacs 25.1.1
3
3
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
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?