<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Vim_unter_Windows</id>
	<title>Vim unter Windows - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Vim_unter_Windows"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Vim_unter_Windows&amp;action=history"/>
	<updated>2026-05-15T06:43:08Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Vim_unter_Windows&amp;diff=64845&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „= Vim Installation auf Windows-Server =  == Einführung == * Windows bringt standardmäßig keinen nativen Konsolen-Editor wie nano oder vim mit. * Für die Be…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Vim_unter_Windows&amp;diff=64845&amp;oldid=prev"/>
		<updated>2025-09-25T08:38:04Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „= Vim Installation auf Windows-Server =  == Einführung == * Windows bringt standardmäßig keinen nativen Konsolen-Editor wie nano oder vim mit. * Für die Be…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Vim Installation auf Windows-Server =&lt;br /&gt;
&lt;br /&gt;
== Einführung ==&lt;br /&gt;
* Windows bringt standardmäßig keinen nativen Konsolen-Editor wie nano oder vim mit.&lt;br /&gt;
* Für die Bearbeitung von Konfigurationsdateien über SSH ist ein textbasierter Editor sinnvoll.&lt;br /&gt;
* Diese Anleitung zeigt die Installation von Vim in einer reinen Konsolenumgebung.&lt;br /&gt;
&lt;br /&gt;
== Download und Installation ==&lt;br /&gt;
* Aktuelle Vim-Binaries herunterladen:&lt;br /&gt;
 Invoke-WebRequest https://github.com/vim/vim-win32-installer/releases/download/v9.1.0652/gvim_9.1.0652_x64.zip -OutFile C:\vim.zip&lt;br /&gt;
&lt;br /&gt;
* Archiv entpacken:&lt;br /&gt;
 Expand-Archive C:\vim.zip -DestinationPath C:\vim&lt;br /&gt;
&lt;br /&gt;
* Verzeichnis prüfen:&lt;br /&gt;
 dir C:\vim&lt;br /&gt;
&lt;br /&gt;
== Pfad hinzufügen ==&lt;br /&gt;
* Damit Vim ohne Pfadangabe startbar ist, den Ordner zum PATH hinzufügen:&lt;br /&gt;
 setx PATH &amp;quot;$($env:PATH);C:\vim\vim91&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Hinweis: Die PATH-Änderung wird erst in einer neuen PowerShell-/SSH-Sitzung aktiv.&lt;br /&gt;
&lt;br /&gt;
== Start von Vim ==&lt;br /&gt;
* Datei mit Vim öffnen:&lt;br /&gt;
 vim C:\php\php.ini&lt;br /&gt;
&lt;br /&gt;
* Falls der Befehl noch nicht funktioniert, direkt über Pfad aufrufen:&lt;br /&gt;
 C:\vim\vim91\vim.exe C:\php\php.ini&lt;br /&gt;
&lt;br /&gt;
== Alias einrichten ==&lt;br /&gt;
* Optional kann ein Alias gesetzt werden:&lt;br /&gt;
 Set-Alias vim &amp;quot;C:\vim\vim91\vim.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Dauerhaft im PowerShell-Profil:&lt;br /&gt;
 notepad $PROFILE&lt;br /&gt;
&lt;br /&gt;
* Folgende Zeile einfügen:&lt;br /&gt;
 Set-Alias vim &amp;quot;C:\vim\vim91\vim.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Nutzung ==&lt;br /&gt;
* Vim funktioniert auf Windows wie auf Linux.&lt;br /&gt;
* Grundbefehle:&lt;br /&gt;
 ** :w   → Speichern&lt;br /&gt;
 ** :q   → Beenden&lt;br /&gt;
 ** :wq  → Speichern und Beenden&lt;br /&gt;
 ** i    → Insert-Mode (Bearbeiten)&lt;br /&gt;
 ** ESC  → Zurück in den Befehlsmodus&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>