mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 07:46:02 +02:00
nano: linting
This commit is contained in:
parent
711ec8c660
commit
b185c58fa8
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
> Simple, easy to use editor. An enhanced, free Pico clone.
|
> Simple, easy to use editor. An enhanced, free Pico clone.
|
||||||
|
|
||||||
- Start nano in terminal with {filename}
|
- Start nano in terminal with {filename}:
|
||||||
|
|
||||||
`nano {{filename}}`
|
`nano {{filename}}`
|
||||||
|
|
||||||
- Enable smooth scrolling.
|
- Enable smooth scrolling:
|
||||||
|
|
||||||
`nano -S {{filename}}`
|
`nano -S {{filename}}`
|
||||||
|
|
||||||
- Indent new lines to the previous lines' indentation.
|
- Indent new lines to the previous lines' indentation:
|
||||||
|
|
||||||
`nano -i {{filename}}`
|
`nano -i {{filename}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue