is there a way to make the substitue global confirm (%s/pattern/replace/gc) command start at the current cursor position rather than at the beginning of the buffer
instead %
use .,$
range selector, where .
means the current line, the $
means the last line in the file
:.,$s/pattern/replace/