From 560161e18cc494613c302e9efae9dabe7d997691 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 15 May 2025 15:04:16 +0200 Subject: [PATCH] feat(nano): set nano tabsize to 3 --- .nanorc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.nanorc b/.nanorc index 8496fdb..7bc6088 100644 --- a/.nanorc +++ b/.nanorc @@ -1 +1,5 @@ +# Use the old Ctrl+Z keybind to exit bind ^Z suspend main + +# Set tabsize +set tabsize 3