+ Ctrl+R ouvrir un projet/dossier
+ Alt+T popup fichiers récents
+ Ctrl+E Chercher parmis les fichiers du dossier/projet
Ctrl+Maj+S sauvegarder sous (un autre nom)
- Ctrl+R ouvrir un répertoire (espace de travail)
+ + vsc /ou/ vsc /path/to/file.text ( ouvrir dans l'éditeur )
@@ -109,7 +112,9 @@
Navigation fichier
- Alt+O (perso.custo) Afficher le fichier dans le navigateur (new tab) -- macro dans settings
+ Alt+O (perso.script) Afficher le fichier dans le navigateur (new tab) -- macro dans settings
+ + open /ou/ open /path/to/file.text ( navigateur )
+ . . .
Alt+T (perso.custo) Affichage rapide du dernier fichier ouvert (liste)
Alt+Maj+T (perso.custo) Affichage rapide du dernier fichier ouvert (liste)
Ctrl+G Go to line (> numéro de ligne)
diff --git a/public/style.css b/public/style.css
index 3cb94ef..9487ff6 100644
--- a/public/style.css
+++ b/public/style.css
@@ -283,6 +283,7 @@ div.code-toolbar > .toolbar {
font-size: 12px;
} */
+cmd,
code.term,
code.key,
kdb,
@@ -304,6 +305,12 @@ code.term {
background: rgb(237, 221, 221);
color: #000000 !important;
}
+cmd {
+ background: #000;
+ color: #3fff3f !important;
+ font-size: 1em;
+}
+
hr.space {
height: 2rem;
border: 0;
diff --git a/public_0/index.html b/public_0/index.html
deleted file mode 100644
index 140ce98..0000000
--- a/public_0/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
- Plain HTML site using GitLab Pages
-
-
-
-