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

Enable scrolling Code Editor by key-combinations like Ctrl-P and Ctrl-N. #1926

Merged
merged 1 commit into from
May 19, 2022

Conversation

sakisakira
Copy link
Contributor

In Code Editor, we can scroll the the code with cursor keys.
For example, if the cursor is at the end line of the screen and if we press down arrow key,
the code will scroll up.
We also can move the cursory by pressing several key-combinations like Ctrl-P, Ctrl-N, Ctrl-E, Alt-Left, Alt-Right.
On the other hand, the key-combinations does not scroll up/down.
This PR will enable the scrolling with the key-combinations.

Copy link
Owner

@nesbox nesbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nesbox nesbox merged commit d1b42d5 into nesbox:main May 19, 2022
@BuoYancYdabl
Copy link

Wow, I was wondering where my cursor goes everytime I accidentally press ctrl+p instead of ctrl+o :D

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.

3 participants