-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pressing hotkey twice could switch the file to the last one. #72
Comments
Thank for the feature request! Currently there are several other options for navigation, using the arrow keys, ctrl-n/p, and ctrl-j/k. |
Can you explain how ctrl-n/p, and ctrl-j/k are related? |
Sure, if I understand your request, you'd like to be able to navigate the recent files list using a key chord that consists solely of the initial trigger hotkey. So in your example ctrl-o to trigger the list then o/shift-o to navigate next/previous and select on release. Today, when you trigger |
Currently to select second last recent file:
In the proposal to select second last recent file:
Which is a default in vscode and sublime text I think and very alluring when you start using it quickly. So yes, I think you got it :) |
If my 'open' hotkey is CTRL-o then pressing 'CTRL-o CTRL-o' (without enter) could switch the file to the last one open.
This is similar to
cd -
command in Linux (switches to last directory).This is the default behavior in VSCode (on CTRL-p) and it is useful to be consistent to reuse popular habits.
Note: pressing CTRL-o three or more time before releasing CTRL (which replaces enter) switches to the yet next file on the popup history list.
The text was updated successfully, but these errors were encountered: