Skip to content

Commit

Permalink
chore(deps): update dependency rvcas/room to v1.1.1 (#329)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rvcas/room](https://redirect.github.com/rvcas/room) | minor |
`v1.0.1` -> `v1.1.1` |

---

### Release Notes

<details>
<summary>rvcas/room (rvcas/room)</summary>

###
[`v1.1.1`](https://redirect.github.com/rvcas/room/releases/tag/v1.1.1)

[Compare
Source](https://redirect.github.com/rvcas/room/compare/v1.1.0...v1.1.1)

##### Fixed

-   forgot to close_focus on quick jump

###
[`v1.1.0`](https://redirect.github.com/rvcas/room/releases/tag/v1.1.0)

[Compare
Source](https://redirect.github.com/rvcas/room/compare/v1.0.1...v1.1.0)

##### Added

-   ability to navigation with `Ctrl-n` and `Ctrl-p`
- ability to customize the look and feel with new defaults for the UI
[@&#8203;sineptic](https://redirect.github.com/sineptic)
-   quick jumps

##### Quick Jumps

As soon as the plugin window is open you can now press a number
corresponding to the tab to quick jump to it. It's not much different
from the default `Ctrl-t` but if you are a user of `room` then you can't
see the numbers in your tab bar to do this effectively with `Ctrl-t`.
This now allows you to jump straight to the tab. An example would be:

1.  `Ctrl-y` (assuming `Ctrl-y` opens `room`)
2.  `1`

And you should expect to jump to the first tab.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent a297f39 commit 562ef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.chezmoiexternal.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
refreshPeriod = "168h"

# renovate: datasource=github-releases depName=rvcas/room
{{ $zellijRoomVersion := "v1.0.1" -}}
{{ $zellijRoomVersion := "v1.1.1" -}}

[".config/zellij/plugins/room.wasm"]
type = "file"
Expand Down

0 comments on commit 562ef8c

Please sign in to comment.