mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Make meta-backspace less aggressive about what it deletes
This commit is contained in:
@@ -117,6 +117,7 @@ static const wchar_t * const name_arr[] =
|
||||
L"kill-whole-line",
|
||||
L"kill-word",
|
||||
L"backward-kill-word",
|
||||
L"backward-kill-path-component",
|
||||
L"dump-functions",
|
||||
L"history-token-search-backward",
|
||||
L"history-token-search-forward",
|
||||
@@ -200,6 +201,7 @@ static const wchar_t code_arr[] =
|
||||
R_KILL_WHOLE_LINE,
|
||||
R_KILL_WORD,
|
||||
R_BACKWARD_KILL_WORD,
|
||||
R_BACKWARD_KILL_PATH_COMPONENT,
|
||||
R_DUMP_FUNCTIONS,
|
||||
R_HISTORY_TOKEN_SEARCH_BACKWARD,
|
||||
R_HISTORY_TOKEN_SEARCH_FORWARD,
|
||||
|
||||
Reference in New Issue
Block a user