On Friday, August 22, 2014 4:30:55 PM UTC-5, Edward K. Ream wrote: > Actually, the vim commands are n and N for F3 and F2 respectively.
Rev d855087...fixes several find-related bugs and adds the N command. So now: 1. Neither the / nor ? nor :s nor :%s commands set the dot. This looks like how vim works. 2. The n and N commands apply to the last search, whether it was started with / or ? or :s or :%s. 3. Repeat counts can be applied to the n and N commands, but not the / or ? commands. As a result, it will be most natural to use / or ? to do searches, and :s to do substitutions. At present, there is no vim analog to <Ctrl-=> or <Ctrl-->, the commands that perform the replace, or replace and find again. Imo, this should be enough to get someone started. Kent, please let me know what improvements you would like. Hmm. It looks like n and N wrap around. I'm not sure that's a great idea in Leo. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
