Answers for "select all in vim"

3

select all in vim

ggVG

// gg moves to first line. 
// V starts visual mode. 
// G jumps to last line thereby selecting all content.
Posted by: Guest on May-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language