mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
Increased support for completion search field. Use btab (shift-tab) to
complete-and-search.
This commit is contained in:
@@ -104,6 +104,7 @@ static const wchar_t * const name_arr[] =
|
||||
L"yank",
|
||||
L"yank-pop",
|
||||
L"complete",
|
||||
L"complete-and-search",
|
||||
L"beginning-of-history",
|
||||
L"end-of-history",
|
||||
L"backward-kill-line",
|
||||
@@ -201,6 +202,7 @@ static const wchar_t code_arr[] =
|
||||
R_YANK,
|
||||
R_YANK_POP,
|
||||
R_COMPLETE,
|
||||
R_COMPLETE_AND_SEARCH,
|
||||
R_BEGINNING_OF_HISTORY,
|
||||
R_END_OF_HISTORY,
|
||||
R_BACKWARD_KILL_LINE,
|
||||
|
||||
Reference in New Issue
Block a user