vim map question

Góra strony
Załączniki:
Wiadomość jako email
+ (text/plain)
Delete this message
Reply to this message
Autor: Mike Starke
Data:  
Temat: vim map question
On Tue, Apr 29, 2003 at 03:37:06PM -0700, Duncan Laurie wrote:
/_Try something like:
/_
/_nmap <F5> <Esc>:read !pwd<CR>
/_imap <F5> <Esc>:read !pwd<CR>
/_

Thanks, that was exactly it (I was missing the 'read' part).

-Mike