I’ve just migrated from vim and one thinkg I miss is the motions like vi( or vf<char>. Is there a way to do something similar in Emacs? Perhaps it is possible to get isearch to select from here to the match?
I’ve just migrated from vim and one thinkg I miss is the motions like
Share
control-space sets the mark. region from Mark to cursor position is selected.
http://www.gnu.org/software/emacs/manual/html_node/emacs/Setting-Mark.html