Skip to content
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+Supr to remove piece of text in the command line #24

Closed
ghost opened this issue Mar 27, 2023 · 1 comment
Closed

Allow to use Ctrl+Supr to remove piece of text in the command line #24

ghost opened this issue Mar 27, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 27, 2023

Problem

Usually in VSCode and other terminal emulators you're able to remove the last piece of code with Ctrl+Supr.

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 to git clone https, another would lead to git clone, etc.

Proposal

Implement this shortcut

Prior Art (Optional)

I will post a demonstration soon because I am having problems accessing Github on GNOME Web. Also, willing to do it myself if someone points out how it's done :)

@ghost ghost closed this as completed Mar 27, 2023
@ghost
Copy link
Author

ghost commented Mar 27, 2023

Sorry, github mobile app directed me here. elementary/terminal#714

@ghost ghost reopened this Mar 27, 2023
@ghost ghost closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants