blob: d744cfed8a8b4e7b13efa8276dee748e35e26083 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001set showcmd " show (partial) command in status line
2set showmatch " show matching brackets
3set incsearch " incremental search
4"set autowrite " automatically save before commands like :next and :make
5set nocompatible " use vim defaults instead of 100% vi compatibility
6set backspace=indent,eol,start " more powerful backspacing
7set autoindent " always set autoindenting on
8set linebreak " don't wrap words by default
9set textwidth=0 " don't wrap lines by default
10set ruler " show the cursor position all the time
11
12set backupskip+=/etc/crontabs.* " fix crontab -e