let SessionLoad = 1 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 let v:this_session=expand(":p") silent only cd ~/Dev/personal/abdus.net if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO badd +388 content/notes/java-basics.md argglobal %argdel $argadd content/posts/typescript-webpack-setup.md edit content/notes/java-basics.md set splitbelow splitright wincmd t set winminheight=0 set winheight=1 set winminwidth=0 set winwidth=1 argglobal setlocal fdm=indent setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=4 setlocal fml=1 setlocal fdn=20 setlocal fen 223 normal! zo 224 normal! zo 253 normal! zo 307 normal! zo 401 normal! zo 402 normal! zo 404 normal! zo let s:l = 410 - ((25 * winheight(0) + 24) / 49) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 410 normal! 077| tabnext 1 if exists('s:wipebuf') && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 winminheight=1 winminwidth=1 shortmess=filnxtToOFA let s:sx = expand(":p:r")."x.vim" if file_readable(s:sx) exe "source " . fnameescape(s:sx) endif let &so = s:so_save | let &siso = s:siso_save doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :