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 — Предыдущая команда (Стрелка вверх) | 
  
    
      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
    
  
  
    
  | // Перезапишите параметры, поместив их в файл параметров. | |
| // Наиболее часто используемые настройки см. по адресу http://go.microsoft.com/fwlink/?LinkId=808995. | |
| { | |
| // Редактор | |
| // Определяет семейство шрифтов. | |
| "editor.fontFamily": "Consolas, 'Courier New', monospace", | |
| // Управляет насыщенностью шрифта. |