vault backup: 2025-03-31 14:51:25
This commit is contained in:
parent
c9686e07f7
commit
9cd66833c6
@ -0,0 +1,43 @@
|
|||||||
|
let SessionLoad = 1
|
||||||
|
let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1
|
||||||
|
let v:this_session=expand("<sfile>:p")
|
||||||
|
silent only
|
||||||
|
silent tabonly
|
||||||
|
cd ~/Documents/Dane\'s\ Vault/3-99\ Research/3\ ARCADE
|
||||||
|
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
||||||
|
let s:wipebuf = bufnr('%')
|
||||||
|
endif
|
||||||
|
let s:shortmess_save = &shortmess
|
||||||
|
if &shortmess =~ 'A'
|
||||||
|
set shortmess=aoOA
|
||||||
|
else
|
||||||
|
set shortmess=aoO
|
||||||
|
endif
|
||||||
|
argglobal
|
||||||
|
%argdel
|
||||||
|
argglobal
|
||||||
|
enew
|
||||||
|
setlocal fdm=manual
|
||||||
|
setlocal fde=0
|
||||||
|
setlocal fmr={{{,}}}
|
||||||
|
setlocal fdi=#
|
||||||
|
setlocal fdl=0
|
||||||
|
setlocal fml=1
|
||||||
|
setlocal fdn=20
|
||||||
|
setlocal fen
|
||||||
|
tabnext 1
|
||||||
|
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||||
|
silent exe 'bwipe ' . s:wipebuf
|
||||||
|
endif
|
||||||
|
unlet! s:wipebuf
|
||||||
|
set winheight=1 winwidth=20
|
||||||
|
let &shortmess = s:shortmess_save
|
||||||
|
let s:sx = expand("<sfile>:p:r")."x.vim"
|
||||||
|
if filereadable(s:sx)
|
||||||
|
exe "source " . fnameescape(s:sx)
|
||||||
|
endif
|
||||||
|
let &g:so = s:so_save | let &g:siso = s:siso_save
|
||||||
|
set hlsearch
|
||||||
|
doautoall SessionLoadPost
|
||||||
|
unlet SessionLoad
|
||||||
|
" vim: set ft=vim :
|
||||||
@ -13,41 +13,10 @@ if &shortmess =~ 'A'
|
|||||||
else
|
else
|
||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
badd +16 ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md
|
badd +117 20250331_Should_I_Continue.md
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
edit ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md
|
edit 20250331_Should_I_Continue.md
|
||||||
let s:save_splitbelow = &splitbelow
|
|
||||||
let s:save_splitright = &splitright
|
|
||||||
set splitbelow splitright
|
|
||||||
wincmd _ | wincmd |
|
|
||||||
vsplit
|
|
||||||
1wincmd h
|
|
||||||
wincmd w
|
|
||||||
let &splitbelow = s:save_splitbelow
|
|
||||||
let &splitright = s:save_splitright
|
|
||||||
wincmd t
|
|
||||||
let s:save_winminheight = &winminheight
|
|
||||||
let s:save_winminwidth = &winminwidth
|
|
||||||
set winminheight=0
|
|
||||||
set winheight=1
|
|
||||||
set winminwidth=0
|
|
||||||
set winwidth=1
|
|
||||||
exe 'vert 1resize ' . ((&columns * 30 + 95) / 190)
|
|
||||||
exe 'vert 2resize ' . ((&columns * 159 + 95) / 190)
|
|
||||||
argglobal
|
|
||||||
enew
|
|
||||||
file NvimTree_1
|
|
||||||
balt ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md
|
|
||||||
setlocal fdm=manual
|
|
||||||
setlocal fde=0
|
|
||||||
setlocal fmr={{{,}}}
|
|
||||||
setlocal fdi=#
|
|
||||||
setlocal fdl=0
|
|
||||||
setlocal fml=1
|
|
||||||
setlocal fdn=20
|
|
||||||
setlocal nofen
|
|
||||||
wincmd w
|
|
||||||
argglobal
|
argglobal
|
||||||
setlocal fdm=manual
|
setlocal fdm=manual
|
||||||
setlocal fde=0
|
setlocal fde=0
|
||||||
@ -59,15 +28,12 @@ setlocal fdn=20
|
|||||||
setlocal fen
|
setlocal fen
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
let &fdl = &fdl
|
||||||
let s:l = 16 - ((15 * winheight(0) + 30) / 60)
|
let s:l = 117 - ((58 * winheight(0) + 33) / 67)
|
||||||
if s:l < 1 | let s:l = 1 | endif
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 16
|
keepjumps 117
|
||||||
normal! 080|
|
normal! 028|
|
||||||
wincmd w
|
|
||||||
exe 'vert 1resize ' . ((&columns * 30 + 95) / 190)
|
|
||||||
exe 'vert 2resize ' . ((&columns * 159 + 95) / 190)
|
|
||||||
tabnext 1
|
tabnext 1
|
||||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||||
silent exe 'bwipe ' . s:wipebuf
|
silent exe 'bwipe ' . s:wipebuf
|
||||||
@ -75,8 +41,6 @@ endif
|
|||||||
unlet! s:wipebuf
|
unlet! s:wipebuf
|
||||||
set winheight=1 winwidth=20
|
set winheight=1 winwidth=20
|
||||||
let &shortmess = s:shortmess_save
|
let &shortmess = s:shortmess_save
|
||||||
let &winminheight = s:save_winminheight
|
|
||||||
let &winminwidth = s:save_winminwidth
|
|
||||||
let s:sx = expand("<sfile>:p:r")."x.vim"
|
let s:sx = expand("<sfile>:p:r")."x.vim"
|
||||||
if filereadable(s:sx)
|
if filereadable(s:sx)
|
||||||
exe "source " . fnameescape(s:sx)
|
exe "source " . fnameescape(s:sx)
|
||||||
|
|||||||
@ -14,7 +14,7 @@ else
|
|||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
badd +2 pyproject.toml
|
badd +2 pyproject.toml
|
||||||
badd +28 OT_Emulation_Data_Broker/Endpoint/EndPoint.py
|
badd +26 OT_Emulation_Data_Broker/Endpoint/EndPoint.py
|
||||||
badd +1211 ~/.local/state/nvim/lsp.log
|
badd +1211 ~/.local/state/nvim/lsp.log
|
||||||
badd +10 health://
|
badd +10 health://
|
||||||
argglobal
|
argglobal
|
||||||
@ -31,12 +31,12 @@ setlocal fdn=20
|
|||||||
setlocal fen
|
setlocal fen
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
let &fdl = &fdl
|
||||||
let s:l = 28 - ((27 * winheight(0) + 32) / 64)
|
let s:l = 26 - ((25 * winheight(0) + 33) / 67)
|
||||||
if s:l < 1 | let s:l = 1 | endif
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 28
|
keepjumps 26
|
||||||
normal! 037|
|
normal! 06|
|
||||||
tabnext 1
|
tabnext 1
|
||||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||||
silent exe 'bwipe ' . s:wipebuf
|
silent exe 'bwipe ' . s:wipebuf
|
||||||
|
|||||||
@ -114,6 +114,6 @@ two things:
|
|||||||
|
|
||||||
I really don't know what I should do. This certainly is not a one day decision.
|
I really don't know what I should do. This certainly is not a one day decision.
|
||||||
Honestly, I may like the idea of option 3 the best, but I do need to do some work.
|
Honestly, I may like the idea of option 3 the best, but I do need to do some work.
|
||||||
I've got it in the works to figure out how to get the MS along the way with Antoine,
|
I've got it in the works to:figure out how to get the MS along the way with Antoine,
|
||||||
so we'll see how that happens. I think the earliest things would happen would be at
|
so we'll see how that happens. I think the earliest things would happen would be at
|
||||||
the end of the summer.
|
the end of the summer.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user