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

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

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

Shourai
Copy link
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.
src/ui.rs Outdated Show resolved Hide resolved
@quantumsheep quantumsheep merged commit cd697f4 into quantumsheep:master Jan 21, 2025
15 checks passed
@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