vim map question

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Mike Starke
Date:  
Subject: 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