[Vim-latex-devel] Trouble with shortcuts.
Brought to you by:
srinathava,
tmaas
From: Visakha R. <vis...@gm...> - 2014-09-22 11:17:36
|
Hello. I recently installed the vim latex-suite in my Windows computer. The vim installation is portable vim, version 7.4. I use Windows 7 OS. Installation files were downloaded from this link ( http://sourceforge.net/projects/vim-latex/files/latest/download?source=files) and was carried out by copying the files into the vim folder structure in Data\settings\vimfiles folder. The help says that typing shortcuts puts intended text into a tex file. Say `p inserts \pi. This works for me. However, the shortcut keystrokes are not replaced as soon as I type them rather they are appended with the command intended for shortcut. Thus typing `p results in `p\pi rather than the typed `p getting replaced with \pi. The problem is for any file with a .tex extension. Simply opening a .tex file by typing :e somefile.tex and typing `p in insert mode results in the problem just described. Would you please consider looking into this problem ? Perhaps its a problem only with me and some minor adjustments would make it work. Please note that I am by no means a vim expert but a general user with basic understanding of its commands and settings. Thanks a lot in advance and please inform if any other information is necessary, I would provide them as soon as I could. Thank you, Visakha Raja. |