Julio Biason
4 years ago
4 changed files with 52 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||||
|
+++ |
||||||
|
transparent = false |
||||||
|
title = "Research Notes" |
||||||
|
sort_by = "none" |
||||||
|
+++ |
@ -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-/` |
@ -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…
Reference in new issue