placeholder image to represent content

Nvim most useful commands for academic editing

Quiz by Victor M Torres-Velez

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
11 questions
Show answers
  • Q1
    What is the command to save and exit in nvim?
    x
    qq
    sq
    wq
    30s
  • Q2
    Which command is used to move the cursor to the beginning of the line in nvim?
    gg
    $
    0
    G
    30s
  • Q3
    What is the command to delete a whole line in nvim?
    dl
    dd
    de
    dw
    30s
  • Q4
    What is the command to search for a specific word in nvim?
    *word
    ?word
    /word
    :search word
    30s
  • Q5
    What is the command to undo the last action in nvim?
    u
    d
    y
    r
    30s
  • Q6
    What is the command to open a new empty buffer in nvim?
    :tabnew
    :enew
    :new
    :vnew
    30s
  • Q7
    What is the command to insert a new line below the current line in nvim?
    p
    a
    i
    o
    30s
  • Q8
    What is the command to navigate to the end of the line in nvim?
    ^
    gg
    0
    $
    30s
  • Q9
    What is the command to copy a selected text in nvim?
    x
    p
    y
    d
    30s
  • Q10
    What is the command to open a file in nvim?
    :r <filename>
    :e <filename>
    :w <filename>
    :o <filename>
    30s
  • Q11
    What command in nvim allows you to save changes to a file?
    s
    w
    q
    x
    30s

Teachers give this quiz to your class