Changes between Version 1 and Version 2 of cypress/FileEditingSoftware


Ignore:
Timestamp:
05/14/15 10:42:09 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileEditingSoftware

    v1 v2  
    1717[[https://blog.interlinked.org/tutorials/vim_tutorial.html | Vim Introduction]]
    1818
     19Use the following command to open a file for editing with vim:
     20
     21{{{ user@host> vim filename }}}
     22
    1923=== emacs ===
    2024emacs also has code syntax highlighting along with auto-indentation and a whole list of other advanced editing features.
    2125
    2226[[http://insti.physics.sunysb.edu/itp/computing/doc/emacs-intro.html|Emacs Introduction]]
     27
     28Use the following command to open a file for editing with emacs:
     29
     30{{{ user@host> emacs filename }}}