Changeset 19
- Timestamp:
- 07/14/05 03:21:08 (3 years ago)
- Files:
-
- archabs/trunk/custom-config/inputrc (modified) (2 diffs)
- archabs/trunk/custom-config/PKGBUILD (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
archabs/trunk/custom-config/inputrc
r15 r19 1 # do not bell on tab-completion2 #set bell-style none3 4 1 set meta-flag on 5 2 set input-meta on … … 8 5 set editing-mode vi 9 6 set bell-style none 10 11 $if mode=emacs 12 13 # for linux console and RH/Debian xterm 14 "\e[1~": beginning-of-line 15 "\e[4~": end-of-line 16 "\e[5~": beginning-of-history 17 "\e[6~": end-of-history 18 "\e[3~": delete-char 19 "\e[2~": quoted-insert 20 "\e[5C": forward-word 21 "\e[5D": backward-word 22 "\e\e[C": forward-word 23 "\e\e[D": backward-word 24 25 # for rxvt 26 "\e[8~": end-of-line 27 28 # for non RH/Debian xterm, can't hurt for RH/DEbian xterm 29 "\eOH": beginning-of-line 30 "\eOF": end-of-line 31 32 # for freebsd console 33 "\e[H": beginning-of-line 34 "\e[F": end-of-line 35 $endif 7 set page-completions off archabs/trunk/custom-config/PKGBUILD
r17 r19 1 1 pkgname=custom-config 2 2 pkgver=1.0 3 pkgrel= 43 pkgrel=5 4 4 pkgdesc="Custom configuration files" 5 5 url="http://swapoff.org" … … 12 12 install=install 13 13 source=(vimfiles.tar.bz2 vimrc inputrc ^custom-config.sh DIR_COLORS) 14 md5sums=(077546aa5b88ded6c082ab6b21dfbe6f bdd42c3370756c6315af1a0e18d83119 90dcf11ea4648189bbc332424ca01574337da30d2e2845a79d38c55ba896fcf7 01d5d367d37f8c90494f3b9681c30f3d)14 md5sums=(077546aa5b88ded6c082ab6b21dfbe6f bdd42c3370756c6315af1a0e18d83119 0e9325d2c90361c77e2048f8ace8dcb5 337da30d2e2845a79d38c55ba896fcf7 01d5d367d37f8c90494f3b9681c30f3d) 15 15 16 16 build() {
