voideditor / void

https://voideditor.com
MIT License
5.02k stars 225 forks source link

Clear selection on ctrl+L #16

Closed andrewpareles closed 10 hours ago

andrewpareles commented 2 days ago

Right now, the history grows indefinitely. It should instead be cleared when the user presses ctrl+L (and recorded somewhere). We'll add a UI for viewing past history items later.

DineshSolanki commented 18 hours ago

can you explain it a bit, like should each ctrl + L be made into individual chat sessions, that can be stored and cleared?

mathewpareles commented 16 hours ago

Exactly, when the user presses ctrl + L, the current session (all of the chats inside of the sidebar) should be cleared and saved for later.