todo-filtered-items-mode

todo-filtered-items-mode is an interactive autoloaded compiled Lisp function in `todo-mode.el'.


(todo-filtered-items-mode)

Parent mode: `special-mode'.

Mode for displaying and reprioritizing top priority Todo.

key binding
--- -------

# todo-set-item-priority
- negative-argument
0 .. 9 digit-argument
C Prefix Command
F Prefix Command
H todo-toggle-item-highlighting
N todo-toggle-prefix-numbers
P Prefix Command
b todo-backward-category
d todo-item-done
f todo-forward-category
g todo-go-to-source-item
h todo-toggle-item-header
j todo-jump-to-category
l todo-lower-item-priority
n todo-next-item
p todo-previous-item
q todo-quit
r todo-raise-item-priority
s todo-save
t todo-show
<remap> Prefix Command

P B todo-print-buffer
P F todo-print-buffer-to-file

F H todo-toggle-item-highlighting
F N todo-toggle-prefix-numbers
F e todo-edit-file
F h todo-toggle-item-header
F k todo-delete-file

C * todo-mark-category
C u todo-unmark-category

<remap> <newline> todo-go-to-source-item



In addition to any hooks its parent mode `special-mode' might have run,
this mode runs the hook `todo-filtered-items-mode-hook', as the final step
during initialization.