-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9469c0
commit e6a3d81
Showing
2 changed files
with
81 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: El Mejor editor de Código desde Terminal | ||
video_number: 88 | ||
date: 2025-1-17 | ||
video_id: Lp-CZyyobAs | ||
tags: | ||
- linux | ||
- terminal | ||
|
||
topics: | ||
- title: Inicio | ||
time: "00:00" | ||
- title: El Problema con Nano | ||
time: "00:27" | ||
- title: Editor codigo Micro | ||
time: "01:59" | ||
- title: Abir con Micro | ||
time: "02:59" | ||
- title: Ayuda de micro | ||
time: "03:48" | ||
- title: combinaciones de teclado de micro | ||
time: "04:15" | ||
- title: goto y jump en Micro | ||
time: "04:34" | ||
- title: Dividir la Editor en Micro | ||
time: "05:48" | ||
- title: Configurar scrool en micro | ||
time: "07:33" | ||
- title: Archivo de configuracion micro | ||
time: "08:10" | ||
- title: Cambiar Tema Micro | ||
time: "09:04" | ||
- title: plugins de Micro | ||
time: "10:12" | ||
- title: Plugin de Ortografia en Micro | ||
time: "13:03" | ||
|
||
links: | ||
- title: Pagina Micro | ||
url: https://micro-editor.github.io/ | ||
- title: Plugin de Micro | ||
url: https://micro-editor.github.io/plugins.html | ||
- title: plugin de subtitulo | ||
url: https://github.com/priner/micro-aspell-plugin | ||
- title: problema con multiples lenguajes | ||
url: https://github.com/priner/micro-aspell-plugin/issues/7 | ||
- title: como se soluciono el problema | ||
url: https://unix.stackexchange.com/questions/341714/use-multi-language-dictionary-with-aspell | ||
|
||
colaboradores: | ||
- title: Editor | ||
colaborador: ingjuan | ||
- title: Camarógrafa | ||
colaborador: paty | ||
|
||
miembros: | ||
- title: Maker ESP | ||
items: | ||
- title: EDUARDO MARCELO PALACIOS | ||
- title: Maker Uno | ||
items: | ||
- title: Ricardo POnce | ||
- title: Mauricio Miramont | ||
- title: Carlos Jiménez | ||
- title: Nippur Nestor | ||
- title: federicoymarta garcia garcia | ||
- title: Fernando Armada | ||
- title: Waldo Ratti | ||
- title: Claudio Bloise | ||
- title: Lolailo Aviles Arroyo | ||
|
||
actualizado: true | ||
--- | ||
|
||
Una gran opción para programar desde la terminal | ||
|
||
sudo apt install micro |