1 Jul
2025
1 Jul
'25
10:29 p.m.
F1 and F3 allow partial retrieval of previous entry from console history. They are used as shortcuts such that if the following were entered at the command line: ``` md tmptmp cd <F3> ``` F3 will retrieve the previous line from history past the cursor position, and be auto-completed to "cd tmptmp". F1 works in a similar fashion, but with one character at a time. -- v3: conhost: Implement F1 and F3 support for history retrieval. https://gitlab.winehq.org/wine/wine/-/merge_requests/8467