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

List: more advanced commands for navigation #41527

Closed
bpasero opened this issue Jan 12, 2018 · 7 comments
Closed

List: more advanced commands for navigation #41527

bpasero opened this issue Jan 12, 2018 · 7 comments
Labels
feature-request Request for new features or functionality keybindings VS Code keybinding issues list-widget List widget issues *out-of-scope Posted issue is not in scope of VS Code tree-widget Tree widget issues

Comments

@bpasero
Copy link
Member

bpasero commented Jan 12, 2018

Extracted from @Tyriar comment in #1023

  • ctrl+: Move the focus up without selecting the item
  • ctrl+: Move the focus down without selecting the item
  • ctrl+space: Add/remove the focused item from the selection
@bpasero bpasero added feature-request Request for new features or functionality tree-widget Tree widget issues list-widget List widget issues labels Jan 12, 2018
@usernamehw
Copy link
Contributor

usernamehw commented Jan 24, 2018

Ctrl+a: Select all items in folder. If all items already selected - select all in outer scope
Ctrl+x: Cut files

@usernamehw
Copy link
Contributor

I don't understand how ctrl+ is different from

@bpasero
Copy link
Member Author

bpasero commented Jan 24, 2018

I would stay away from having Ctrl+a select all in the explorer, people are very used to that keybinding selecting all in the editor, even if the explorer has focus and I see not a lot of value in selecting all of the explorer typically.

We currently do not support cut command in the explorer.

The difference between ctrl+ and is that the latter will stop the multi selection whereas the former keeps it stable I think so that you can jump over an item and select a different one.

@bitcoin-coder-bob
Copy link

bitcoin-coder-bob commented Apr 20, 2018

Still not clear what the multi-selection command is when running VS code on a Mac @bpasero

@bpasero
Copy link
Member Author

bpasero commented Apr 22, 2018

@StephenFriedman you mean to select all items in the tree/list?

@joaomoreno joaomoreno added the *out-of-scope Posted issue is not in scope of VS Code label Oct 9, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 9, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 9, 2019
@joaomoreno
Copy link
Member

Some of these things are already implemented. Marking the rest as out of scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality keybindings VS Code keybinding issues list-widget List widget issues *out-of-scope Posted issue is not in scope of VS Code tree-widget Tree widget issues
Projects
None yet
Development

No branches or pull requests

4 participants