Bit Bucket is down. What should I do now?

This commit is contained in:
Brad 2019-02-26 16:03:11 -06:00
parent 8a51fb13b5
commit d07dc77ca5

View File

@ -4,11 +4,14 @@ nnoremap <left> <C-W>h
nnoremap <right> <C-W>l
nnoremap <up> <C-W>k
nnoremap <down> <C-W>j
map <F2> :bprevious<CR>
map <F3> :bnext<CR>
map <F1> :bprevious<CR>
map <F2> :bnext<CR>
map <F3> :vertical resize -5<CR>
map <F4> :vertical resize +5<CR>
map <F5> :se fdm=manual<CR>
map <F6> :se nofoldenable<CR>
set nu
set foldmethod=manual
set rnu
set autoread
set nowrap
set shiftwidth=2