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

Add ctrl+shift+backspace (deleteAllLeft) #136

Merged
merged 1 commit into from
Apr 23, 2021
Merged

Add ctrl+shift+backspace (deleteAllLeft) #136

merged 1 commit into from
Apr 23, 2021

Conversation

publicarray
Copy link
Contributor

@publicarray publicarray commented Apr 3, 2021

From sublime text keymap:

{ "keys": ["ctrl+shift+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"} },
{ "keys": ["ctrl+shift+delete"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"} },

From sublime text keymap: 
{ "keys": ["ctrl+shift+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"} },
{ "keys": ["ctrl+shift+delete"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"} },
@ghost
Copy link

ghost commented Apr 3, 2021

CLA assistant check
All CLA requirements met.

@publicarray
Copy link
Contributor Author

Ping @aeschli

@publicarray
Copy link
Contributor Author

Ping @chrisdias

@chrisdias
Copy link
Member

LGTM

@chrisdias chrisdias merged commit 476ccf2 into microsoft:main Apr 23, 2021
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

Successfully merging this pull request may close these issues.

2 participants