Usage command

This commit is contained in:
2023-04-25 13:11:26 +02:00
parent 6d42ea5343
commit 7c37dd7587

View File

@ -5,4 +5,10 @@
* `set constantshow`: constantly display cursor position * `set constantshow`: constantly display cursor position
* `set tabsize 4`: tab size of 4 columns * `set tabsize 4`: tab size of 4 columns
* `set zap`: allow backspace and delete to erase entire marked region * `set zap`: allow backspace and delete to erase entire marked region
* `set softwrap`: soft line wrapping * `set softwrap`: soft line wrapping
## Usage
```sh
curl https://gitea.paulaumann.com/paul/nanorc/raw/branch/master/.nanorc > ~/.nanorc
```