From 957650c3ee80c577d3b74b175cfe5803f350fdd1 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Tue, 4 Oct 2022 16:30:06 -0700 Subject: [PATCH] Document FindLiteral default binding --- runtime/help/keybindings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index d2b1883c..8d14da7d 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -470,6 +470,7 @@ conventions for text editing defaults. "Ctrl-o": "OpenFile", "Ctrl-s": "Save", "Ctrl-f": "Find", + "Alt-F": "FindLiteral", "Ctrl-n": "FindNext", "Ctrl-p": "FindPrevious", "Ctrl-z": "Undo",