What are the read-only registers in Vim?
Answer
%. # :
Explanation
Vim has read-only registers: % (current filename), # (alternate filename), . (last inserted text), : (last command). Cannot be written to directly.
%. # :
Vim has read-only registers: % (current filename), # (alternate filename), . (last inserted text), : (last command). Cannot be written to directly.