Variable: todo-key-bindings-t+a+f

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

Value

(("C*" todo-mark-category) ("Cu" todo-unmark-category)
 ("Fh" todo-toggle-item-header) ("h" todo-toggle-item-header)
 ("Fk" todo-delete-file) ("Fe" todo-edit-file)
 ("FH" todo-toggle-item-highlighting)
 ("H" todo-toggle-item-highlighting) ("FN" todo-toggle-prefix-numbers)
 ("N" todo-toggle-prefix-numbers) ("PB" todo-print-buffer)
 ("PF" todo-print-buffer-to-file) ("j" todo-jump-to-category)
 ("n" todo-next-item) ("p" todo-previous-item) ("q" todo-quit)
 ("s" todo-save) ("t" todo-show))

Documentation

List of key bindings for Todo, Archive, and Filtered Items modes.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defvar todo-key-bindings-t+a+f
  '(("C*" todo-mark-category)
    ("Cu" todo-unmark-category)
    ("Fh" todo-toggle-item-header)
    ("h"  todo-toggle-item-header)
    ("Fk" todo-delete-file)
    ("Fe" todo-edit-file)
    ("FH" todo-toggle-item-highlighting)
    ("H"  todo-toggle-item-highlighting)
    ("FN" todo-toggle-prefix-numbers)
    ("N"  todo-toggle-prefix-numbers)
    ("PB" todo-print-buffer)
    ("PF" todo-print-buffer-to-file)
    ("j"  todo-jump-to-category)
    ("n"  todo-next-item)
    ("p"  todo-previous-item)
    ("q"  todo-quit)
    ("s"  todo-save)
    ("t"  todo-show))
  "List of key bindings for Todo, Archive, and Filtered Items modes.")