Skip to content

Instantly share code, notes, and snippets.

@iamjasonaevans
iamjasonaevans / Video - YouTube.md.txt
Created January 26, 2024 08:49 — forked from ScottJWalter/Video - YouTube.md.txt
obsidian youtube templater
<%"---"%>
created: <% tp.file.creation_date('YYYY-MM-DD HH:MM:ssSS') %>
updated: <% tp.file.creation_date('YYYY-MM-DD HH:MM:ssSS') %>
cloud_host: "pcloud"
tags:
- video
- youtube
<%*
/*
REMEMBER: Save this file as 'Video - YouTube.md' (strip the '.txt' extension)
@iamjasonaevans
iamjasonaevans / keybindings.json
Created January 8, 2024 08:11 — forked from ixahmedxi/keybindings.json
Vscode neovim keybindings.json
[
{
"command": "vscode-neovim.compositeEscape1",
"key": "j",
"when": "neovim.mode == insert && editorTextFocus",
"args": "j"
},
{
"command": "vscode-neovim.compositeEscape2",
"key": "k",