-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Common hotkeys #7730
Comments
We've tried so far to avoid most of the ctrl-only hotkeys because every one of those that we bind by default is not accessible to the actual client application (the important thing running inside terminal.) To that end, we've bound almost every one of these by default...
Every one of these bindings can be changed in the settings 😄 There's more information in the binding and action documentation. |
These weird ctrl+shift combinations for very simple actions, uh... Well, the issue I still see here: it's not convenient: too many buttons for too common actions. In macOS you have another button for that: cmd, which is neat. In Linux systems, as far as I remember, terminals simply use ctrl button for those (at least one of the most popular Ubuntu and Linux Mint do that, but probably many others), sending Idk. I don't care too much, simply wanted to try this new terminal. I see some real good work from Microsoft on VSCode and I thought that's finally some change and Microsoft will make some usable terminal finally too. But turns out I'm still not happy with it, since common hotkeys just don't work. I'm sure every single separate person here does a great job. But somehow, as a whole, you guys managed to make a terminal which is only slightly better than CMD, regardless of huge work. Whose decision was that about these ctrl+shift hotkeys for these common behaviors, do you know? Just to know who's to blame :) Was that you? :) |
Yes, that was me! I’m not going to brandish credentials for too long, but I bought my first laptop and booted it up into Vista just to reject the EULA (as though it mattered! 😁) before I installed Linux. I’m coming at this from just as many years of experience using Linux as anybody could hope, and I assure you the decisions we make here aren’t made lightly. We started out by having all the hotkeys bound to control! It turned out that people hated it (during preview 0.1 and 0.2), most especially ^W. In most shells people wanted to use, ^W is |
And hey, that’s just unkind. Above all, we’re folks who are really passionate about terminals. That’s why we’re all here... so to be told that our work moves the needle only very slightly above something that’s 30 years old because of some hotkeys? That’s rough. |
If you don't like the default keybindings, you're absolutely free to remain them to whatever you like. That's The real goal here, to create a terminal that lets users use it however they beat see fit. To customize it exactly to their own liking. In that process, we've got to pick some reasonable defaults that will work for most users, which we've done as @DHowett describes above. If these don't work for you, please go ahead and change them in your |
Shit, that's true: in vim this hotkey removes a word. Well, those are some cheeky geeks you tested on, your 0.1 and 0.2 previews. Very few people actively use vim, compared to terminal in overall. Even those who use vim sometimes, use very poor functionality, to make some little changes to a config on a server, and quit it as fast as they can, without much hotkeys (that's me). But I may understand their hate, though...
Yeah, I was a bit rude, with intention, because I didn't like the experience. But I didn't mean to be unkind, that's why I said that you guys, everyone separately does a great job, for sure. And also mentioned that's a huge work, nevertheless. But as these vim users who hated control hotkeys, I hate ctrl+shift hotkeys. We are opposite sides of the spectrum, it seems... Spectrum of hate. Yeah... Weird. There's no "best solution", it seems. Those are simple little things but they break experience a lot. Though, it's somehow not a problem on macOS with their command button, for both sides (vi-users, and simpler-hotkeys-users). And no settings required. |
I wonder if users would like Windows Terminal to pop up a dialog box asking whether the user prefers Ctrl+letter or Ctrl+Shift+letter key bindings, if started when Personally, I would not like such a dialog box, because it would be an additional hurdle when I delete |
By "common hotkeys" I mean hotkeys in MacOS / Linux terminals, maybe even from Chrome / Chromium / Edge. I've just downloaded the terminal, and that's the minimum I noticed that I personally lack:
CTRL + NUMBERS => Switches tab to a selected number
CTRL + PGUP / CTRL + PGDN => Switches tab to a previous one / next one
CTRL + D / CTRL + W => Terminates session / closes a tab
CTRL + T => Creates a new tab with a new session
CTRL + N => Creates a new window with a new session
The text was updated successfully, but these errors were encountered: