mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-01 00:54:51 +01:00
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
set autoindent # indent a newly created lines
|
|
set tabsize 4
|
|
|
|
set softwrap # wrap lines
|
|
set atblanks # wrap at empty positions (e.g. space, tabs)
|
|
|
|
set linenumbers # show line numbers at the left side
|
|
set numbercolor #9d5,#111
|
|
|
|
set indicator # display a "scrollbar" on the right side
|
|
set scrollercolor #9d5,#111
|
|
|
|
set functioncolor #9d5,#111
|
|
set mouse # enable mouse support
|
|
set smarthome # 'Home' key position the cursor smarter
|