#TodayILearned that you can use a bar (or ‘pipe symbol’) to enter more than one ‘ex’ command in Vim i.e.
:%s/[‘’]/'/g | %s/SQLData/sql_data/g
#TodayILearned that you can use a bar (or ‘pipe symbol’) to enter more than one ‘ex’ command in Vim i.e.
:%s/[‘’]/'/g | %s/SQLData/sql_data/g