configs/etc/vimrc

9 lines
151 B
VimL
Raw Normal View History

2023-01-15 04:01:20 +01:00
syntax on
set nocompatible
set number
2022-12-01 13:28:20 +01:00
2023-01-15 04:01:20 +01:00
"" make a blank line with oo/OO in rapid succession.
nmap oo o <ESC>
nmap OO O <ESC>
set timeout timeoutlen=300