Skip to content

Commit

Permalink
Bind arrow keys
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Nov 13, 2023
1 parent 1f46b98 commit 92076c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dot_inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ set convert-meta off

# Use Alt/Meta + Delete to delete the preceding word
"\e[3;3~": kill-word

# Bind arrow keys
"\e[1;5C": forward-word
"\e[1;5D": backward-word
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word

0 comments on commit 92076c8

Please sign in to comment.