feat(nano): preserve current indentation for newlines (#83)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/83
This commit is contained in:
Victor Westerlund 2025-12-21 11:55:19 +01:00
parent efb5aa0fac
commit efd96e9231

View file

@ -3,3 +3,6 @@ bind ^Z suspend main
# Set tabsize
set tabsize 3
# Preserve current indentaion for newlines
set autoindent