File: sample-inputrc

package info (click to toggle)
cle 0.4-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,708 kB
  • ctags: 1,223
  • sloc: ansic: 15,354; sh: 2,803; perl: 1,730; makefile: 725
file content (39 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# . i n p u t r c 						-*- tcl -*- 
# 
#
#           Author: Erick Gallesio [eg@unice.fr]
#    Creation date: 14-Oct-1999 17:23 (eg)
# Last file update: 19-Oct-1999 08:31 (eg)

set input-meta on
set output-meta on
set convert-meta off
set meta-flag on

# Settings  Control-arrows for rxvt 
"\eOc":    forward-word
"\eOd":    backward-word

# Useful binding
"\C-xd": dump-functions


# Settings for STk
$if stk
"\C-xh": "(help)\C-m"
"\C-xl": "(system \"ls -ls\")\C-m"
"\C-xp": "(getcwd)\C-m"
$endif

# Settings for ftp 
$if ftp
"\C-xh": "help\C-m"
"\C-xl": "dir\C-m"
"\C-xp": "pwd\C-m"
$endif

# Settings for ed
$if ed
"\C-xl": "!ls -ls\C-m"
"\C-xp": "!pwd\C-m"
$endif