Hi,

I put these mappings in my tex.vim:

map <buffer> <F11> :w<cr><leader>ll
imap <buffer> <F11> <ESC>:w<cr><leader>lli
map <buffer> <F10> <leader>ls
imap <buffer> <F10> <ESC><leader>lsi
map <buffer> <F9> :w<cr><leader>ll<leader>ls
imap <buffer> <F9> <ESC>:w<cr><leader>ll<leader>lsi

I guess my intention is clear: both in normal and insert mode, when I hit
-) F11 I want to compile the file
-) F10 I want to perform forward search
-) F9 I want to do both: compile and forward search.

Well, the strange thing is that 5 out of 6 work but F9 in insert mode
doesn't!

I can't understand why...  :(
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to