dotfiles/config/nanorc/config/termux

16 lines
335 B
Plaintext

# import package defaults first
include /data/data/com.termux/files/usr/share/nano/*
# then import ours
include /data/data/com.termux/files/home/.dotfiles/nanorc/highlighting/*.nanorc
# enable soft wrapping
set softwrap
# switch between buffers
# to switch, use Alt+, and Alt+.
set multibuffer
# also enable suspension
set suspend