Vim - euccas/expmap GitHub Wiki Vim Help Substitute Windows line breaks to Linux line breaks :%s/<Ctrl-V><Ctrl-M>/\r/g Count how many times a match pattern is found :%s/<pattern>//n Search for lines not starting with specified characters /^[^c][^x]_/ # searching for lines not starting with "cx" ⚠️ **GitHub.com Fallback** ⚠️