mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Add kill-selection function and visual binds for 'y' and 'd'
This commit is contained in:
@@ -140,6 +140,7 @@ static const wchar_t * const name_arr[] =
|
||||
L"accept-autosuggestion",
|
||||
L"begin-selection",
|
||||
L"end-selection",
|
||||
L"kill-selection"
|
||||
}
|
||||
;
|
||||
|
||||
@@ -231,7 +232,8 @@ static const wchar_t code_arr[] =
|
||||
R_SUPPRESS_AUTOSUGGESTION,
|
||||
R_ACCEPT_AUTOSUGGESTION,
|
||||
R_BEGIN_SELECTION,
|
||||
R_END_SELECTION
|
||||
R_END_SELECTION,
|
||||
R_KILL_SELECTION
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user