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
|
else
|
||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
|
badd +1 Handbook\ of\ Modern\ Sensors/Untitled.md
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
|
edit Handbook\ of\ Modern\ Sensors/Untitled.md
|
||||||
argglobal
|
argglobal
|
||||||
enew
|
|
||||||
setlocal fdm=manual
|
setlocal fdm=manual
|
||||||
setlocal fde=0
|
setlocal fde=0
|
||||||
setlocal fmr={{{,}}}
|
setlocal fmr={{{,}}}
|
||||||
setlocal fdi=#
|
setlocal fdi=#
|
||||||
setlocal fdl=999
|
setlocal fdl=0
|
||||||
setlocal fml=1
|
setlocal fml=1
|
||||||
setlocal fdn=20
|
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
|
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
|
||||||
|
|||||||
@ -13,8 +13,9 @@ if &shortmess =~ 'A'
|
|||||||
else
|
else
|
||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
badd +7 custom/mappings.lua
|
badd +44 custom/mappings.lua
|
||||||
badd +34 custom/language_specific_commands/rust.lua
|
badd +66 custom/language_specific_commands/rust.lua
|
||||||
|
badd +5 custom/language_specific_commands/markdown.lua
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
edit custom/mappings.lua
|
edit custom/mappings.lua
|
||||||
@ -30,11 +31,11 @@ setlocal fdn=20
|
|||||||
setlocal fen
|
setlocal fen
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
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
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 7
|
keepjumps 44
|
||||||
normal! 0
|
normal! 0
|
||||||
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'
|
||||||
|
|||||||
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