[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] patch - defterm
From: |
Gergely Nagy |
Subject: |
Re: [RP] patch - defterm |
Date: |
Wed Sep 4 10:58:05 2002 |
User-agent: |
Mutt/1.4i |
> When I first started using ratpoison, the thing that struck me was how
> ugly the xterms were. I wanted to run aterm with my favorite options.
> This fixes that problem, changes default keybindings, makes ratpoison
> more runtime configurable, and all that good stuff.
I solved the same problem a bit differently.
> term, to execute the term command without an -e argument, a command to
> run in it.
alias term exec aterm <options>
> and termexec, to prompt for a command to execute inside the defined term
> command.
alias termexec colon term -e
Then "bind c term" and "bind exclam termexec", and you're done.