modif readme aide + aide en anglais
This commit is contained in:
parent
57c85afbf6
commit
d3b9665df0
|
@ -106,6 +106,7 @@ Finally you can run vimscode with this alias :
|
|||
vimscode -e "file" # for ESP ide
|
||||
vimscode -a "file" # for Arduino ide
|
||||
vimscode -p "file" # for platform.io ide
|
||||
vimscode # help vimscode
|
||||
```
|
||||
|
||||
If you want change theme of vimscode, you can just change this line :
|
||||
|
|
|
@ -1,82 +0,0 @@
|
|||
VIM - Vi IMproved 8.2 (2019 Dec 12, compilé Oct 01 2021 01:51:08)
|
||||
|
||||
Utilisation : vim [args] [fichier ...] ouvrir le ou les fichiers spécifiés
|
||||
ou : vim [args] - lire le texte à partir de stdin
|
||||
ou : vim [args] -t marqueur ouvrir le fichier qui contient le marqueur
|
||||
ou : vim [args] -q [fichErr] ouvrir à l'endroit de la première erreur
|
||||
|
||||
Arguments VimsCode:
|
||||
|
||||
-a Lance VimsCode avec l'aide arduino
|
||||
-e Lance VimsCode avec l'aide esp32
|
||||
-p Lance VimsCode avec l'aide platform.io
|
||||
|
||||
Arguments Vim:
|
||||
-- Seuls des noms de fichier sont spécifiés après ceci
|
||||
-g Lancer l'interface graphique (comme "gvim")
|
||||
-f, --nofork Premier-plan : ne pas détacher l'interface graphique du terminal
|
||||
-v Mode Vi (comme "vi")
|
||||
-e Mode Ex (comme "ex")
|
||||
-E Mode Ex amélioré
|
||||
-s Mode silencieux (batch) (seulement pour "ex")
|
||||
-d Mode diff (comme "vimdiff")
|
||||
-y Mode facile (comme "evim", vim sans modes)
|
||||
-R Mode lecture seule (comme "view")
|
||||
-Z Mode restreint (comme "rvim")
|
||||
-m Interdire l'enregistrement des fichiers
|
||||
-M Interdire toute modification de texte
|
||||
-b Mode binaire
|
||||
-l Mode lisp
|
||||
-C Compatible avec Vi : 'compatible'
|
||||
-N Pas totalement compatible avec Vi : 'nocompatible'
|
||||
-V[N][<fichier>] Mode verbeux [niveau N] [dans <fichier>]
|
||||
-D Mode débogage
|
||||
-n Ne pas utiliser de fichier d'échange, seulement la mémoire
|
||||
-r Lister les fichiers d'échange et quitter
|
||||
-r <fichier> Récupérer une session plantée
|
||||
-L Comme -r
|
||||
-A Démarrer en mode arabe
|
||||
-H Démarrer en mode hébreu
|
||||
-T <term> Régler le type du terminal sur <terminal>
|
||||
--no-a-term Aucun avertissement si l'entrée/sortie n'est pas un terminal
|
||||
--ttyfail Quitte si l'entrée ou la sortie ne sont pas un terminal
|
||||
-u <vimrc> Utiliser <vimrc> au lieu du vimrc habituel
|
||||
-U <gvimrc> Utiliser <gvimrc> au lieu du gvimrc habituel
|
||||
--noplugin Ne charger aucun greffon
|
||||
-p[N] Ouvrir N onglets (défaut : un pour chaque fichier)
|
||||
-o[N] Ouvrir N fenêtres (défaut : une pour chaque fichier)
|
||||
-O[N] Comme -o, mais partager verticalement
|
||||
+ Ouvrir à la fin du fichier
|
||||
+<numL> Ouvrir le fichier à la ligne <numL>
|
||||
--cmd <cmde> Exécuter <commande> avant de charger les fichiers vimrc
|
||||
-c <cmde> Exécuter <commande> une fois le 1er fichier chargé
|
||||
-S <session> Sourcer le fichier <session> une fois le 1er fichier chargé
|
||||
-s <src> Lire les commandes du mode Normal à partir du fichier <src>
|
||||
-w <dest> Ajouter toutes les commandes tapées dans le fichier <dest>
|
||||
-W <dest> Écrire toutes les commandes tapées dans le fichier <dest>
|
||||
-x Éditer des fichiers chiffrés
|
||||
-X Ne pas se connecter à un serveur X
|
||||
--remote <fich> Éditer les <fichiers> dans un serveur Vim si possible
|
||||
--remote-silent ... Pareil, mais pas d'erreur s'il n'y a aucun serveur
|
||||
--remote-wait <fich> Comme --remote mais ne quitter qu'à la fin de l'édition
|
||||
--remote-wait-silent Pareil, mais pas d'erreur s'il n'y a aucun serveur
|
||||
--remote-tab[-wait][-silent] <fich> Comme --remote mais ouvrir un onglet pour chaque fichier
|
||||
--remote-send <tche> Envoyer <touches> à un serveur Vim puis quitter
|
||||
--remote-expr <expr> Évaluer <expr> dans un serveur Vim, afficher le résultat
|
||||
--serverlist Lister les noms des serveurs Vim disponibles et quitter
|
||||
--servername <nom> Envoyer au/devenir le serveur Vim nommé <nom>
|
||||
--startuptime <fich> Écrire les messages d'horodatage au démarrage dans <fich>
|
||||
-i <viminfo> Utiliser <viminfo> au lieu du viminfo habituel
|
||||
--clean 'nocompatible', réglages par défaut, aucun greffon ni viminfo
|
||||
-h ou --help Afficher l'aide (ce message) puis quitter
|
||||
--version Afficher les informations de version et quitter
|
||||
|
||||
Arguments reconnus par gvim (version GTK+) :
|
||||
-font <fonte> Utiliser <fonte> pour le texte normal (abrv : -fn)
|
||||
-geometry <géom> Utiliser cette <géométrie> initiale (abrv : -geom)
|
||||
-reverse Utiliser la vidéo inverse (abrv : -rv)
|
||||
-display <display> Lancer Vim sur ce <display> (également : --display)
|
||||
--role <rôle> Donner un rôle pour identifier la fenêtre principale
|
||||
--socketid <xid> Ouvrir Vim dans un autre widget GTK
|
||||
--echo-wid Gvim affiche l'ID de la fenêtre sur stdout
|
||||
|
73
vim-conf/help/help-vimscode
Normal file
73
vim-conf/help/help-vimscode
Normal file
|
@ -0,0 +1,73 @@
|
|||
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Oct 01 2021 01:51:08)
|
||||
|
||||
Use: vim [args] [file ...] open the specified file(s)
|
||||
or: vim [args] - read the text from stdin
|
||||
or: vim [args] -t marker open the file that contains the marker
|
||||
or: vim [args] -q [fichErr] open at the place of the first error
|
||||
|
||||
VimsCode Arguments:
|
||||
|
||||
-a Load VimsCode with arduino help
|
||||
-e Load VimsCode with esp32 help
|
||||
-p Load VimsCode with platform.io help
|
||||
|
||||
Vim Arguments:
|
||||
-- Only file names are specified after this
|
||||
-g Launch the graphical interface (like "gvim")
|
||||
-f, --nofork Foreground: do not detach the GUI from the terminal
|
||||
-v Mode Vi (as "vi")
|
||||
-e Ex Mode (as "ex")
|
||||
-E Enhanced Ex Mode
|
||||
-s Silent mode (batch) (only for "ex")
|
||||
-d diff mode (like "vimdiff")
|
||||
-y Easy mode (like "evim", vim without modes)
|
||||
-R Read-only mode (like "view")
|
||||
-Z Restricted mode (like "rvim")
|
||||
-m Prohibit registration of files
|
||||
-M Prohibit any text changes
|
||||
-b Binary mode
|
||||
-l Mode lisp
|
||||
-C Compatible with Vi: 'compatible'
|
||||
-N Not fully compatible with Vi: 'nocompatible'
|
||||
-V[N][<file>] Verbose mode [N level] [in <file>]
|
||||
-D Debug mode
|
||||
-n Do not use an exchange file, only memory
|
||||
-r List exchange files and exit
|
||||
-r <file> Recover a crashed session
|
||||
-L Like -r
|
||||
-Start in Arabic mode
|
||||
-H Start in Hebrew mode
|
||||
-T <term> Set terminal type to <terminal>
|
||||
--no-a-term No warning if input/output is not a terminal
|
||||
--ttyfail Quit if the input or output is not a terminal
|
||||
-u <vimrc> Use <vimrc> instead of the usual vimrc
|
||||
-U <gvimrc> Use <gvimrc> instead of usual gvimrc
|
||||
--noplugin Do not load any graft
|
||||
-p[N] Open N tabs (default: one for each file)
|
||||
-o[N] Open N windows (default: one for each file)
|
||||
-Y[N] Like -o but split vertically
|
||||
+ Open at the end of the file
|
||||
+<numL> Open the file to the <numL> line
|
||||
--cmd <cmde> Run <command> before loading vimrc files
|
||||
-c <cmde> Run <command> after the 1st file is loaded
|
||||
-S <session> Source the <session> file after the 1st file is loaded
|
||||
-s <src> Read the Normal mode commands from the <src> file
|
||||
-w <dest> Add all commands typed in the <dest> file
|
||||
-W <dest> Write all commands typed in the <dest> file
|
||||
-x Edit encrypted files
|
||||
-X Do not connect to an X server
|
||||
--remote <fich> Edit <files> in a Vim server if possible
|
||||
--remote-silent ... Same, but no error if no server
|
||||
--remote-wait <fich> Like --remote but do not exit until the edit is complete
|
||||
--remote-wait-silent Same, but no error if no server
|
||||
--remote-tab[-wait][-silent] <fich> Like --remote but open a tab for each file
|
||||
--remote-send <tche> Send <keys> to a Vim server and exit
|
||||
--remote-expr <expr> Evaluate <expr> in a Vim server, display the result
|
||||
--serverlist List available Vim server names and exit
|
||||
--servername <name> Send to/become the Vim server named <name>
|
||||
--startuptime <fich> Write timestamp messages on startup in <fich>
|
||||
-i <viminfo> Use <viminfo> instead of the usual viminfo
|
||||
--clean 'nocompatible', default settings, no graft or viminfo
|
||||
-h or --help Show help (this message) then exit
|
||||
--version View version information and exit
|
||||
|
Loading…
Reference in a new issue