Add kill-selection function and visual binds for 'y' and 'd'

This commit is contained in:
Julian Aron Prenner
2014-01-18 10:18:29 +01:00
parent 88eae68987
commit 3728fc7dba
6 changed files with 27 additions and 11 deletions

View File

@@ -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
}
;