.dotfiles/nanorc

16 lines
427 B
Plaintext
Raw Permalink Normal View History

2023-02-25 15:03:22 +01:00
set autoindent # indent a newly created lines
2023-02-17 14:49:20 +01:00
set tabsize 4
2023-02-25 15:03:22 +01:00
set softwrap # wrap lines
set atblanks # wrap at empty positions (e.g. space, tabs)
2023-02-17 14:49:20 +01:00
2023-02-25 15:03:22 +01:00
set linenumbers # show line numbers at the left side
2023-02-17 14:49:20 +01:00
set numbercolor #9d5,#111
2023-02-25 15:03:22 +01:00
set indicator # display a "scrollbar" on the right side
set scrollercolor #9d5,#111
2023-02-17 14:49:20 +01:00
set functioncolor #9d5,#111
2023-02-25 15:03:22 +01:00
set mouse # enable mouse support
set smarthome # 'Home' key position the cursor smarter