Skip to content

Commit

Permalink
Complete on Shift-Tab
Browse files Browse the repository at this point in the history
Preserve MsysGit behavior

Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
  • Loading branch information
orgads committed May 14, 2015
1 parent 88c1c8a commit 5342352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-extra/inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ $if mode=emacs
"\e[1;3D": "\e\e[D" # Alt-Left
"\e[1;3C": "\e\e[C" # Alt-Right

"\e[Z": complete # Shift-Tab

$if term=msys # RXVT
"\e[7~": beginning-of-line # Home Key
"\e[8~": end-of-line # End Key
Expand Down

0 comments on commit 5342352

Please sign in to comment.