Generated: Wed, 20 Jan 2021 09:41:50 GMT User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36 Edg/81.0.416.68
Extensions: 23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[handlebars]": { | |
| "editor.formatOnSave": false | |
| }, | |
| "[markdown]": { | |
| "editor.quickSuggestions": { | |
| "comments": "off", | |
| "other": "on", | |
| "strings": "off" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##### Перемещение курсора: | |
| Ctrl + a — переход в начало строки | |
| Ctrl + b — переход на 1 символ назад | |
| Ctrl + c — посылает программе SIGINT. Обычно, прерывает текущее задание | |
| Ctrl + d — удаляет символ под курсором (аналог delete) | |
| Ctrl + e — переход к концу строки | |
| Ctrl + f — переход на 1 символ вперёд | |
| Ctrl + xx — переходит от текущей позиции курса в начало строки и обратно. | |
| Ctrl + p — Предыдущая команда (Стрелка вверх) |