*English: (sorry for my english, is not very nice....) * Hi, I'm programmer and I always use Vi-Vim.
I work directly with source code in a host. I usually connect by telnet and then open de code with vi. In the host is not installed Vim so if a want to use it I have to access from my local machine. My question is: I have a file with the code I want to modify, etc, for example: * /home/usuario/aplicacion/pagina1.php /home/usuario/aplicacion/pagina2.php /home/usuario/aplicacion/pagina3.php* All these files are in the remote host. Is there an easy way (or not easy) to open any of these files with a macro...instead of write: :e ftp://hostname//home/usuario/aplicacion/pagina2.php** *Thank you very much!* ** *Alberto * *Español:* Soy programador y siempre he usado Vi-Vim. Edito ficheros directamente en un servidor y se me hace engorroso abrir cada uno mediante: *:e ftp://servidor//path/fichero.php* Por ejemplo. Mi pregunta es la siguiente. Suponed que tengo las siguiente entradas en un fichero: * /home/usuario/aplicacion/pagina1.php /home/usuario/aplicacion/pagina2.php /home/usuario/aplicacion/pagina3.php * y todas están en el mismo servidor. ¿Podría mediante una macro (o cualquier otro sistema) que al estar en la línea con el cursor (o copiar el contenido) me abriese directamente por ftp el fichero del servidor en una nueva ventana (o tab...)? Bueno, a ver si se os ocurre cómo...yo llevo partiéndome la cabeza unos días y nada. *¡Muchas gracias!* --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---