Encore plus de bindings…
This commit is contained in:
parent
f16ca57462
commit
d51323a3c1
2
rc.elv
2
rc.elv
|
@ -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~
|
||||
|
|
Loading…
Reference in New Issue