vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.28k stars 3.52k forks source link

Some default key maps are missing? #5267

Open ghost opened 3 years ago

ghost commented 3 years ago

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?

LabhanshAgrawal commented 3 years ago

try once with the latest build from ci https://github.com/vercel/hyper/actions/runs/513403548#artifacts also check the keymap file on canary branch instead of master to see the latest version of it https://github.com/vercel/hyper/blob/canary/app/keymaps/win32.json