-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemacs_commands.json
More file actions
201 lines (200 loc) · 6 KB
/
emacs_commands.json
File metadata and controls
201 lines (200 loc) · 6 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
{
"words": [
{
"word": "start",
"title": "Start emacs",
"meaning": "Start emacs",
"usage": "emacs",
"usage_more": ""
},
{
"word": "start emacs",
"title": "Start emacs",
"meaning": "Start emacs",
"usage": "emacs",
"usage_more": ""
},
{
"word": "save",
"title": "Save a file",
"meaning": "Save the current file.",
"usage": "C-x C-s",
"usage_more": ""
},
{
"word": "save file",
"title": "Save a file",
"meaning": "Save the current file.",
"usage": "C-x C-s",
"usage_more": ""
},
{
"word": "save file as",
"title": "Save a file as",
"meaning": "Save the current file as.",
"usage": "C-w C-w",
"usage_more": ""
},
{
"word": "search forward",
"title": "Search forward",
"meaning": "Search forward.",
"usage": "C-s",
"usage_more": ""
},
{
"word": "forward",
"title": "Search forward",
"meaning": "Search forward.",
"usage": "C-s",
"usage_more": ""
},
{
"word": "leaving emacs",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "leaving",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "leave",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "leave emacs",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "quitting emacs",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "quitting",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "quit emacs",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "quit",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "exiting emacs",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "exiting",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "exit emacs",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "exit",
"title": "Leaving/Quitting/Exiting emacs",
"meaning": "To exit/quit emacs",
"usage": "C-x C-c - exit emacs \nC-z - suspend emacs in the terminal (iconify emacs)",
"usage_more": ""
},
{
"word": "buffer",
"title": "Buffer",
"meaning": "A buffer is an area of memory used to store the text of a file being edited. \nWhen you open a file in Emacs, a buffer is created to hold the contents of the file.",
"usage": "C-x b - allows you to switch between buffer and displays a list of all open buffers, also allowing you to select the one to switch to.",
"usage_more": ""
},
{
"word": "cut",
"title": "Cut",
"meaning": "To cut a file.",
"usage": "# C-w - to cut a file.\n# C-a C-k - to cut an entire line.",
"usage_more": ""
},
{
"word": "copy",
"title": "Copy",
"meaning": "To copy a file.",
"usage": "M-w",
"usage_more": ""
},
{
"word": "paste",
"title": "Paste",
"meaning": "To paste a file.",
"usage": "C-y",
"usage_more": ""
},
{
"word": "paste",
"title": "Paste",
"meaning": "To paste a file.",
"usage": "C-y",
"usage_more": ""
},
{
"word": "undo",
"title": "Undo",
"meaning": "To undo an action.",
"usage": "C-/",
"usage_more": ""
},
{
"word": "redo",
"title": "Redo",
"meaning": "To redo an action.",
"usage": "C-g",
"usage_more": ""
},
{
"word": "quit and save",
"title": "Quit and Save",
"meaning": "This will save all unsaved changes and then quit the program.",
"usage": "M-x save-buffers-kill-emacs",
"usage_more": ""
},
{
"word": "open",
"title": "Open a file",
"meaning": "To open a file.",
"usage": "C-x C-f",
"usage_more": ""
}
]
}