Changes between Version 11 and Version 12 of en/HowToCodeInTerminal
- Timestamp:
- May 16, 2025, 1:58:48 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/HowToCodeInTerminal
v11 v12 14 14 [https://missing.csail.mit.edu/2020/editors/#vim MIT course VIM intro] 15 15 for an initial engagement with `vim`. When you start `vim source.py`, you 16 should press `i` to edit the text and `Esc`, `:w q<Enter>` to save changes16 should press `i` to edit the text and `Esc`, `:w<Enter>` to save changes 17 17 or `:q!<Enter>` to discard changes. 18 18 * when developing a program, e.g. in Python, we suggest to **work in