vault backup: 2025-03-24 15:54:36
This commit is contained in:
parent
9762e944a7
commit
d821f052ae
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
2
3-99 Research/VIM/Spellcheck.md
Normal file
2
3-99 Research/VIM/Spellcheck.md
Normal file
@ -0,0 +1,2 @@
|
||||
- [ ] [Learn how neovim does spellchecking](https://neovim.io/doc/user/spell.html) 📅 2025-03-28 #NVIM
|
||||
|
||||
@ -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
|
||||
---
|
||||
Loading…
x
Reference in New Issue
Block a user