Skip to content

feat(ui): add CTRL+N and ctrl+P keybinds#113

Merged
quantumsheep merged 2 commits intoquantumsheep:masterfrom
Shourai:vim-keys
Jan 21, 2025
Merged

feat(ui): add CTRL+N and ctrl+P keybinds#113
quantumsheep merged 2 commits intoquantumsheep:masterfrom
Shourai:vim-keys

Conversation

@Shourai
Copy link
Copy Markdown
Contributor

@Shourai Shourai commented Jan 19, 2025

Using (neo)vim in combination with tmux conflicts with the keybindings ctrl+j and ctrl+k.
The aforementioned bindings are used to move between panes.
ctrl+n and ctrl+p is used in (neo)vim to move to the next end previous match, which would also make sense in this case.

This PR with #54 closes #110

Using (neo)vim in combination with tmux conflicts with the keybindings
ctrl+j and ctrl+k.
The aforementioned bindings are used to move between panes.
ctrl+n and ctrl+p is used in (neo)vim to move to the next end previous
match, which would also make sense in this case.
@quantumsheep quantumsheep merged commit cd697f4 into quantumsheep:master Jan 21, 2025
@Shourai Shourai deleted the vim-keys branch January 21, 2025 15:55
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jan 28, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [quantumsheep/sshs](https://github.com/quantumsheep/sshs) | minor | `4.5.1` -> `4.6.1` |

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>quantumsheep/sshs (quantumsheep/sshs)</summary>

### [`v4.6.1`](https://github.com/quantumsheep/sshs/releases/tag/4.6.1)

[Compare Source](quantumsheep/sshs@4.6.0...4.6.1)

**Full Changelog**: quantumsheep/sshs@4.6.0...4.6.1

### [`v4.6.0`](https://github.com/quantumsheep/sshs/releases/tag/4.6.0)

[Compare Source](quantumsheep/sshs@4.5.1...4.6.0)

#### ✨ What's New ✨

-   Added official Arch Linux package to the installation instructions ([#&#8203;112](quantumsheep/sshs#112))
-   Added `CTRL+N` and `CTRL+P` keybindings to the UI ([#&#8203;113](quantumsheep/sshs#113))

#### 🌟 New Contributors 🌟

-   [@&#8203;Antiz96](https://github.com/Antiz96) made their first contribution in [#&#8203;112](quantumsheep/sshs#112)
-   [@&#8203;Shourai](https://github.com/Shourai) made their first contribution in [#&#8203;113](quantumsheep/sshs#113)

**See All the Changes:** [Here's the full list of updates from version 4.5.1 to 4.6.0](quantumsheep/sshs@4.5.1...4.6.0)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjEzNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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.

Feature Request: Add vim keybinding

2 participants