xo / usql

Universal command-line interface for SQL databases
MIT License
9.08k stars 352 forks source link

Pressing DEL deletes whole words and nost just 1 character #490

Open 4r73m190r0s opened 1 month ago

4r73m190r0s commented 1 month ago

I have this weird issue that I do not know what triggers it. For example, if I have query SELECT * FROM TABLE_, where _ is the cursor position, and when I press the DEL button the whole previous word gets deleted (TABLE), and not just the preceding character (E).