8 lines
151 B
VimL
8 lines
151 B
VimL
syntax on
|
|
set nocompatible
|
|
set number
|
|
|
|
"" make a blank line with oo/OO in rapid succession.
|
|
nmap oo o <ESC>
|
|
nmap OO O <ESC>
|
|
set timeout timeoutlen=300
|