Timeline for Globally replace Vi with Vim on Fedora
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 19, 2016 at 15:03 | answer | added | akostadinov | timeline score: 1 | |
| Dec 17, 2012 at 19:33 | vote | accept | aef | ||
| Dec 13, 2012 at 2:06 | answer | added | Gilles 'SO- stop being evil' | timeline score: 6 | |
| Dec 13, 2012 at 0:22 | comment | added | aef | @Gilles Updated my question. | |
| Dec 13, 2012 at 0:22 | history | edited | aef | CC BY-SA 3.0 | Added output of some commands as requested by commentor |
| Dec 12, 2012 at 23:46 | comment | added | Gilles 'SO- stop being evil' | Post the output of ls -l /usr/bin/vi and rpm -qf /usr/bin/vi. | |
| Dec 12, 2012 at 23:45 | comment | added | aef | @Gilles I don't understand your question. | |
| Dec 12, 2012 at 23:10 | comment | added | Gilles 'SO- stop being evil' | Is /usr/bin/vi a symlink (to what) or a regular file on Fedora? If a regular file, from what package? | |
| Dec 12, 2012 at 2:51 | comment | added | aef | @jordanm I meant exactly this when I asked to make a symlink survive an update. How do you ensure the link doesn't get overwritten when vim-minimal package is updated? | |
| Dec 12, 2012 at 1:51 | answer | added | llua | timeline score: 6 | |
| Dec 12, 2012 at 1:47 | comment | added | jordanm | rm /usr/bin/vi; ln -s /usr/bin/vim /usr/bin/vi. Not an answer because I would personally find a better way (or type vim if I wanted vim). | |
| Dec 12, 2012 at 1:01 | history | edited | aef | CC BY-SA 3.0 | added 313 characters in body |
| Dec 12, 2012 at 0:50 | history | edited | aef | CC BY-SA 3.0 | added 16 characters in body; edited title |
| Dec 12, 2012 at 0:44 | history | asked | aef | CC BY-SA 3.0 |