Nano settings

Basic nano settings that I use

Computer Laptop screen

Photo by Luca Bravo on Unsplash

Create a file called nanorc in ~/.config/nano/ folder. Create the folder if it does not exist

Add the following in the file:

set linenumbers
set nowrap
set softwrap
set smooth
set speller "aspell -x -c"
set autoindent
unset morespace
set mouse
set tabsize 4
set wordbounds

Welcome

Welcome to you to my website. Here you will find some of the things about me as well as some of the things that interest me.

Currently, this site is in its infancy, so you might find some things missing here and there. Occasionally, you will find 'lorem ipsum' text. Please don't panic !!. They will be replaced eventually with more (or less) meaningful content.  If you found any irregularities, you can drop me a line at my email address.

Recent Snippets

Nano settings

Basic nano settings that I use

Computer Laptop screen

Photo by Luca Bravo on Unsplash

Create a file called nanorc in ~/.config/nano/ folder. Create the folder if it does not exist

Add the following in the file:

set linenumbers
set nowrap
set softwrap
set smooth
set speller "aspell -x -c"
set autoindent
unset morespace
set mouse
set tabsize 4
set wordbounds