eng
competition

Text Practice Mode

vim commands

created Feb 24th 2015, 22:07 by


1


Rating

55 words
13 completed
00:00
Search word from top to bottom: /word
Search word from bottom to top: ?word
Search john or joan: /jo[ha]n
Search the, theatre or then: /\<the
Search the or breathe: /the\>
Search the: /\<the\>
Search fred or joe: /fred\|joe
Search exactly 4 digits: /\<\d\d\d\d\>
Find 3 empty lines: /^\n\{3}
Search in all open files: :bufdo /searchstr/

saving score / loading statistics ...