set smartcase incsearch set autoindent smartindent set shiftwidth=2 set list set lcs=tab:<->,trail:# set number relativenumber set ruler syntax off set enc=utf-8 set undolevels=1000 set backspace=indent,eol,start set ww=h,l,[,] nmap <silent> <UP> :bprevious<CR> nmap <silent> <DOWN> :bnext<CR> nmap gl $ nmap gh 0 nmap ge G nmap gi 0w nmap dh d0 nmap dl d$ nmap FFF :%!pandoc -f commonmark -t commonmark --columns=72