Skip to content

Commit

Permalink
Update readline-binding.elv with Alt-d (kill-word)
Browse files Browse the repository at this point in the history
Add the previously TODO `Alt-d` keybinding to mirror readline's `kill-word`.
  • Loading branch information
quexxon authored and xiaq committed Oct 4, 2024
1 parent b1d18df commit a851906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/mods/readline-binding/readline-binding.elv
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ set edit:global-binding[Ctrl-G] = $edit:close-mode~
$b Ctrl-P $edit:history:start~
# TODO: ^S ^T ^X family ^Y ^_
$b Alt-b $edit:move-dot-left-word~
# TODO Alt-c Alt-d
# TODO Alt-c
$b Alt-d $edit:kill-word-right~
$b Alt-f $edit:move-dot-right-word~
# TODO Alt-l Alt-r Alt-u

Expand Down

0 comments on commit a851906

Please sign in to comment.