Skip to content

Commit

Permalink
backward-kill-word
Browse files Browse the repository at this point in the history
  • Loading branch information
janosgyerik committed Mar 4, 2014
1 parent 882f414 commit 7365988
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ set convert-meta off
#"\e[5D": backward-word
#"\e\e[C": forward-word
#"\e\e[D": backward-word
#
# alt right/left
#"\e[C": forward-word
#"\e[D": backward-word
# alt backspace # Manage Profiles / Keyboard Profiles / Global / + / Key: delete, Modifier: Option, Action: send escape sequence = d, High interception priority
"\ed": backward-kill-word

0 comments on commit 7365988

Please sign in to comment.