mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
feat(nano): set nano tabsize to 3
This commit is contained in:
parent
6b79c5648c
commit
560161e18c
1 changed files with 4 additions and 0 deletions
4
.nanorc
4
.nanorc
|
@ -1 +1,5 @@
|
||||||
|
# Use the old Ctrl+Z keybind to exit
|
||||||
bind ^Z suspend main
|
bind ^Z suspend main
|
||||||
|
|
||||||
|
# Set tabsize
|
||||||
|
set tabsize 3
|
||||||
|
|
Loading…
Add table
Reference in a new issue