[illumos-Developer] Terminfo handling of pg/home/etc keys

DerSaidin dersaidin at gmail.com
Tue Oct 19 04:10:10 PDT 2010


Hello,

Adding these defaults as defaults would be a handy improvement.

Other keys that don't appear to be on either of your lists is ctrl+left,
ctrl+right.
(i.e. from .bashrc)
bind '";5D": backward-word'
bind '";5C": forward-word'

And a clear which actually clears the terminal instead of just scrolling a
bit:
alias clear="echo -ne '\033c'"
Some people may prefer behavior of /usr/bin/clear, so perhaps that shouldn't
be a default.

Then theres a few which I think most people have some variation of:
alias l='TERM=xtermc ls -hpl --color --time-style "+%Y-%m-%d %H:%M:%S"'
alias la='TERM=xtermc ls -hpa --color'
alias ls='TERM=xtermc ls -hp --color'
alias ..='cd ..'
alias go='gnome-open'

Yes, these are personal preferences, but it may be worth considering some of
them as defaults.


On Tue, Oct 19, 2010 at 11:56, Gary Mills <mills at cc.umanitoba.ca> wrote:

> On Tue, Oct 19, 2010 at 07:09:13AM +0530, Anil Gulecha wrote:
> >
> > I'd like to take up integrating
> > https://defect.opensolaris.org/bz/show_bug.cgi?id=5574
> >
> > With the patch
> > https://defect.opensolaris.org/bz/attachment.cgi?id=1258&action=edit
> >
> > for illumos.
>
> You might consider my xterm.ti instead.  It's been well tested under
> Solaris and Opensolaris, and adds more features.  It's upward
> compatible with the existing xterm terminfo.
>
> --
> -Gary Mills-        -Unix Group-        -Computer and Network Services-
>
> _______________________________________________
> Developer mailing list
> Developer at lists.illumos.org
> http://lists.illumos.org/m/listinfo/developer
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.illumos.org/pipermail/developer/attachments/20101019/5e1491bc/attachment.html>


More information about the Developer mailing list