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

found some issues binding a few keys. #446

Closed
ingenarel opened this issue Sep 27, 2024 · 1 comment
Closed

found some issues binding a few keys. #446

ingenarel opened this issue Sep 27, 2024 · 1 comment

Comments

@ingenarel
Copy link

ingenarel commented Sep 27, 2024

ctrl+C -> is used to quit the prgram, you can remap quit, but cannot assign anything else to it, possibly because it's used to terminate some programs
ctrl+H -> can't assign anything to it, quite possible because it gets inputted as backspace
ctrl+I -> can't assign anything to it, quite possibly because it gets inputted as tab
ctrl+L -> can't assign anything to it, quite possibly because it gets inputted as the enter key
ctrl+V -> is bindable, but on the windows terminal, unbind the ctrl+v key

the last one isn't an issue actually, but i've found the others interesting. i don't think this is much of an issue, but also, terminal tools like (neo)vi(m) can register those as keybinds, so i think it is possible to bind these keys somehow.

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

No branches or pull requests

2 participants