You really need to own your configuration, including command aliases and what-not.
I don't mean to minimize your astonishment, but the lack of that alias is not a flaw in ClefOS. Command aliases must be set in your "RC files". Unfortunately, too many people put *everything* in the RC files, much of which should go into profiles. Unfortunately, too few environments properly source the correct cascade of profiles: /etc/profile, /usr/local/etc/profile. $HOME/.profile. This too is not a fault of ClefOS. -- R; <>< On 06/27/2018 03:53 PM, Frank M. Ramaekers wrote: > Yes, it appears that my prior Linux experience the alias (below) was already > setup, unlike ClefOS: > alias vi='vim' > > Frank M. Ramaekers Jr. > > > -----Original Message----- > From: Linux on 390 Port [mailto:[email protected]] On Behalf Of Neale > Ferguson > Sent: Wednesday, June 27, 2018 12:09 PM > To: [email protected] > Subject: Re: CLEFOS-vi/vim setting > > Are you using vi or vim? I always set an alias vi=vim. Check of vim is > installed. Both come with ClefOS. > > > -------- Original message -------- > From: Jeff Barnard <[email protected]> > Date: 6/27/18 12:39 (GMT-05:00) > To: [email protected] > Subject: Re: [LINUX-390] CLEFOS-vi/vim setting > > Frank, > > Might be easier to install THE. The Hessling Editor and Regina Rexx. Then put > it into edit mode ... > COMPAT XEDIT XEDIT XEDIT > > Well, better for me anyway... lol. > > Jeff > > Sent from my iPad > >> On Jun 27, 2018, at 10:53 AM, Frank M. Ramaekers <[email protected]> >> wrote: >> >> In all other (z)Linux installations, vi remembered the cursor position on >> last editing session. In my ClefOS 7.4 install, it always open a session >> with the cursor on line 1. I've checked /etc/.vimrc and ~/.vimrc. >> >> From googling this I found that it was possible that a portion of /etc/vimrc >> was/is commented out: >> >> 14 " Only do this part when compiled with support for autocommands >> 15 if has("autocmd") >> 16 augroup redhat >> 17 autocmd! >> 18 " In text files, always limit the width of text to 78 characters >> 19 " autocmd BufRead *.txt set tw=78 >> 20 " When editing a file, always jump to the last cursor position >> 21 autocmd BufReadPost * >> 22 \ if line("'\"") > 0 && line ("'\"") <= line("$") | >> 23 \ exe "normal! g'\"" | >> 24 \ endif >> 25 " don't write swapfile on most commonly used directories for NFS >> mounts or USB sticks >> 26 autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set >> directory=~/tmp,/var/tmp,/tmp >> 27 " start with spec file template >> 28 autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec >> 29 augroup END >> 30 endif >> >> ~/.vimrc: >> 1 :set number >> 2 :set ignorecase >> 3 :set smartcase >> 4 :set incsearch >> >> What am I missing? >> >> Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | >> American Income Life Insurance Company | 254-761-6649 (732-6649) >> >> ---------------------------------------------------------------------- >> This message contains information which is privileged and confidential and >> is solely for the use of the intended recipient. If you are not the intended >> recipient, be aware that any review, disclosure, copying, distribution, or >> use of the contents of this message is strictly prohibited. If you have >> received this in error, please destroy it immediately and notify us at >> [email protected]. >> >> ---------------------------------------------------------------------- >> For LINUX-390 subscribe / signoff / archive access instructions, send >> email to [email protected] with the message: INFO LINUX-390 or >> visit >> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.marist.edu_htb >> in_wlvindex-3FLINUX-2D390&d=DwIFAg&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U >> 8Jdo0RFvts&r=EOaM1MkMLG24_TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=lVsSM2dA0cr >> 52Dncfy4u1foqd0ESzELfj8wiwIJ3jo4&s=xADu4U4y_xH8oSza-I_55xbMx7i2_Ucfp0j >> F2Y1StW4&e= >> ---------------------------------------------------------------------- >> For more information on Linux on System z, visit >> https://urldefense.proofpoint.com/v2/url?u=http-3A__wiki.linuxvm.org_& >> d=DwIFAg&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U8Jdo0RFvts&r=EOaM1MkMLG24_ >> TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=lVsSM2dA0cr52Dncfy4u1foqd0ESzELfj8wiw >> IJ3jo4&s=nFJl1xZoO3fPA7ONvRHdYHEtQhCZ-cP2vEwPDtZLF78&e= > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, send email > to [email protected] with the message: INFO LINUX-390 or visit > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.marist.edu_htbin_wlvindex-3FLINUX-2D390&d=DwIFAg&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U8Jdo0RFvts&r=EOaM1MkMLG24_TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=lVsSM2dA0cr52Dncfy4u1foqd0ESzELfj8wiwIJ3jo4&s=xADu4U4y_xH8oSza-I_55xbMx7i2_Ucfp0jF2Y1StW4&e= > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > https://urldefense.proofpoint.com/v2/url?u=http-3A__wiki.linuxvm.org_&d=DwIFAg&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U8Jdo0RFvts&r=EOaM1MkMLG24_TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=lVsSM2dA0cr52Dncfy4u1foqd0ESzELfj8wiwIJ3jo4&s=nFJl1xZoO3fPA7ONvRHdYHEtQhCZ-cP2vEwPDtZLF78&e= > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, send email > to [email protected] with the message: INFO LINUX-390 or visit > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.marist.edu_htbin_wlvindex-3FLINUX-2D390&d=DwIFAg&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U8Jdo0RFvts&r=EOaM1MkMLG24_TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=lVsSM2dA0cr52Dncfy4u1foqd0ESzELfj8wiwIJ3jo4&s=xADu4U4y_xH8oSza-I_55xbMx7i2_Ucfp0jF2Y1StW4&e= > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > https://urldefense.proofpoint.com/v2/url?u=http-3A__wiki.linuxvm.org_&d=DwIFAg&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U8Jdo0RFvts&r=EOaM1MkMLG24_TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=lVsSM2dA0cr52Dncfy4u1foqd0ESzELfj8wiwIJ3jo4&s=nFJl1xZoO3fPA7ONvRHdYHEtQhCZ-cP2vEwPDtZLF78&e= > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
