NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
bashrc (Score:1)
alias recal="history | grep" instead of history | grep something all the time
you can also use bash-completion to enable tab completion on the command line for directories, filenames, apps and such
Re: Saving my fingers by replacing xterm (Score:1)
I'm pretty sure there are even ways of redefinin
Re: Saving my fingers by replacing xterm (Score:1)
- parv
Re: Saving my fingers by replacing xterm (Score:1)
Re: Saving my fingers by replacing xterm (Score:2)
Thank you! From your description that sounds like the solution I am looking for. Everybody else seems to be offering solutions that will help me only in the shell or only in my editor. (And I was to the point of weighing the cost of learning two or more systems for shortcuts versus the cost of learning the source code for xterm so I could hack in the features I wanted. Which is not a good comparison to be making... :) )
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Use Vim (Score:2)
abbrin the config file (~/.exrc or ~/.vimrc).Now, every time you type in "FOO ", it gets expanded automatically.
-Dom