vi Editor Advanced Usage

In the post “vi Editor Basics”, I covered the basics of using the vi editor, including command and input mode, file management, some window motions, cursor motions, deletion and input commands. In this part, I will cover some more advanced features like word substitutions, yank/put (copy/paste), regular expressions and search/replace. First … Continue reading