File: rc.example

package info (click to toggle)
sunclock 3.57-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,620 kB
  • sloc: ansic: 14,419; makefile: 815; perl: 111; sh: 33
file content (18 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Private options and key bindings for edt/emt/edx/emx
# All keys '@a' to '@z' (lower case) can be bound.
# of X terminal (xterm, rxvt, etc)
# There are two string arguments %s %s, respectively 
#     - the current working directory
#     - the name of the file being edited
#
-cr red
@d xdiary &
@e DIR=%s; ROOTNAME=`echo %s |rev| cut -d"." -f 2- |rev`; emx $ROOTNAME.log &
@l DIR=%s; latex %s &
@p DIR=%s; xenscript %s &
@t DIR=%s; tex %s &
@v DIR=%s; ROOTNAME=`echo %s |rev| cut -d"." -f 2- |rev`; xdvi -s 6 $ROOTNAME.dvi &
@x DIR=%s; xrmap -rcfile %s &
@z cd %s; rxvt -font 8x13 -pr red -cr green -sl 500 -sr +st -geometry 80x30 &