From 161851f49bfc4e7da84903c7b5ccb42f07ac221a Mon Sep 17 00:00:00 2001 From: Remi Salmon Date: Fri, 15 Aug 2025 17:51:36 -0600 Subject: [PATCH] Add note for kitty terminal in keybindings --- runtime/help/keybindings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index 5ed5857082..f3efbc9b31 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -92,7 +92,8 @@ You can also bind a key to execute a command in command mode (see instead insert unicode characters. To fix this, do the following: * iTerm2: select `Esc+` for `Left Option Key` in `Preferences->Profiles->Keys`. -* Terminal.app: Enable `Use Option key as Meta key` in `Preferences->Profiles->Keyboard`. +* Terminal.app: enable `Use Option key as Meta key` in `Preferences->Profiles->Keyboard`. +* Kitty: set `macos_option_as_alt yes` in `kitty.conf`. Now when you press `Alt-p` the `pwd` command will be executed which will show your working directory in the infobar.