Browse Source

The return of the research notes

master 20210304
Julio Biason 3 years ago
parent
commit
a9ab5b5b30
  1. 3
      config.toml
  2. 5
      content/research/_index.md
  3. 21
      content/research/emacs.md
  4. 24
      content/research/orgmode.md

3
config.toml

@ -41,12 +41,13 @@ author = "Julio Biason"
logo_text = "JulioBiason.Net 4.1"
use_full_hack_font = true
menu_items = [
{url = "$BASE_URL", name = "English"},
{url = "$BASE_URL", name = "English"},
{url = "$BASE_URL/pt/", name = "Português"},
{url = "$BASE_URL/announcements/about-me", name = "About Me"},
{url = "$BASE_URL/tags", name = "Tags (EN)"},
{url = "$BASE_URL/pt/tags", name = "Tags (PT)"},
{url = "$BASE_URL/quotes", name = "Quotes"},
{url = "$BASE_URL/research", name = "Research Notes"},
]
after_dark_title = "JulioBiason.Net 4.1"
enable_post_view_navigation = false

5
content/research/_index.md

@ -0,0 +1,5 @@
+++
transparent = false
title = "Research Notes"
sort_by = "none"
+++

21
content/research/emacs.md

@ -0,0 +1,21 @@
+++
title = "Emacs"
date = 2021-03-04
[taxonomies]
tags = ["emacs", "keybinds"]
+++
# Complete
`M-/`
# Copy'n'Paste
- Cut: `C-w`
- Copy: `M-w`
- Paste: `C-y`
# Undo
`C-/`

24
content/research/orgmode.md

@ -0,0 +1,24 @@
+++
title = "Org-Mode"
date = 2021-03-04
[taxonomies]
tags = ["emacs", "org-mode", "keybinds"]
+++
## Keybinds
### Clocking
- Clocking in: `C-c` `C-x` `C-i`
- Clocking out: `C-c` `C-x` `C-o`
### State
- Next state: `C-c` `C-t`
- Next state: `C-right`
- Previous state: `C-left`
### Tagging
- `C-c` `C-q`
Loading…
Cancel
Save