Changeset 19

Show
Ignore:
Timestamp:
07/14/05 03:21:08 (3 years ago)
Author:
athomas
Message:
  • Updated inputrc
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • archabs/trunk/custom-config/inputrc

    r15 r19  
    1 # do not bell on tab-completion 
    2 #set bell-style none 
    3  
    41set meta-flag on 
    52set input-meta on 
     
    85set editing-mode vi 
    96set 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 
     7set page-completions off 
  • archabs/trunk/custom-config/PKGBUILD

    r17 r19  
    11pkgname=custom-config 
    22pkgver=1.0 
    3 pkgrel=4 
     3pkgrel=5 
    44pkgdesc="Custom configuration files" 
    55url="http://swapoff.org" 
     
    1212install=install 
    1313source=(vimfiles.tar.bz2 vimrc inputrc ^custom-config.sh DIR_COLORS) 
    14 md5sums=(077546aa5b88ded6c082ab6b21dfbe6f bdd42c3370756c6315af1a0e18d83119 90dcf11ea4648189bbc332424ca01574 337da30d2e2845a79d38c55ba896fcf7 01d5d367d37f8c90494f3b9681c30f3d) 
     14md5sums=(077546aa5b88ded6c082ab6b21dfbe6f bdd42c3370756c6315af1a0e18d83119 0e9325d2c90361c77e2048f8ace8dcb5 337da30d2e2845a79d38c55ba896fcf7 01d5d367d37f8c90494f3b9681c30f3d) 
    1515 
    1616build() {