edwtjo / evil-org-mode

Supplemental evil-mode keybindings to emacs org-mode
204 stars 37 forks source link

Use <tab> binding instead of TAB to allow separate binding of C-i #24

Closed elemakil closed 8 years ago

elemakil commented 9 years ago

When using the TAB keycode, one can then apply different keybinding for Ctrl + i and tab (cf. this emacs.sx question and answer or the emacs lisp documentation on function keys).

Using the <tab> code does not have this problem. This pull request fixes the problem.

…. http://www.gnu.org/software/emacs/manual/html_node/elisp/Function-Keys.html

edwtjo commented 8 years ago

Aha, great and thanks!