mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-12 05:45:59 +01:00
8 lines
146 B
Text
8 lines
146 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
|