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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
When pressed enough times, down arrow key, which is seen as '\e[B' sometime mis-interpreted as B triggering bulk-rename-all function.
My guess is this may also happen with other special keys, ( all arrow keys triggers \e[A , \e[B, \e[C, \e[D characters) out of these only B is bound to other function casusing occasional conflict. So I think it is better to avoid A/B/C&D keys in keybinding.