Re: [Vim-latex-devel] Compilation and Cursor Problem
Brought to you by:
srinathava,
tmaas
From: Mike R. <ri...@um...> - 2009-08-16 19:26:12
|
> When I compile the file, the cursor doesn't stay where I compiled.It > always jumps to the beginnig of line.. Although it doesn't bother > me, I wonder it happens to you too. This happens to me too. You can always just use `` afterwards to go back to the same spot. Or, you can make a mapping that includes that. This is what I have in my ~/.vim/ftplugin/tex.vim: map <buffer><leader>la :w<cr><leader>ll<c-l>`` It saves, compiles with <leader>ll, clears, and returns the cursor. Mike On Sun, Aug 16, 2009 at 8:21 AM, ahmet nurlu<ahm...@ya...> wrote: > Hi List, > When I compile the file, the cursor doesn't stay where I compiled.It > always jumps to the beginnig of line.. Although it doesn't bother > me, I wonder it happens to you too. > > Regards, > Ahmet > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |