Which of the following statement is not true?
A
f and t commands are used for searching a character
B
y and yy are same
C
vi has 26 named buffers
D
:e# is used for toggling between files
Correct Answer: y and yy are same
The y operator yanks text but it cannot perform any function unless it is combined with any command or itself.