Answers for "select all vim"

3

select all 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