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

Missing keyboard shortcut features from Atom #14316

Closed
waderyan opened this issue Oct 24, 2016 · 8 comments
Closed

Missing keyboard shortcut features from Atom #14316

waderyan opened this issue Oct 24, 2016 · 8 comments
Labels
feature-request Request for new features or functionality
Milestone

Comments

@waderyan
Copy link

waderyan commented Oct 24, 2016

I created an extension to port Atom keybindings to VS Code keybindings. I made a list of all the keybindings that were missing analogous commands in VS Code.

Below is the list roughly ordered by importance. Please comment if I missed one. If an extension exists with the functionality, I added it in the far right column.

Windows, Linux Mac Description Issue Extension
ctrl+j, ctrl+j cmd+j Join current line and next line #1759 Join Lines
ctrl+shift+v cmd+shift+v Paste and indent #6392 Paste and Indent
ctrl+t ctrl+t Transpose #8574 transpose
ctrl++ cmd++ and cmd+= Increase Font Size #14031 FontSize Shortcuts
ctrl+- cmd+- Decrease Font Size #14031 FontSize Shortcuts
ctrl+k ctrl+u cmd+k cmd+u Upper case #14096 change case
ctrl+k ctrl+l cmd+k cmd+l Lower case #14096 change case
ctrl+k ctrl+6 cmd+k cmd+6 Fold level 6 #14106 None
ctrl+k ctrl+7 cmd+k cmd+7 Fold level 7 #14106 None
ctrl+k ctrl+8 cmd+k cmd+8 Fold level 8 #14106 None
ctrl+k ctrl+9 cmd+k cmd+9 Fold level 9 #14106 None
@alexdima
Copy link
Member

Thank you, I really appreciate the tables you've come up with

@alexdima alexdima added feature-request Request for new features or functionality editor labels Oct 25, 2016
@alexdima alexdima added this to the Backlog milestone Oct 25, 2016
@alexdima alexdima removed their assignment Oct 25, 2016
@Tyriar
Copy link
Member

Tyriar commented Oct 25, 2016

Windows, Linux Mac Description Issue Extension
alt+left ctrl+alt+left Go to previous word boundary None
alt+right ctrl+alt+right Go to next word boundary None

@waderyan waderyan changed the title Missing commands from Atom Missing keyboard shortcut features from Atom Oct 29, 2016
@ghost
Copy link

ghost commented Jun 18, 2017

Hey guys, what's the status of this?
Is it still in the roadmap ?
Thanks,
Alvin

@Tyriar
Copy link
Member

Tyriar commented Jun 18, 2017

@waderyan can we close this off in favor of https://github.com/waderyan/vscode-atom-keybindings/issues?

@ghost
Copy link

ghost commented Jun 18, 2017

Hi,
I don't think so, I believe @waderyan created his extension as a bandaid while we're waiting for these features to exist natively in VSCode, but please correct me if I'm wrong :)
Thanks

@waderyan
Copy link
Author

@Tyriar unfortunately no. The keymap covers keyboard shortcut commands that do exist. That being said, many of these now exist in the product. I will update the issue.

@Tyriar
Copy link
Member

Tyriar commented Jun 19, 2017

@waderyan since each feature is tracked in its own issue is this worth keeping open?

@waderyan
Copy link
Author

yep that's a good point. I was using this issue as a reference for all the issues together, but I can still do that with the issue closed.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants