Changes between Version 1 and Version 2 of cypress/FileEditingSoftware
- Timestamp:
- 05/14/15 10:42:09 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/FileEditingSoftware
v1 v2 17 17 [[https://blog.interlinked.org/tutorials/vim_tutorial.html | Vim Introduction]] 18 18 19 Use the following command to open a file for editing with vim: 20 21 {{{ user@host> vim filename }}} 22 19 23 === emacs === 20 24 emacs also has code syntax highlighting along with auto-indentation and a whole list of other advanced editing features. 21 25 22 26 [[http://insti.physics.sunysb.edu/itp/computing/doc/emacs-intro.html|Emacs Introduction]] 27 28 Use the following command to open a file for editing with emacs: 29 30 {{{ user@host> emacs filename }}}