-
Notifications
You must be signed in to change notification settings - Fork 28
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
ctrl + w? #5
Comments
How do you use |
Looks like this is related to coderaiser/cloudcmd#215 and this is new contributors friendly issue :). |
I'm using ctrl + w in vim to switch between buffer views, and in bash to delete the last word under my cursor. I don't think you can prevent ctrl + w from closing the tab, even with preventDefault (discussed in that issue). I believe there are some options in xtermjs to change the meta key to something else (so maybe I could use windows_key+w instead?). There was a similar discussion I found here: xtermjs/xterm.js#487 (comment) This is pretty much the only thing preventing me from theoretically using this as a driver tbh. Perhaps if xterm does support key re-mapping, you could make it a config on gritty's end? EDIT: and to add, ctrl + t will present a similar issue in that it opens a tab, but some programs expect to receive it as an input. |
Yes, you are right,
Yes, when |
how do I enter custom key codes such as ctrl + w which closes the tab by default? there are no browser addons to disable that functionality.
The text was updated successfully, but these errors were encountered: