-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Send escape for option (MacOS/OSX) #330
Comments
Yap, would be awesome for jumping words e.g. |
This is a cannot-use-the-app deficiency for me (and, I suspect, for quite a few others): I use optionf (word forward), optionb (word back), optiond (delete word), etc. a lot. |
Emacs users also need this feeature. |
I do believe that the relevant code could be found in lib/hterm.js. It appears that #686, which added the |
You're right @rye, setting |
Can somebody confirm this works for I set using Also big thank you for everybody that worked/works on this so far! |
@curioussavage Hey, yeah I can confirm that this works (as far as I expect it) on OSX. If I press |
@domachine so I am assuming you actually see the `^[`` if you use sed or another approach to see what the terminal receives? I still get nothing. I even tried using karabiner to set option key to send Esc globally which worked: I saw |
On Windows 10, I have: And still alt is ignored. |
I added Incorrect:
Correct:
Hope that helps someone. |
@nwshane I did it right, but no effect still |
Can you list the desired feature and keybinding to ppot#11 |
I added
to the I need it to be backwards, forward and "last argument". How can I fix this? |
@ekmartin What we need is |
The fix will be in #1509 |
I'm not seeing this.. I found new |
I've tried all the options here but none of them seem to offer the same thing as Terminal's "Use Option as Meta key" option. If I do |
For those still struggling after adding altIsMeta line to the config, make sure to put a comma after the line, if other lines follow it |
Iterm 2 lets you configure option to send the code for escape. It would be awesome to have some way to configure hyperterm to do this as well. Us poor mac users want meta keys too!
The text was updated successfully, but these errors were encountered: