![]() |
| |||
| Robert M. Riches Jr. : > On 2006-10-02, dragomir kollaric <dragomirr_kollaric@bigmailbox.net> wrote: >> OK, with the "X-Window" environment, this problem doesn't really >> exists, but for some-one who uses a PC with the console and bash, >> after one used the "vi" the editor, the screen is still full with >> the text of the "editor". Now off course a "clear" command will >> present a clean screen. Can the "shell" be programmed in such a way >> as after one finishes typing text in vi and quit it, that the >> screen will be cleared? >> >> Something easy? > > With csh, > > alias vi 'vi;clear' > > should be worth a try. Your shell may take different > syntax. with BASH: alias vi="vi;clear" tested and working here. -- I like the way ONLY their mouths move ... They look like DYING OYSTERS http://www.websterscafe.com |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |