mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
6 lines
380 B
VimL
6 lines
380 B
VimL
set backspace=indent,eol,start " Make the backspace key act like I'm used to
|
|
set history=32 " Keep 32 lines of command line history
|
|
set nocompatible " Disable Vi-like behaviour
|
|
set ruler " Show the cursor position all the time
|
|
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
|