diff options
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.nanorc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/%HOME%/.nanorc b/%HOME%/.nanorc index 57c2c06..56c8f2a 100644 --- a/%HOME%/.nanorc +++ b/%HOME%/.nanorc @@ -1,8 +1,7 @@ set autoindent -#set const -set morespace -#set nohelp +# Show cursor coordinates at all times. +set constantshow +set linenumbers set nowrap set tabsize 4 set tabstospaces -set smooth |