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
Currently k3rmit interprets Control+W as a tab closing command. This is a pretty common readline binding (that deletes the word before the cursor), so I would suggest to switch that to something else.
In general, I think it would be good to avoid binding anything to Control+Letter as those are frequently used by terminal applications.
The text was updated successfully, but these errors were encountered:
Hey,
Thanks for reporting this issue. I'll fix this when I got time to work on k3rmit. Do you have any suggestions for these key bindings other than Ctrl + key ?
I dont rely on tabs at all, so I do not care that much where the binding ends up, but I'd suggest at least to move it to Control+Mod1+W as there is already other commands using those modifiers and it is less likely to conflict with terminal applications.
Hello,
Currently k3rmit interprets Control+W as a tab closing command. This is a pretty common readline binding (that deletes the word before the cursor), so I would suggest to switch that to something else.
In general, I think it would be good to avoid binding anything to Control+Letter as those are frequently used by terminal applications.
The text was updated successfully, but these errors were encountered: