Changes between Version 5 and Version 6 of cypress/FileEditingSoftware


Ignore:
Timestamp:
08/21/19 10:44:27 (5 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileEditingSoftware

    v5 v6  
    1616vim 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.
    1717
    18 [[https://blog.interlinked.org/tutorials/vim_tutorial.html | Vim Introduction]]
     18[[https://vimhelp.org/quickref.txt.html | Vim Quick Reference]]
    1919
    2020Use the following command to open a file for editing with vim:
     
    2525emacs also has code syntax highlighting along with auto-indentation and a whole list of other advanced editing features.
    2626
    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]]
    2828
    2929Use the following command to open a file for editing with emacs: