You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tools/Editors/README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@
3
3
>[!IMPORTANT]
4
4
> It is important to have all parts of your code accessible and to be able to just type ONE COMMAND to build and upload your CODE.
5
5
6
-
Syntax highlighting is standard for Python / C / C++ / MAkefiles.
6
+
Syntax highlighting is standard for Python / C / C++ / Makefiles.
7
7
8
8
## Software
9
9
10
10
### ViM (Vi Improved)
11
-
Once you have understood the modal behaviour of ViM and memorized a few usefull commands, it's probably the one where you stay closest to your project.
12
-
This is the one I use (for many years now).\
13
-
ViM has plugins and many useful features. One of my favourite features is completion of filenames (Cx-Cf) and of words already in your file (Cx-Cn).\
14
-
The absolte killer is typing shell commands directly. And the one thing you will defiantely miss in mosr editors, is the modeline, indicating obtions your text-file wants/needs.\
15
-
Example for Makefiles:
16
-
`#vim: noexpandtab: ts=8: softtabstop=8 `
11
+
Once you have understood the _modal_ behaviour of ViM and memorized a few usefull commands, it's probably the one where you stay _closest to your project_.
12
+
This is the one I use (for many years now).
13
+
14
+
>[!TIP]
15
+
> The Tutorial comes with the packge and is available through the `vimtutor` command.\
16
+
> ViM has plugins and many useful features. One of my favourite features is completion of filenames (Cx-Cf) and of words already in your file (Cx-Cn).\
17
+
> The absolute killer is typing shell commands directly. And the one thing you will definately miss in most editors, is the **modeline**, indicating options your text-file wants/needs.\
18
+
> Example for Makefiles:
19
+
> `#vim: noexpandtab: ts=8: softtabstop=8 `
17
20
18
21
### KATE (Advanced Text Editor)
19
22
For people who want buttons or might be scared of making errors in a terminal.\
0 commit comments