Variable: todo-key-bindings-t+a

todo-key-bindings-t+a is a variable defined in todo-mode.el.gz.

Value

(("Fc" todo-show-categories-table) ("S" todo-search)
 ("X" todo-clear-matches) ("b" todo-backward-category)
 ("f" todo-forward-category) ("*" todo-toggle-mark-item))

Documentation

List of key bindings for Todo and Todo Archive modes.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defvar todo-key-bindings-t+a
  '(("Fc" todo-show-categories-table)
    ("S"  todo-search)
    ("X"  todo-clear-matches)
    ("b"  todo-backward-category)
    ("f"  todo-forward-category)
    ("*"  todo-toggle-mark-item))
  "List of key bindings for Todo and Todo Archive modes.")