Vim Tasks with Feedback (TwFs)

This set of TwFs (Tasks with Feedback) is for learning Vim.

  1. Describe the common modes in vim.

  2. What is a mode in vim?

  3. List the main things you can do with Vim.

  4. Create a file called journal.txt with at least five instances of the word “todo.” Then, replace instances of the whole word “todo” with “TODO:”

  5. Explain how to color foreground text in vim in the terminal.

  6. How can you delete all open buffers in Vim?

  7. What is a keybinding?

  8. How do you set a keybinding in Vim using Lua?