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

c-{fbdu} should scroll instead of selecting #224

Closed
71 opened this issue Dec 27, 2021 Discussed in #223 · 0 comments
Closed

c-{fbdu} should scroll instead of selecting #224

71 opened this issue Dec 27, 2021 Discussed in #223 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@71
Copy link
Owner

71 commented Dec 27, 2021

Discussed in #223

Originally posted by leira December 24, 2021
I'm a bit surprised when I first hit in Dance. I was expecting scrolling a page, but it selected instead. Then I found , and have the similar behavior, rather than scrolling. I double-checked the kakoune docs, they are mapped to scroll by default. What is the rational to change default behaviors from scroll in kakoune to select in Dance?

I changed the behavior to scroll using the setting below. I'm just curious on the reasons.

  {
    "key": "ctrl+f",
    "command": "dance.select.vertically",
    "args": {
      "direction": 1,
      "by": "page",
      "shift": "jump"
    },
    "when": "editorTextFocus && dance.mode == 'normal'"
  },
@71 71 added the bug Something isn't working label Dec 27, 2021
@71 71 self-assigned this Dec 27, 2021
@71 71 closed this as completed in 9265b42 Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant