[Vim-latex-devel] Strange mapping behaviour
Brought to you by:
srinathava,
tmaas
From: Mario D <eg...@gm...> - 2015-11-25 10:41:38
|
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... :( |