WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

How to delete a history entry from the autocomplete list?

Open rewalax opened this issue 1 year ago • 1 comments

有时候有些命令不小心输错了,但是windterm都会记录下来,下次补全的时候会提示出来,请问如何删除? 这里的需求是删除指定的某条记录,而不是全部记录,请问如何操作,谢谢

rewalax avatar Nov 25 '23 08:11 rewalax

Currently, WindTerm automatically manages the command history, and if a record has not been used for a long time and exceeds the preset number of days, it will be deleted. The default number of days is 30, but you can set it to the number of days you want in MenuBar - Session - Preferences - Settings - Terminal - Command History - Capacity - Days to keep history. Additionally, the sorting algorithm will place less frequently used commands at the bottom of the completion list, which is usually sufficient.

If you definitely need to perform manual deletion, then this feature will be implemented in the next 2.7.0 version. Please stay tuned, thank you.

kingToolbox avatar Dec 02 '23 09:12 kingToolbox