dotfiles/.nanorc

11 lines
185 B
Text

# Use the old Ctrl+Z keybind to exit
bind ^Z suspend main
# Set tabsize
set tabsize 3
# Preserve current indentaion for newlines
set autoindent
# Enable nano mouse support
set mouse