-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Allow to use Ctrl+Backspace for deleting words to the left #714
Comments
I agree it would be nice to get this consistent with other text editing environments. For what it's worth: you can use Alt + Backspace to delete the entire word (up to the text space) to the left of the cursor. Ctrl + Delete (forward-delete, that is) does work to delete up to the next non-alphanumeric character to the right of the cursor. I think this can only realistically be implemented in the |
Ok, should open an issue in libvte repository :) A separate issue but do you think it would be possible to use the same color palette both on the terminal app and code editor? It's a blueish theme, and doesn't blend with the rest of the widgets of Code - elementary/code#1295 |
@aitor-gomila Should the title of this issue be "Allow use of |
The thing is, since we already have a (uncommon in my opinion) shortcut for deleting words to the left, instead of changing that should we make it clearer for users? Same case for I did not know there was an option to change that, or an alternative button for it until I read an issue about that 2 days ago. Which is quite advanced, since you target normal people without a lot of computer knowledge. |
@jeremypw I think @aitor-gomila uses "Supr" as in the Spanish key for |
Yes, I meant backspace (is that how it's called?) thanks for clarifying |
OK, so we could map |
In this case if the team decided to stick with Same for the Super key, on the shortcuts app, add a bold warning or something like that which tells you to use the appropiate shortcut ( |
Problem
Usually in VSCode and other terminal emulators you're able to remove the last piece of code with Ctrl+Supr.
This is muscle memory for me
Proposal
For example, given the command
git clone https://
, it would remove all the text from the currently selected position until it finds a symbol or space. One key press would lead togit clone https
, another would lead togit clone
, etc.Prior Art (Optional)
Will post some art soon, can't access github on gnome web right now. Also, willing to contribute this if someone points out exactly how to do it :)
The text was updated successfully, but these errors were encountered: