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

Fix cursor navigation / handle motion modifiers #101

Closed
wants to merge 1 commit into from

Conversation

wavexx
Copy link
Member

@wavexx wavexx commented Feb 7, 2015

Ensure the current cell is always fully visible when moving the cursor (fixes #89).
Handle motion modifiers along the way (fixes #93).

Some previous fixes to ensure the cursor is always visible were basically killed in the PR for variable column lengths. Actually, most motion commands were broken when moving around left/right in files with variable columns lengths.

Ensure the current cell is always fully visible when moving the cursor
(fixes TabViewer#89). Handle motion modifiers along the way (fixes TabViewer#93).
@firecat53 firecat53 closed this in cbb0f46 Feb 7, 2015
@firecat53
Copy link
Collaborator

Really good work here! I think that cleaned up and clarified a lot. I'd spent time on both these issues...wasn't anywhere near this!

@wavexx wavexx deleted the fix_navigation branch July 19, 2015 21:13
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.

Modifiers for motion commands Current column is not always fully visible anymore
2 participants