Files
notes/nano.md
2022-05-07 22:12:11 +03:00

14 lines
553 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### nano
**показать/скрыть номера строк**
в латинской раскладке **Alt + Shift + 3**
**номера строк отображаются по умолчанию**
в домашней папке пользователя создать/отредактировать файл **.nanorc**, добавить
```
set linenumbers
```
**переход к определенной строке**
Alt + G
_работает не во всех эмуляторах терминала (Gnome connection manager)_