Is there any good alternative to xterm that will let me save typing by defining some kind of shortcuts or macros for things I commonly type. (Yes, the shell could help a bit with this, but sometimes these are things I commonly type in vi or something else.)
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