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
fix: restrict close keybinding to normal mode only
Fixes#494
The close keybinding ('q') was mapped in both normal and insert modes,
causing the window to close when typing words containing 'q' in the
input prompt.
0 commit comments