vercel / vercel/hyper

Some default key maps are missing?

Open
#5,267 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.