vault backup: 2025-03-24 13:46:52

This commit is contained in:
Dane Sabo 2025-03-24 13:46:52 -04:00
parent a36c64e745
commit 35967468ef
5 changed files with 61 additions and 0 deletions

View File

@ -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/Sensors
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=999
setlocal fml=1
setlocal fdn=20
setlocal nofen
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 :

View File

@ -11,6 +11,7 @@
- [[Haskell/Haskell - README]]
- [[LEAN/LEAN - README]]
- [[Rust/Rust - README]]
- [[Sensors/Sensors - README]]
- [[TLA/TLA - README]]
- [[VIM/VIM - README]]

View File

@ -0,0 +1,8 @@
# Table of Contents for Handbook of Modern Sensors
## Files
- [[Untitled.md]]
## Summary
Generated by llama3.2:latest

View File

@ -0,0 +1,8 @@
# Table of Contents for Sensors
## Subdirectories
- [[Handbook of Modern Sensors/Handbook of Modern Sensors - README]]
## Summary
Generated by llama3.2:latest

View File

@ -19,6 +19,7 @@
- [[2025-03-21 Write about MARVEL.md]]
- [[2025-03-23 Rust.md]]
- [[2025-03-24 Rust Chapter 2.md]]
- [[2025-03-24 Wander around the Library Picking up Books.md]]
## Summary