-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alt keybindings not working on Mac OS #331
Comments
Hi! Thanks for the bug report. This is working for me, using option as the modifier key (tested option+e option+J and option+k, all work as intended on my machine). Can you tell me what terminal emulator you use? I think I remember some configuration-foo you have to do on iTerm, I'll see if I can find it for you. |
Here's my note from my "provision a new machine" script:
|
I'm using the default Mac Terminal and the VSCode integrated terminal. |
Does something like this work for Terminal? https://osxdaily.com/2013/02/01/use-option-as-meta-key-in-mac-os-x-terminal/ For vscode I'm seeing suggestions to enable the option 'terminal.integrated.macOptionIsMeta' |
@ryanpagel can you confirm if either of these solutions work for you? |
Hey @ryanpagel, came across this thread as I having the same problem using iterm2. I found putting option as Esc+ seemed to have fixed it for me. Hope you have found the fix! |
Check list
Environment info
Problem / Steps to reproduce
First of all, thank you this tool, I love using it!
The keybindings that use
Alt
do not work for me. Technically on Mac there is notAlt
key there is onlyoption
. I've tried with multiple keyboards including the built-in Apple MacBook keyboard as well as an external Logitech keyboard. Here is an example of pressingoption+e
on a file, it just produces a tick character.Any guidance would be much appreciated or if this is a new feature request it would also be appreciated. I would especially like to make use of the
Alt
-e
andAlt
-J
andAlt
-K
options. Thank you.The text was updated successfully, but these errors were encountered: