Quiz for the Vim Workshop -- Part1
- How to enter insert mode
- What's the function of i, a, o, I, A, O
- How to quit the insert mode
- Which mode should you stay by default
- What's the function of w, b, e
- What's the difference bewteen wbe and WBE
- How to move to the beginning of the file
- How to move to the end of the current line
- How to cut a line
- How to cut a character
- How to copy/ yank a line
- How to paste from the system clipboard
- List three text objects in Vim
- How to delete a WORD
- How to delete the content in the ()
- How many lines
10d3d
will delete - Call bash
- Come back to vim after entering <C-z>
- What's the function of n, N, #, *
- Replace
magic
/magics
withregex