Merged
Conversation
Owner
|
Home/End scrolling is available via the You can probably remap them with the config below: [keys]
select_first = ["<home>"]
select_last = ["<end>"] |
Signed-off-by: Priit Laes <plaes@plaes.org>
ca11f08 to
f63c850
Compare
Contributor
Author
Thanks for the hint. I initially got a bit lost by the whole Keys/Actions macros. Now Home and End is mapped by default. |
Owner
|
Great! LGTM |
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}. ([#​126](fioncat/otree#126)) - Add PageUp/PageDown support for Data Block view. ([#​125](fioncat/otree#125)) - Add clipboard functionality with terminal multiplexer support. ([#​123](fioncat/otree#123)) #### What's Changed - feat: add clipboard functionality with terminal multiplexer support by [@​dferg](https://github.com/dferg) in [#​123](fioncat/otree#123) - Add PageUp/PageDown support for Data Block view by [@​plaes](https://github.com/plaes) in [#​125](fioncat/otree#125) - Home/end scrolling support by [@​plaes](https://github.com/plaes) in [#​126](fioncat/otree#126) #### New Contributors - [@​dferg](https://github.com/dferg) made their first contribution in [#​123](fioncat/otree#123) - [@​plaes](https://github.com/plaes) made their first contribution in [#​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-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Map
HomeandEndkeys toselect_first/select_lastby default.