Skip to content

Commit 565bf21

Browse files
committed
docs(CHANGES): simplify bulk operations API list
why: Reflect simplified API (only set_hooks remains as bulk operation) what: - Update bulk operations section to show only set_hooks - Remove references to removed methods Squash target: ea47955 (docs(CHANGES): add HooksMixin to new features)
1 parent de21ab2 commit 565bf21

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGES

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ Added {class}`hooks.HooksMixin` for managing tmux hooks programmatically:
8282

8383
Bulk operations API for managing indexed hooks:
8484

85-
- {meth}`~hooks.HooksMixin.get_hook_indices` - Get list of indices that exist for a hook
86-
- {meth}`~hooks.HooksMixin.get_hook_values` - Get all indexed values as SparseArray
87-
- {meth}`~hooks.HooksMixin.set_hooks_bulk` - Set multiple indexed hooks at once
88-
- {meth}`~hooks.HooksMixin.clear_hook` - Unset all indexed values for a hook
89-
- {meth}`~hooks.HooksMixin.append_hook` - Append at next available index
85+
- {meth}`~hooks.HooksMixin.set_hooks` - Set multiple indexed hooks at once
9086

9187
HooksMixin is available on {class}`Server`, {class}`Session`, {class}`Window`, and {class}`Pane`.
9288

0 commit comments

Comments
 (0)