Auto: misc.

This commit is contained in:
2021-01-13 15:24:35 +01:00
parent 9ae475f857
commit 1d6209e61a
3 changed files with 44 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@
],
"vim.handleKeys": {
"[": false,
"]": false,
},
"foam.openDailyNote.directory": "journal",
"editor.minimap.enabled": true,
+42
View File
@@ -0,0 +1,42 @@
# Foam Settings
- These are my [[foam]] ([[vscode]]) settings as of [[2021-01-13]]:
- ```"foam.openDailyNote.directory": "journal"``` in settings.json to create daily notes in journal/:
- <https://github.com/flancian/garden/blob/master/.vscode/settings.json>
- A commit.txt in the repo for [[auto commit messages]], plus one-time setup with git config (see note).
- The following in keybindings.json (which has to be set on a global basis):
> [
> {
> "key": "ctrl+shift+b",
> "command": "vscodeMarkdownNotesBacklinks.focus"
> },
> {
> "key": "ctrl+alt+[",
> "command": "workbench.action.navigateBack"
> },
> {
> "key": "ctrl+alt+]",
> "command": "workbench.action.navigateForward"
> },
> {
> "key": "ctrl+shift+a",
> "command": "git.commitAll"
> },
> {
> "key": "ctrl+alt+v",
> "command": "toggleVim"
> },
> {
> "key": "ctrl+shift+s",
> "command": "workbench.action.files.saveFiles"
> }
> ]
- This results in being able to press ctrl-shift-a to auto-push changes to the [[agora]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[foam]: foam "Foam"
[vscode]: vscode "Vscode"
[2021-01-13]: journal/2021-01-13 "2021-01-13"
[auto commit messages]: auto-commit-messages "Auto Commit Messages"
[agora]: agora "Agora"
[//end]: # "Autogenerated link references"
+1
View File
@@ -34,6 +34,7 @@
- [[anonymous subnodes]] https://twitter.com/flancian/status/1349330715553505280
- [[extensible redirects]] https://social.coop/@flancian/105548504652791347
- [[foucaults turtlenecks]]
- [[foam settings]]
## [[doing]]
- [[agora plan]]