CROSSWORD 2

123456789101112131415161718
Across
  1. 2. Quits from the vi editor and does not save any changes
  2. 3. Deletes the current word
  3. 4. Deletes the current word
  4. 8. Deletes one word starting from the character the cursor is on
  5. 9. Displays Emacs documentation
  6. 12. Text file extension
  7. 16. Creates a new screen (split horizontally) to edit the file “proposal1”
  8. 17. Displays all tabs
  9. 18. term used after :help to display help for all vi commands
Down
  1. 1. Saves any changes to the file and quits from the vi editor
  2. 2. Executes the date command using a BASH shell
  3. 5. Deletes all characters between the cursor and the end of the line
  4. 6. Deletes one whole line starting from the line the cursor is on
  5. 7. Searches for the first occurrence of pattern in the reverse direction
  6. 10. Moves the cursor to the beginning of the line
  7. 11. Binary executable program files (similar to .exe files within Windows)
  8. 13. Displays all vi environment options
  9. 14. Searches for the first occurrence of pattern in the forward direction
  10. 15. Changes back to command mode while in insert mode
  11. 17. Moves to the next tab