1
1

docs: give ^K and ^U some useful function in the alternative bindings

Make them behave like in a shell: let ^K delete till end-of-line,
and let ^U delete to beginning-of-line.
Этот коммит содержится в:
Benno Schulenberg 2023-01-12 15:53:23 +01:00
родитель fd51fee424
Коммит c33f0b7d8d

Просмотреть файл

@ -313,7 +313,6 @@
#bind ^B wherewas all
#bind ^D findprevious all
#bind ^R replace main
#unbind ^K main
#unbind ^U all
#unbind ^N main
#unbind ^Y all
@ -326,5 +325,7 @@
#bind ^T cutrestoffile execute
#bind ^L linter execute
#bind ^E execute main
#bind ^K "{mark}{end}{zap}" main
#bind ^U "{mark}{home}{zap}" main
#bind ^Z undo main
#bind ^Y redo main