Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

A write a command that will suspend your vim editing session. On the line follow

ID: 3735653 • Letter: A

Question

A write a command that will suspend your vim editing session. On the line following the command list the vim modes (normal, insert, etc.) where the command can be entered.

B write a command that will put your suspended vim editing session from Question 3 into background mode. On the line following the command insert the output of the command.

C write a command that will terminate the background vim editing sessions from Question 4. On the line following the command insert the output of the command. Please note that you should be thoughtful when testing your answer for this question to avoid losing your work.

Explanation / Answer

(A) CTRL-Z (it Suspend Vim. Command can be entered in Normal and in Visual mode. It will work as just a usual character in In Insert and Command-line mode)

(B)CTRL-Z followed by command $ bg will put suspended session into background mode

(C) kill STOP %job_id or kill KILL %job_id to terminate the background sessions

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote