You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: