mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
11 lines
185 B
Text
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
|