dotfiles/.nanorc

12 lines
460 B
Plaintext

set autoindent # Automatic indent
set backup # Create backup files
set backupdir "~/.nano/backup" # Backup directory
set constantshow # Cursor position in statusbar
set indicator # Should display a scrollbar, but probably deprecated?
set linenumbers # Display line nunberd
set mouse # Mouse support
set noconvert # Don't convert DOS/Mac format automatically
set multibuffer # Multifile support
include ~/.nano/syntax/*.nanorc # Styles from a third party repo