Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Apr 7, 2015
2 parents 9db6cd0 + ce9008c commit c4d038d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
46 changes: 46 additions & 0 deletions git-extra/inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,49 @@ set mark-symlinked-directories on

# Show all instead of beeping first
set show-all-if-ambiguous on

# MSYSTEM is emacs based
$if mode=emacs
# Common to Console & RXVT
"\C-?": backward-kill-line # Ctrl-BackSpace
"\e[2~": paste-from-clipboard # "Ins. Key"
"\e[5~": beginning-of-history # Page up
"\e[6~": end-of-history # Page down

# Mintty
"\e[1;5D": "\eOD" # Ctrl-Left
"\e[1;5C": "\eOC" # Ctrl-Right
"\e[1;5A": "\eOA" # Ctrl-Up
"\e[1;5B": "\eOB" # Ctrl-Down
"\e[1;3D": "\e\e[D" # Alt-Left
"\e[1;3C": "\e\e[C" # Alt-Right

$if term=msys # RXVT
"\e[7~": beginning-of-line # Home Key
"\e[8~": end-of-line # End Key
"\e[11~": display-shell-version # F1
"\e[15~": re-read-init-file # F5
"\e[12~": "Function Key 2"
"\e[13~": "Function Key 3"
"\e[14~": "Function Key 4"
"\e[17~": "Function Key 6"
"\e[18~": "Function Key 7"
"\e[19~": "Function Key 8"
"\e[20~": "Function Key 9"
"\e[21~": "Function Key 10"
$else
# Eh, normal Console is not really cygwin anymore, is it? Using 'else' instead. -mstormo
# $if term=cygwin # Console
"\e[1~": beginning-of-line # Home Key
"\e[4~": end-of-line # End Key
"\e[3~": delete-char # Delete Key
"\e\e[C": forward-word # Alt-Right
"\e\e[D": backward-word # Alt-Left
"\e[17~": "Function Key 6"
"\e[18~": "Function Key 7"
"\e[19~": "Function Key 8"
"\e[20~": "Function Key 9"
"\e[21~": "Function Key 10"
"\e[23~": "Function Key 11"
$endif
$endif
1 change: 1 addition & 0 deletions make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
-e '/man/' -e '/pkgconfig/' -e '/emacs/' \
-e '^/usr/lib/python' -e '^/usr/lib/ruby' \
-e '^/usr/share/awk' -e '^/usr/share/subversion' \
-e '^/etc/skel/' -e '^/mingw../etc/skel/' \
-e '^/usr/bin/svn' \
-e '^/mingw../share/doc/gettext/' \
-e '^/mingw../share/doc/lib' \
Expand Down
1 change: 1 addition & 0 deletions net-installer/setup-git-sdk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
perl-Error perl perl-Authen-SASL perl-libwww perl-MIME-tools ^
perl-Net-SMTP-SSL perl-TermReadKey dos2unix asciidoc xmlto ^
subversion mintty vim git-extra ^
mingw-w64-@@ARCH@@-git-doc-html ^
mingw-w64-@@ARCH@@-git mingw-w64-@@ARCH@@-toolchain ^
mingw-w64-@@ARCH@@-curl mingw-w64-@@ARCH@@-expat ^
mingw-w64-@@ARCH@@-openssl mingw-w64-@@ARCH@@-tcl ^
Expand Down

0 comments on commit c4d038d

Please sign in to comment.