aboutsummaryrefslogtreecommitdiff
path: root/emms-tag-editor.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-tag-editor.el')
-rw-r--r--emms-tag-editor.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el
index d0028d2..c00a4fb 100644
--- a/emms-tag-editor.el
+++ b/emms-tag-editor.el
@@ -295,6 +295,7 @@ This string is suitable for inserting into the tags buffer."
(defvar emms-tag-editor-mode-map
(let ((map (make-sparse-keymap)))
+ ;; FIXME: Bind to "\t" rather than [tab] so it works in ttys as well.
(define-key map [tab] #'emms-tag-editor-next-field)
(define-key map [backtab] #'emms-tag-editor-prev-field)
(define-key map "\C-c\C-n" #'emms-tag-editor-next-track)