RPeraltaJr
4/21/2017 - 4:26 PM

Text Editor / Edit a File

Text Editor

open text editor

nano .bash_profile

open -e .bash_profile

  1. ctrl + a (move to the beginning of the line)
  2. ctrl + e (move to the end of the line)
  3. ctrl + o (save the file: name it and hit enter)
  4. ctrl + v (to move down a screen)
  5. ctrl + x (to exit)
  6. ctrl + v (to move up a screen)