diff --git a/docs/config/keys.markdown b/docs/config/keys.markdown index a721f396e..f64fe701b 100644 --- a/docs/config/keys.markdown +++ b/docs/config/keys.markdown @@ -493,7 +493,9 @@ return { You can also emit escape sequences using `SendString`. This example shows how to bind Alt-LeftArrow/RightArrow to the Alt-b/f, an emacs style -keybinding for moving backwards/forwards through a word in a line editor: +keybinding for moving backwards/forwards through a word in a line editor. + +`\x1b` is the ESC character: ```lua local wezterm = require 'wezterm';