blob: 34f299270a848cd8e50eaad97cffd456829ef321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="gedit-save-file">
<info>
<link type="guide" xref="gedit-files-basic" group="third"/>
<desc>Save your file to work on it later.</desc>
<revision pkgversion="3.8" date="2013-02-24" status="review"/>
<revision pkgversion="3.12" date="2014-02-13" status="review"/>
<revision pkgversion="3.22" date="2014-02-13" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
<email>jcampbell@gnome.org</email>
</credit>
<credit type="editor">
<name>Sindhu S</name>
<email>sindhus@live.in</email>
</credit>
<credit type="editor">
<name>Shobha Tyagi</name>
<email its:translate="no">tyagishobha@gmail.com</email>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Save a file</title>
<p>To save a file in <app>gedit</app>, click on the
<gui style="button">Save</gui> button on the right side of the header bar or
just press <keyseq><key>Ctrl</key><key>S</key></keyseq>.</p>
<p>If you are saving a new file, a dialog will appear, and you can select a
name for the file, as well as the directory where you would like the file to
be saved.</p>
</page>
|