Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dot-emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Del Pino
dot-emacs
Commits
7a73e9fb
Commit
7a73e9fb
authored
Mar 31, 2020
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Corrige la syntaxe de certains raccourcis
parent
dae67070
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tutoriel.org
+4
-4
4 additions, 4 deletions
Tutoriel.org
with
4 additions
and
4 deletions
Tutoriel.org
+
4
−
4
View file @
7a73e9fb
...
...
@@ -512,7 +512,7 @@ apparaît (voir figure [[fig:completion-company]]).
[[file:emacs-company.png]]
Pour compléter le texte, plusieurs possibilités sont offertes :
- l'utilisation de la touche ~
<
TAB
>
~ complète le mot au maximum
- l'utilisation de la touche ~TAB~ complète le mot au maximum
(s'arrêtant après complétion de la partie commune à toutes les
alternatives). On peut alors continuer la saisie en entrant le
caractère suivant, et ainsi de suite.
...
...
@@ -533,7 +533,7 @@ en ~C++~ ou en ~Python~ par exemple, la complétion est contextuelle
(les types et variables accessibles, les fonctions ou fonctions
membres sont proposées). Dans certains cas, la complétion donne accès
à un mode de remplissage interactif des arguments de fonctions. On
passe alors d'un arguments au suivant en tapant ~
<
TAB
>
~ et ~S-
<
TAB
>
~
passe alors d'un arguments au suivant en tapant ~TAB~ et ~S-TAB~
pour revenir en arrière.
* Modes utiles
...
...
@@ -637,8 +637,8 @@ des nouveaux raccourcis très simples.
| Raccourci ~Magit~ | Description |
|-------------------+---------------------------------------------------------|
| ~h~ | Affiche l'aide en ligne |
| ~
<
TAB
>
~ | (dé)plie la zone du curseur |
| ~
<
RET
>
~ | Affiche la zone du curseur |
| ~TAB~ | (dé)plie la zone du curseur |
| ~RET~ | Affiche la zone du curseur |
| ~g~ | Rafraîchit le /buffer/ |
| ~s~ | /Stage/ des modifications (=git add=) |
| ~u~ | /Unstage/ des modifications |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment