p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

doesn't do command autocompletion from .bash_history #299

Closed loop-de-r00t closed 10 years ago

loop-de-r00t commented 10 years ago

When typing in a command I know is in .bash_history final term does not offer it in the auto complete list. However, 'history' works and shows all the commands correctly.

p-e-w commented 10 years ago

Final Term's autocomplete is not fed by .bash_history but by a database of its own because it requires additional information such as command frequency etc.

This behavior is therefore expected.