Some default key maps are missing?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
I just installed hyper on my Windows machine. I noticed ctrl+l clears the screen. I want to map this to ctrl+k instead. However, I can't seem to find it in the keymaps: https://github.com/vercel/hyper/blob/master/app/keymaps/win32.json
editor:clearBuffer does not achieve the results I am looking for.
This is the only comment I could find which relates to what I'm talking about: https://github.com/vercel/hyper/issues/3664#issuecomment-524181509
I tried edit:clearToTop, but that did not work.
Can someone point me in the right direction?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read app/keymaps/win32.json and the discussion referenced from issue 3664 to identify how the existing ctrl+l clear-screen behavior is represented. Verify whether the desired ctrl+k mapping can use that action and confirm completion by checking that ctrl+k clears the screen on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100