Changes between Version 5 and Version 6 of cypress/FileEditingSoftware
- Timestamp:
- 08/21/19 10:44:27 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/FileEditingSoftware
v5 v6 16 16 vim is the improved version of vi with code syntax highlighting and other features useful for programming. This editor has a steep learning curve, but is very efficient. 17 17 18 [[https:// blog.interlinked.org/tutorials/vim_tutorial.html | Vim Introduction]]18 [[https://vimhelp.org/quickref.txt.html | Vim Quick Reference]] 19 19 20 20 Use the following command to open a file for editing with vim: … … 25 25 emacs also has code syntax highlighting along with auto-indentation and a whole list of other advanced editing features. 26 26 27 [[http://insti.physics.sunysb.edu/itp/computing/doc/emacs-intro.html|Emacs Introduction]]27 [[http://insti.physics.sunysb.edu/itp/computing/doc/emacs-intro.html|Emacs Reference]] 28 28 29 29 Use the following command to open a file for editing with emacs: