> I would like to move curso in normal mode to next ; character.

If within the same line, you can use

   f;

to go the next ";" character and subsequently use comma/semicolon 
to go to the next/previous match.

   :help f
   :help t
   :help ,
   :help ;

(they're likely all in the same section of the help)

If they're on multiple lines, you'd have to use a regular search

   /;<enter>

(I think Joan meant to type "<enter>" instead of "<intro>")

However, this can be mapped easily enough:

   :nnoremap <f4> /;<cr>

-tim





--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to