<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=337767&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Comportement bizarre de mon vim]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=337767</link>
		<description><![CDATA[Les sujets les plus récents dans Comportement bizarre de mon vim.]]></description>
		<lastBuildDate>Sun, 04 Oct 2009 19:48:42 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Comportement bizarre de mon vim]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2964944#p2964944</link>
			<description><![CDATA[<p>Je me permet un up…</p>]]></description>
			<author><![CDATA[dummy@example.com (Shrat)]]></author>
			<pubDate>Sun, 04 Oct 2009 19:48:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2964944#p2964944</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Comportement bizarre de mon vim]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2867720#p2867720</link>
			<description><![CDATA[<p>En fait, ça arrive de manière aléatoire, parfois même sans toucher à rien.</p>]]></description>
			<author><![CDATA[dummy@example.com (Shrat)]]></author>
			<pubDate>Thu, 13 Aug 2009 19:16:57 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2867720#p2867720</guid>
		</item>
		<item>
			<title><![CDATA[Comportement bizarre de mon vim]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2867699#p2867699</link>
			<description><![CDATA[<p>Bonsoir,</p><p>Parfois, lorsque j&#039;appuie sur la lettre k, vim affiche ceci au bas de l&#039;écran :</p><div class="codebox"><pre><code>[1-/home/michael/Math&lt;e9&gt;matiques/boris/boris.tex!]
-- Plus --</code></pre></div><p>J&#039;appuie sur &quot;Entrée&quot; et j&#039;obtiens :</p><div class="codebox"><pre><code>[1-/home/michael/Math&lt;e9&gt;matiques/boris/boris.tex!]

Appuyez sur ENTRÉE ou tapez une commande pour continuer</code></pre></div><p>C&#039;est très embétant et complétement inutile....</p><br /><p>Sauriez-vous comment désactiver cela?</p><p>Je met mon vimrc à toutes fins utiles :</p><div class="codebox"><pre class="vscroll"><code>syntax on
au BufWinLeave * mkview
au BufWinEnter * silent loadview
autocmd BufRead,BufNewFile *.py syntax on 
autocmd BufRead,BufNewFile *.py set ai
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
set mouse=a
set background=dark
set spelllang=fr
set wildmenu
filetype plugin on
set grepprg=grep\ -nH\ $*
filetype indent on
set runtimepath+=/usr/share/vim/addons/
set number
au FileType tex call FT_tex()
autocmd BufRead,BufNewFile *.tex call FT_tex() 
function FT_tex() 
	map _eq i\begin{equation}&lt;CR&gt;&lt;CR&gt;\end{equation}&lt;Up&gt;
	map _pma i\begin{pmatrix}&lt;CR&gt;&lt;CR&gt;\end{pmatrix}&lt;Up&gt;
	map _ens i\left \{  \right \}&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;
	map _fra i\frac{}{}&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;
	map _ite i\begin{itemize}&lt;CR&gt;\item{}&lt;CR&gt;\end{itemize}&lt;Up&gt;&lt;Left&gt;
	map _enu i\begin{enumerate}&lt;CR&gt;\item{}&lt;CR&gt;\end{enumerate}&lt;Up&gt;&lt;Left&gt;
	map _rée i\mathbb{R}
	&quot;syn region MonRepli start=&quot;{&quot; end=&quot;}&quot; transparent fold
	&quot;set foldmethod=syntax
	&quot;set foldmarker=chapter,chapter
	&quot;set foldmethod=marker
	&quot;set foldtext=substitute(getline(v:foldstart),&#039;{.*&#039;,&#039;{...}&#039;,)
	lo
	syn sync fromstart
endfunction
function TabWrapper()
	let col = col(&quot;.&quot;) - 1
	if col &amp;&amp; getline(&quot;.&quot;)[0:col - 1] =~ &#039;[.&gt;a-zA-Z0-0_]&#039;
		return &quot;\&lt;c-n&gt;&quot;
	else
		return &quot;\&lt;tab&gt;&quot;
	end
endfunction
inoremap &lt;expr&gt; &lt;tab&gt; TabWrapper()</code></pre></div><p>Quand je fais un k majuscule, vim me renvoit sur la ligne de commande. J&#039;ai apparement un problème avec mon k.</p>]]></description>
			<author><![CDATA[dummy@example.com (Shrat)]]></author>
			<pubDate>Thu, 13 Aug 2009 19:03:13 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2867699#p2867699</guid>
		</item>
	</channel>
</rss>
