mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 07:18:29 +01:00
Remove keybindings help. Add some command line options
This commit is contained in:
parent
670db7af07
commit
7a75297ca5
1 changed files with 5 additions and 5 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
- Start nano in terminal with {filename}
|
||||
|
||||
`nano {filename}`
|
||||
`nano {{filename}}`
|
||||
|
||||
- Save and then exit nano
|
||||
- Enable smooth scrolling.
|
||||
|
||||
`ctrl-x`
|
||||
`nano -S {{filename}}`
|
||||
|
||||
- Save file without exitting
|
||||
- Indent new lines to the previous lines' indentation
|
||||
|
||||
`ctrl-o`
|
||||
`nano -i {{filename}}`
|
||||
|
|
Loading…
Reference in a new issue