Re: [Vim-latex-devel] texviewer and Win
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-04-04 19:28:25
|
On Thu, 3 Apr 2003, Mikolaj Machowski wrote: > > 3. Make the <F9> key customizable using the same technique in imaps.vim > > How customizable? As I wrote before I don't like here IMAPS mechanism. > I think you are misunderstanding me... I mean that the <F9> key should be customizable... For example, in imaps.vim, we first provide a map called <Plug>IMAP_JumpForward and then map <C-j> to it if the user has not already mapped some other key to <Plug>IMAP_JumpForward. This allows people to use other keys according to their convinience. (I personally use <C-Space> for imaps and have <C-j> mapped to <down> in insert mode). This mechanism also allows a console user to use this functionality. As of now, neither <F9> nor the menu mapping is available to a true console user. This way at least we provide a way for him to construct something for himself. Srinath |