-
Notifications
You must be signed in to change notification settings - Fork 282
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
Input: Add Control+PageUp/Control+PageDown to switch between open files #778
Comments
I personally would prefer |
@jordwalke mentioned the same request on Discord - have |
In case of discord, I use |
|
I have this working, with both shortcuts, I will open a PR today. |
This wraps around like VSCode. Fixes onivim#778 and part of onivim#1423.
This wraps around like VSCode. Fixes onivim#778 and part of onivim#1423.
* Implement the next/previous editor commands and keybindings This wraps around like VSCode. Fixes #778 and part of #1423. * Remove unneeded new actions * Adjust how the next/previous editor code works in EditorGroup Resolve the TODO for _getIndexOfElement by making it return option(int). List.find_opt is not actually the right choice to get an index. Also ran `esy format`.
Feedback from discord - we should add
Control+PageUp
/Control+PageDown
as default bindings for switching between opened files.Is this the same default on OSX?
The text was updated successfully, but these errors were encountered: