On Thu, September 24, 2009 9:57 am, Nathan Huesken wrote:
> Can the command f{char} (jump to the next occurence of {char} in the
> current line) be extended to work with multiple lines?Not natively I believe. But this should be a workaround: noremap <silent> <expr> f '/\V' . escape(nr2char(getchar()), '/\') . nr2char(13) But to work exactly like f, you would probably also have to remap ; and , to something like: noremap ; n noremap , N Hope That Helps a little, regards, Christian -- :wq! --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
