Hello, <br><br>Adding these defaults as defaults would be a handy improvement.<br><br>Other keys that don't appear to be on either of your lists is ctrl+left, ctrl+right.<br>(i.e. from .bashrc)<br>bind '";5D": backward-word'<br>
bind '";5C": forward-word'<br><br>And a clear which actually clears the terminal instead of just scrolling a bit:<br>alias clear="echo -ne '\033c'"<br>Some people may prefer behavior of /usr/bin/clear, so perhaps that shouldn't be a default.<br>
<br>Then theres a few which I think most people have some variation of: <br>alias l='TERM=xtermc ls -hpl --color --time-style "+%Y-%m-%d %H:%M:%S"'<br>alias la='TERM=xtermc ls -hpa --color'<br>alias ls='TERM=xtermc ls -hp --color'<br>
alias ..='cd ..'<br>alias go='gnome-open'<br>
<br>Yes, these are personal preferences, but it may be worth considering some of them as defaults.<br><br><br><div class="gmail_quote">On Tue, Oct 19, 2010 at 11:56, Gary Mills <span dir="ltr"><<a href="mailto:mills@cc.umanitoba.ca">mills@cc.umanitoba.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Tue, Oct 19, 2010 at 07:09:13AM +0530, Anil Gulecha wrote:<br>
><br>
> I'd like to take up integrating<br>
> <a href="https://defect.opensolaris.org/bz/show_bug.cgi?id=5574" target="_blank">https://defect.opensolaris.org/bz/show_bug.cgi?id=5574</a><br>
><br>
> With the patch<br>
> <a href="https://defect.opensolaris.org/bz/attachment.cgi?id=1258&action=edit" target="_blank">https://defect.opensolaris.org/bz/attachment.cgi?id=1258&action=edit</a><br>
><br>
> for illumos.<br>
<br>
</div>You might consider my xterm.ti instead.  It's been well tested under<br>
Solaris and Opensolaris, and adds more features.  It's upward<br>
compatible with the existing xterm terminfo.<br>
<font color="#888888"><br>
--<br>
-Gary Mills-        -Unix Group-        -Computer and Network Services-<br>
</font><br>_______________________________________________<br>
Developer mailing list<br>
<a href="mailto:Developer@lists.illumos.org">Developer@lists.illumos.org</a><br>
<a href="http://lists.illumos.org/m/listinfo/developer" target="_blank">http://lists.illumos.org/m/listinfo/developer</a><br>
<br></blockquote></div><br>