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

VIM: Page up + down #9

Closed
2 tasks
juliusHuelsmann opened this issue Nov 16, 2019 · 1 comment
Closed
2 tasks

VIM: Page up + down #9

juliusHuelsmann opened this issue Nov 16, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers vimBrowse

Comments

@juliusHuelsmann
Copy link
Owner

juliusHuelsmann commented Nov 16, 2019

  • Implement page up / down as Ctrl+{f,b}
  • In order to do this, move the code chunk that is responsible to sort out the current vim motion kpressNormalMode from st.{c,h} to x.c; only issue calls to subroutines in st.c from there. This is necessary in order to have access to the x header files / xkey.

Branch: plainVimPatchV1

@juliusHuelsmann juliusHuelsmann added enhancement New feature or request vimBrowse good first issue Good for newcomers labels Nov 16, 2019
@paretje
Copy link

paretje commented Dec 4, 2019

Related to this: Ctrl-{u,d} would be nice as well, I really miss these at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers vimBrowse
Projects
None yet
Development

No branches or pull requests

2 participants