Vim and Latex-Suite : é and â not broken
14/06/09 04:53
imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine let g:Tex_AdvancedMath = 0
imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine let g:Tex_AdvancedMath = 0
declare -i C=0 for i in *.pdf do pdftops $i toto.ps C=$C+$(grep -c showpage toto.ps) echo $C done;
I was thinking..
It could be cool to be able, in Bash shell, to toggle a kind of “clever” completion, with features like that :
pdf [TAB] => xpdfjabber [TAB] => psi | gajim | etc...[TAB] toto.pdf => xpdf toto.pdfMaybe completion is not really good for all of this.
dmenu -i does it ! I was using dmenu when first thinking about all that, and now I’ve RTFM…