Re: Enhancing the user experience with tcsh

看板FB_current作者時間14年前 (2012/02/11 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串37/60 (看更多)
[cc list trimmed] on 10/02/2012 18:25 Eitan Adler said the following: [snip] > set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin > /usr/local/bin $HOME/bin) > > setenv EDITOR vi > -setenv PAGER more > +setenv PAGER less > setenv BLOCKSIZE K > No one complained about this - it is almost certainly going to stay it > the final version. Not so fast there, partner :-) Give folks more time to react. I really hate the default behavior of less where you can't quit via ^C or via paging through the end of file. BTW, this is what I have here: setenv PAGER more setenv MORE '-e -R -Pm?f%f:stdin .?lbLine %lb:?pb%pb\%:?bbByte %bb:-... ?eEND' > set filec > - set history = 100 > - set savehist = 100 > + set history = 10000 > + set savehist = 10000 > > No one complained about this one - it is almost certainly going to > stay it the final version. 10000 looks a bit too much. I recall using systems where setting this to 10000 caused exiting from a shell to be a very long process. Maybe try 1000 first, before trying more. Also, I second a suggestion to add merge directive to savehist. -- Andriy Gapon _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1FDPhY1m (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1FDPhY1m (FB_current)