Files
dotfiles/README.md
2023-04-25 13:11:26 +02:00

14 lines
428 B
Markdown

# `.nanorc` configuration file
* `set linenumbers`: show line numbers
* `set autoindent`: automatically indent lines
* `set constantshow`: constantly display cursor position
* `set tabsize 4`: tab size of 4 columns
* `set zap`: allow backspace and delete to erase entire marked region
* `set softwrap`: soft line wrapping
## Usage
```sh
curl https://gitea.paulaumann.com/paul/nanorc/raw/branch/master/.nanorc > ~/.nanorc
```