Vim Tasks with Feedback (TwFs)
This set of TwFs (Tasks with Feedback) is for learning Vim.
-
Describe the common modes in vim.
-
What is a mode in vim?
-
List the main things you can do with Vim.
-
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:”
-
Explain how to color foreground text in vim in the terminal.
-
How can you delete all open buffers in Vim?
-
What is a keybinding?
-
How do you set a keybinding in Vim using Lua?