{"id":19479,"date":"2025-07-30T14:03:04","date_gmt":"2025-07-30T12:03:04","guid":{"rendered":"https:\/\/linux-bibel.at\/?p=19479"},"modified":"2025-07-30T14:10:36","modified_gmt":"2025-07-30T12:10:36","slug":"microsoft-edit-texteditor-fuer-das-linux-terminal","status":"publish","type":"post","link":"https:\/\/linux-bibel.at\/index.php\/2025\/07\/30\/microsoft-edit-texteditor-fuer-das-linux-terminal\/","title":{"rendered":"Microsoft Edit &#8211; Texteditor f\u00fcr das Linux-Terminal"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Inspirit vom fr\u00fcheren DOS-Programm Edit ist von Microsoft ein Texteditor f\u00fcr das Linux-Terminal erschienen. Es stellt ein einfaches Interface mit \u00e4hnlichen Funktionen von Visual Studio Code und dessen Tastenkombinationen bereit.<br><strong>Microsoft Edit<\/strong> ist ein relativ komfortabler Editor f\u00fcr die Linux-Shell &#8211; eine Alternative zu Nano oder Vim.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_01.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" width=\"907\" height=\"580\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_01.png\" alt=\"\" class=\"wp-image-19482\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_01.png 907w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_01-150x96.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_01-300x192.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_01-768x491.png 768w\" sizes=\"auto, (max-width: 907px) 100vw, 907px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I. Vorbereitung &#8211; Ben\u00f6tigte Tools installieren<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr das Entpacken von <em>*.zst-Dateien <\/em>bzw<em>.<\/em> <em>*.tar-Dateien<\/em> sind nachfolgende Tools erforderlich, die evtl. vorab installiert werden m\u00fcssen. Das Beispiel bezieht sich auf Debian, bzw. auf darauf basierende Distributionen. \u00d6ffnen Sie dazu ein Terminal und f\u00fcgen folgenden Befehl ein:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install zstd tar<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II. Aktuelles Release von github herunterladen<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/github.com\/microsoft\/edit\/releases\/download\/v1.2.0\/edit-1.2.0-x86_64-linux-gnu.tar.zst<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">III. Archive entpacken<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Zum Entpacken der verschachtelten Archiv-Dateien wechseln Sie zun\u00e4chst in den Download-Ordner mit:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>cd Downloads<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Entpacken des *.zst-Archiv mit weiteren Befehl:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>unzstd edit-1.2.0-x86_64-linux-gnu.tar.zst<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Dadurch entsteht das *.tar-Archiv &#8230; <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>edit-1.2.0-x86_64-linux-gnu.tar<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">&#8230; Welches wiederum mit dem Befehl:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>tar -xf edit-1.2.0-x86_64-linux-gnu.tar<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">entpackt wird.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">IV. Entpackte Datei ausf\u00fchrbar machen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wir bleiben im weiter ge\u00f6ffneten Terminal und setzen nun die erforderlichen Ausf\u00fchrungsrechte mit:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>chmod +x edit<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">V. Editor System-weit zur Verf\u00fcgung stellen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit abschlie\u00dfenden Befehl:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo mv edit \/usr\/local\/bin\/edit<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">&#8230; wird der Microsoft Editor System-weit verf\u00fcgbar. Schlie\u00dfen Sie das Terminal.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">VI. Editor starten<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6ffnen Sie ein Terminal und tippen einfach:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>edit<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">&#8230; ein. Sie k\u00f6nnen nun den Editor verwenden.<br>Ohne Dateinamen \u00f6ffnet sich ein leeres Dokument, mit Dateinamen wird die Datei direkt geladen.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_02.png\" rel=\"lightbox-1\"><img loading=\"lazy\" decoding=\"async\" width=\"907\" height=\"580\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_02.png\" alt=\"\" class=\"wp-image-19487\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_02.png 907w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_02-150x96.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_02-300x192.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_02-768x491.png 768w\" sizes=\"auto, (max-width: 907px) 100vw, 907px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Die Men\u00fcleiste und viele Funktionen sind auch mit der Maus bedienbar, sofern das verwendete Terminal dies unterst\u00fctzt. Hotkeys werden im Men\u00fc unterstrichen angezeigt.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_05.png\" rel=\"lightbox-2\"><img loading=\"lazy\" decoding=\"async\" width=\"907\" height=\"580\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_05.png\" alt=\"\" class=\"wp-image-19491\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_05.png 907w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_05-150x96.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_05-300x192.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_05-768x491.png 768w\" sizes=\"auto, (max-width: 907px) 100vw, 907px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">VII. Anwendungsbeispiel<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Um die APT-<a href=\"https:\/\/linux-bibel.at\/index.php\/enzyklopaedie\/pakete\/\">Paket<\/a>quellen von Debian (im neuen Deb822-Format) mit Microsoft Edit aufzurufen und evtl. zu bearbeiten, geben Sie folgenden Befehl in ein Terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo edit \/etc\/apt\/sources.list.d\/debian.sources<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Die APT-<a href=\"https:\/\/linux-bibel.at\/index.php\/enzyklopaedie\/pakete\/\">Paket<\/a>quellen werden nun im Editor aufgef\u00fchrt&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_03.png\" rel=\"lightbox-3\"><img loading=\"lazy\" decoding=\"async\" width=\"907\" height=\"580\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_03.png\" alt=\"\" class=\"wp-image-19489\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_03.png 907w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_03-150x96.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_03-300x192.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_03-768x491.png 768w\" sizes=\"auto, (max-width: 907px) 100vw, 907px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">VIII. Wichtige Tastenk\u00fcrzel<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_04.png\" rel=\"lightbox-4\"><img loading=\"lazy\" decoding=\"async\" width=\"379\" height=\"393\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_04.png\" alt=\"\" class=\"wp-image-19493\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_04.png 379w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_04-145x150.png 145w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/07\/editor_04-289x300.png 289w\" sizes=\"auto, (max-width: 379px) 100vw, 379px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Um im Terminal anschlie\u00dfend weiter zu arbeiten, beenden Sie den Editor mit der Tastenkombination [Strg+Q].<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">IX. Fazit<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Edit bietet eine intuitive, moderne Bedienung im Terminal und ist besonders f\u00fcr Nutzer interessant, die einen unkomplizierten Editor suchen. Alle wichtigen Funktionen sind direkt \u00fcber Tastenk\u00fcrzel erreichbar &#8211; die Bedienung ist auch f\u00fcr Einsteiger leicht verst\u00e4ndlich.<br>Erw\u00e4hnenswert w\u00e4re hier noch die parallele Bearbeitung mehrerer Dateien gleichzeitig in Tabs &#8211; zu denen bei Bedarf gewechselt werden kann. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Titelbild: <a href=\"http:\/\/www.freepik.com\">Designed by Freepik<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<div class=\"pld-like-dislike-wrap pld-custom\">\r\n    <div class=\"pld-like-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-like-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir\" data-post-id=\"19479\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Hoch.png\" alt=\"Gef\u00e4llt mir\" \/>\r\n            <\/a>\r\n    <span class=\"pld-like-count-wrap pld-count-wrap\">12    <\/span>\r\n<\/div><div class=\"pld-dislike-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-dislike-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir nicht\" data-post-id=\"19479\" data-trigger-type=\"dislike\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Runter.png\" alt=\"Gef\u00e4llt mir nicht\" \/>\r\n            <\/a>\r\n    <span class=\"pld-dislike-count-wrap pld-count-wrap\"><\/span>\r\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Inspirit vom fr\u00fcheren DOS-Programm Edit ist von Microsoft ein Texteditor f\u00fcr das Linux-Terminal erschienen. Es stellt ein einfaches Interface mit \u00e4hnlichen Funktionen von Visual Studio Code und dessen Tastenkombinationen bereit.Microsoft Edit ist ein relativ komfortabler Editor f\u00fcr die Linux-Shell &#8211; eine Alternative zu Nano oder Vim. I. Vorbereitung &#8211; Ben\u00f6tigte Tools installieren F\u00fcr das Entpacken [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":19480,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,102],"tags":[1352,7,6,1351],"class_list":["post-19479","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-system","category-tipps-system","tag-microsoft-edit","tag-shell","tag-terminal","tag-texteditor"],"_links":{"self":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/comments?post=19479"}],"version-history":[{"count":13,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19479\/revisions"}],"predecessor-version":[{"id":19529,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19479\/revisions\/19529"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media\/19480"}],"wp:attachment":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media?parent=19479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/categories?post=19479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/tags?post=19479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}