Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion runtime/help/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down