Skip to content

Home/end scrolling support#126

Merged
fioncat merged 1 commit intofioncat:mainfrom
plaes:home-end-scrolling
Mar 3, 2026
Merged

Home/end scrolling support#126
fioncat merged 1 commit intofioncat:mainfrom
plaes:home-end-scrolling

Conversation

@plaes
Copy link
Copy Markdown
Contributor

@plaes plaes commented Feb 19, 2026

Map Home and End keys to select_first/select_last by default.

@fioncat
Copy link
Copy Markdown
Owner

fioncat commented Mar 2, 2026

Home/End scrolling is available via the select_first and select_end actions.

You can probably remap them with the config below:

[keys]
select_first = ["<home>"]
select_last = ["<end>"]

Signed-off-by: Priit Laes <plaes@plaes.org>
@plaes plaes force-pushed the home-end-scrolling branch from ca11f08 to f63c850 Compare March 2, 2026 11:13
@plaes
Copy link
Copy Markdown
Contributor Author

plaes commented Mar 2, 2026

Home/End scrolling is available via the select_first and select_end actions.

You can probably remap them with the config below:

[keys]
select_first = ["<home>"]
select_last = ["<end>"]

Thanks for the hint. I initially got a bit lost by the whole Keys/Actions macros. Now Home and End is mapped by default.

@plaes plaes marked this pull request as ready for review March 2, 2026 11:16
@fioncat
Copy link
Copy Markdown
Owner

fioncat commented Mar 3, 2026

Great! LGTM

@fioncat fioncat merged commit cd9c3a0 into fioncat:main Mar 3, 2026
2 checks passed
@plaes plaes deleted the home-end-scrolling branch March 3, 2026 10:42
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 4, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [github:fioncat/otree](https://github.com/fioncat/otree) | patch | `0.6.4` → `0.6.5` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>fioncat/otree (github:fioncat/otree)</summary>

### [`v0.6.5`](https://github.com/fioncat/otree/releases/tag/v0.6.5)

[Compare Source](fioncat/otree@v0.6.4...v0.6.5)

##### Features

- Add `home` and `end` keys and map them to scroll\_{first,last}. ([#&#8203;126](fioncat/otree#126))
- Add PageUp/PageDown support for Data Block view. ([#&#8203;125](fioncat/otree#125))
- Add clipboard functionality with terminal multiplexer support. ([#&#8203;123](fioncat/otree#123))

#### What's Changed

- feat: add clipboard functionality with terminal multiplexer support by [@&#8203;dferg](https://github.com/dferg) in [#&#8203;123](fioncat/otree#123)
- Add PageUp/PageDown support for Data Block view by [@&#8203;plaes](https://github.com/plaes) in [#&#8203;125](fioncat/otree#125)
- Home/end scrolling support by [@&#8203;plaes](https://github.com/plaes) in [#&#8203;126](fioncat/otree#126)

#### New Contributors

- [@&#8203;dferg](https://github.com/dferg) made their first contribution in [#&#8203;123](fioncat/otree#123)
- [@&#8203;plaes](https://github.com/plaes) made their first contribution in [#&#8203;125](fioncat/otree#125)

**Full Changelog**: <fioncat/otree@v0.6.4...v0.6.5>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNDkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
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.

2 participants