-
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
Make keyboard shortcuts (etc.) work as expected on Linux #1306
Comments
First: really nice issue 👏 |
Hi @TylerRick, I like your accelerator suggestions so I updated #1191 to reflect them! I modified the word skip and switch tab accelerators. I had to skip some, though:
|
Thanks, @nbolten! Yeah, those other ideas are rather unrelated so that's fine. 😄 |
Good ideas, @TylerRick! On your very last point, I think you want this plugin: https://github.com/hharnisc/hypercwd |
@TylerRick I suggest you look at ppot#11
|
I've searched through the issues and just tried the master branch and I still don't understand one thing ... I noticed that most of the readline commands still don't work in the terminal. https://en.wikipedia.org/wiki/GNU_Readline#Emacs_keyboard_shortcuts Is it possible to define these in the config file or is there work required to be done to make these work ? |
Hey there, please try again with the new Hyper v2 release and open a new issue if the problem stills exists. Thank you! |
Issue
First of all, thanks for creating Hyper and keep up the fantastic work! I'm just trying out the 1.0 release on Linux and am really impressed so far — I really want to switch to it as my primary terminal, but there are just a few blockers preventing me from switching yet, mostly to do with the keyboard bindings.
Making shortcuts customizable (#657, #872) will go a long way towards improving this, but I do also wonder if the defaults on Linux should be changed. Could you please make the default keyboard shortcuts on Linux as much as possible like
gnome-terminal
's? 😄 Maybe the current defaults make sense to those coming from other terminals and maybe I'm too biased by gnome-terminal (as I'm guessing the current defaults are more biased towards Mac/iTerm/Windows conventions), but to me at least some of the defaults aren't what I'd expect.In general, I expect Ctrl commands to be received by the CLI app, not the terminal. Fortunately it looks many of these commands will be fixed by changing default prefix from Ctrl to Ctrl+Shift (#1191) 🤞, including hopefully:
Other keyboard shortcuts that are currently not as expected and I don't think/am not sure if #1191 would help with:
Another suggestion for making migration from other terminal apps easier:
A few other features I'm missing from gnome-terminal:
cd
all the way back into some deep subdirectory. I would especially expect this behavior if I'm splitting an existing tab.The text was updated successfully, but these errors were encountered: