Vim tips: The basics of search and replaceWhere you land Searches in Vim put the cursor on the first character of the matched string by default; if you search for Debian, it would put the cursor on the D. That's usually fine, but Vim has a few options for offsetting the cursor placement from the beginning of the matched string. To land on the last character in the matched string, rather than the..