@username
を付けます 20 | au WinLeave * set nocursorline nocursorcolumn
21 | au WinEnter * set cursorline cursorcolumn
33 | set nofoldenable " disable folding"
34 | set confirm " prompt when existing from an unsaved file
35 | set backspace=indent,eol,start " More powerful backspacing
36 | set t_Co=256 " Explicitly tell vim that the terminal has 256 colors "
37 | set mouse=a " use mouse in all modes
38 | set report=0 " always report number of lines changed "
39 | set nowrap " dont wrap lines
40 | set scrolloff=5 " 5 lines above/below cursor when scrolling
41 | set number " show line numbers
42 | set showmatch " show matching bracket (briefly jump)
43 | set showcmd " show typed command in status bar
44 | set title " show file in titlebar
45 | set laststatus=2 " use 2 lines for the status bar
46 | set matchtime=2 " show matching bracket for 0.2 seconds
47 | set matchpairs+=<:> " specially for html