text search of any node in the outliner
[apps/outliner/.git] / src / help.ts
index 0e0ae9e916ae561fdf280436d55395e2013b0fae..173a1d18536325d2e8234fe57922c075e50d2fcf 100644 (file)
@@ -13,6 +13,7 @@ const keyboardCommands = {
   'shift + h': 'Lift the current node to be a sibling of the parent node',
   'shift + l': 'Lower the current node to be a child of the previous sibling node',
   'shift + d': 'Delete the current node',
+  'shift + f': 'Open the search modal',
   'i': 'Enter "edit" mode, and place the cursor at the start of the editable content',
   '$': 'Enter "edit" mode, and place the cursor at the end of the editable content',
   'escape': 'Exit the current mode and return to "navigation" mode',