0
0
mirror of https://github.com/openwrt/packages.git synced 2025-08-05 20:41:47 +00:00
Files
packages/utils/nano/files/nanorc
Hannu Nyman 6a51794638 nano: provide nano-full with most features enabled
Provide a new variant, nano-full, that enables almost
all functionality of nano. Only libmagic file type detection
has been left out.

Ship with a minimal /etc/nanorc that the user can modify.
nanorc documentation at
https://www.nano-editor.org/dist/latest/nanorc.5.html

Provide color highlighting for the uci config files.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-03-22 18:10:35 +02:00

9 lines
229 B
Plaintext

## General Settings ##
set multibuffer # Open multiple files
set linenumbers # show line numbers Alt+N to toggle
## Syntax highlighting ##
include /usr/share/nano/*.nanorc
include /usr/share/nano/extra/*.nanorc