Encore plus de bindings…

This commit is contained in:
Benjamin VAUDOUR 2022-04-13 09:27:53 +02:00
parent f16ca57462
commit d51323a3c1
1 changed files with 16 additions and 14 deletions

2
rc.elv
View File

@ -27,6 +27,8 @@ set edit:insert:binding[Alt-F] = $edit:move-dot-right-word~
set edit:insert:binding[Alt-T] = $edit:transpose-word~
set edit:insert:binding[Ctrl-T] = $edit:transpose-rune~
set edit:insert:binding[Ctrl-P] = $edit:history:start~
set edit:insert:binding[Alt-Delete] = $edit:kill-word-right~
set edit:insert:binding[Alt-Backspace] = $edit:kill-word-left~
set edit:history:binding[Ctrl-P] = $edit:history:up~
set edit:insert:binding[Ctrl-N] = $edit:history:start~
set edit:history:binding[Ctrl-N] = $edit:history:down-or-quit~