We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an example, in Visual Studio there is a command to delete from cursor until eol, see http://stackoverflow.com/questions/10656417/how-to-delete-from-cursor-until-end-of-line-with-vs-or-power-tool
The text was updated successfully, but these errors were encountered:
Try the deleteAllRight command. Here's the default keybinding:
deleteAllRight
{ "command": "deleteAllRight", "key": "ctrl+k", "when": "editorTextFocus && !editorReadonly" }
Sorry, something went wrong.
mjbvz
No branches or pull requests
As an example, in Visual Studio there is a command to delete from cursor until eol, see http://stackoverflow.com/questions/10656417/how-to-delete-from-cursor-until-end-of-line-with-vs-or-power-tool
The text was updated successfully, but these errors were encountered: