vault backup: 2025-09-09 12:45:48
This commit is contained in:
parent
0469a20b24
commit
87b28b6113
3
.obsidian/plugins/colored-tags/data.json
vendored
3
.obsidian/plugins/colored-tags/data.json
vendored
@ -324,7 +324,8 @@
|
|||||||
"admin": 312,
|
"admin": 312,
|
||||||
"hub": 313,
|
"hub": 313,
|
||||||
"daily": 314,
|
"daily": 314,
|
||||||
"weekly": 315
|
"weekly": 315,
|
||||||
|
"journal": 316
|
||||||
},
|
},
|
||||||
"_version": 3
|
"_version": 3
|
||||||
}
|
}
|
||||||
@ -14,7 +14,7 @@ else
|
|||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
badd +1 ~/Documents/Dane\'s\ Vault/Journal/2025_07_30.md
|
badd +1 ~/Documents/Dane\'s\ Vault/Journal/2025_07_30.md
|
||||||
badd +22 ~/Documents/Dane\'s\ Vault/Writing/Journal//JRNL-20250904-135850.md
|
badd +9 ~/Documents/Dane\'s\ Vault/Writing/Journal//JRNL-20250904-135850.md
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
edit ~/Documents/Dane\'s\ Vault/Writing/Journal//JRNL-20250904-135850.md
|
edit ~/Documents/Dane\'s\ Vault/Writing/Journal//JRNL-20250904-135850.md
|
||||||
@ -30,12 +30,12 @@ setlocal foldnestmax=20
|
|||||||
setlocal foldenable
|
setlocal foldenable
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
let &fdl = &fdl
|
||||||
let s:l = 22 - ((12 * winheight(0) + 30) / 60)
|
let s:l = 9 - ((1 * winheight(0) + 30) / 60)
|
||||||
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 22
|
keepjumps 9
|
||||||
normal! 010|
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user