On 08/05/2012 10:49 AM, Ben Schmidt wrote: > I often use s to split lines, e.g. I position the cursor on a space, > press s and type enter (possibly followed by some tabs). Then I move to > the next place I need to do it and repeat with dot.
For that particular use case, I like to press 'r' and <CR>, since it's a single-character replacement. That way, I don't have to press <Esc> afterwards. It repeats with '.' as well. But I do use 's' for cases other than replacing a single character with another character. Michael Henry -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
