From d821f052ae95412d6f804bbba3ad534c0deb9e37 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 24 Mar 2025 15:54:36 -0400 Subject: [PATCH] vault backup: 2025-03-24 15:54:36 --- .sessions/Sensor_Research.vim | 15 ++++++++++++--- .sessions/nvim_config.vim | 9 +++++---- 3-99 Research/VIM/Spellcheck.md | 2 ++ ...bout Chapter 4 from Modern Sensors Handbook.md | 8 ++++++++ 4 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 3-99 Research/VIM/Spellcheck.md create mode 100644 900s Calendars/Research/2025-03-24 Write about Chapter 4 from Modern Sensors Handbook.md diff --git a/.sessions/Sensor_Research.vim b/.sessions/Sensor_Research.vim index f7d54ff8..a132e271 100644 --- a/.sessions/Sensor_Research.vim +++ b/.sessions/Sensor_Research.vim @@ -13,18 +13,27 @@ if &shortmess =~ 'A' else set shortmess=aoO endif +badd +1 Handbook\ of\ Modern\ Sensors/Untitled.md argglobal %argdel +edit Handbook\ of\ Modern\ Sensors/Untitled.md argglobal -enew setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# -setlocal fdl=999 +setlocal fdl=0 setlocal fml=1 setlocal fdn=20 -setlocal nofen +setlocal fen +silent! normal! zE +let &fdl = &fdl +let s:l = 1 - ((0 * winheight(0) + 31) / 63) +if s:l < 1 | let s:l = 1 | endif +keepjumps exe s:l +normal! zt +keepjumps 1 +normal! 0 tabnext 1 if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf diff --git a/.sessions/nvim_config.vim b/.sessions/nvim_config.vim index be95e00b..75b46b25 100644 --- a/.sessions/nvim_config.vim +++ b/.sessions/nvim_config.vim @@ -13,8 +13,9 @@ if &shortmess =~ 'A' else set shortmess=aoO endif -badd +7 custom/mappings.lua -badd +34 custom/language_specific_commands/rust.lua +badd +44 custom/mappings.lua +badd +66 custom/language_specific_commands/rust.lua +badd +5 custom/language_specific_commands/markdown.lua argglobal %argdel edit custom/mappings.lua @@ -30,11 +31,11 @@ setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl -let s:l = 7 - ((6 * winheight(0) + 31) / 62) +let s:l = 44 - ((43 * winheight(0) + 32) / 64) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt -keepjumps 7 +keepjumps 44 normal! 0 tabnext 1 if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' diff --git a/3-99 Research/VIM/Spellcheck.md b/3-99 Research/VIM/Spellcheck.md new file mode 100644 index 00000000..533b8049 --- /dev/null +++ b/3-99 Research/VIM/Spellcheck.md @@ -0,0 +1,2 @@ +- [ ] [Learn how neovim does spellchecking](https://neovim.io/doc/user/spell.html) 📅 2025-03-28 #NVIM + diff --git a/900s Calendars/Research/2025-03-24 Write about Chapter 4 from Modern Sensors Handbook.md b/900s Calendars/Research/2025-03-24 Write about Chapter 4 from Modern Sensors Handbook.md new file mode 100644 index 00000000..80f92179 --- /dev/null +++ b/900s Calendars/Research/2025-03-24 Write about Chapter 4 from Modern Sensors Handbook.md @@ -0,0 +1,8 @@ +--- +title: Write about Chapter 4 from Modern Sensors Handbook +allDay: false +startTime: 15:00 +endTime: 16:00 +date: 2025-03-24 +completed: null +---