19
0
Fork 0
wiki/HowtoAtom.md

26 lines
595 B
Markdown
Raw Normal View History

2018-06-11 10:23:05 +02:00
Site officiel : <https://atom.io/>
2018-06-11 10:25:42 +02:00
Documentation : <https://atom.io/docs>
2016-12-29 11:25:39 +01:00
2018-06-11 10:23:05 +02:00
## Installation
2016-12-29 11:25:39 +01:00
2018-06-11 10:23:05 +02:00
Atom est disponible sous forme de paquets Debian, mais il n'y a pas de dépôt disponible. Il faut donc l'installer et le mettre à jour manuellement :
2016-12-29 11:25:39 +01:00
2018-06-11 10:23:05 +02:00
~~~
# wget https://atom.io/download/deb -O /tmp/atom-amd64.deb && dpkg -i /tmp/atom-amd64.deb
~~~
## Astuces
2017-06-27 16:26:57 +02:00
### Raccourcis :
~~~
Crtl+Maj+f : Rechercher un mot clé dans tout le projet.
~~~
2017-06-27 16:26:57 +02:00
### Modifier l'interface
* Cacher/Afficher la barre d'outil :
~~~
shift+ctrl+p puis chercher "menubar" pour sélectionner "Window: Toggle Menu Bar"
~~~