57 lines
962 B
Org Mode
57 lines
962 B
Org Mode
** First commands:
|
|
- Find File ::
|
|
|
|
** File Navigation
|
|
- Open file :: c-x c-f
|
|
- Save file :: c-x c-s
|
|
|
|
** Cursor Movement
|
|
|
|
** Cut / paste
|
|
- Select region with c-spc
|
|
- cut :: c-w
|
|
- yank (paste) :: c-y
|
|
|
|
** Undo / redo
|
|
- undo :: c-_
|
|
- reverse undo direction :: c-g
|
|
|
|
** Window Management:
|
|
- Previous window :: c-x o
|
|
- close current window :: c-x 0
|
|
- split current window vertically :: c-x 3
|
|
- split the current window horizontally :: c-x 2
|
|
- close all other windows :: c-x 1
|
|
|
|
** Buffer Management
|
|
- List Buffers :: c-x b
|
|
- Navigable List :: c-x c-b
|
|
|
|
** Dired Navigation
|
|
|
|
** Org mode navigation
|
|
- New subheading :: alt-ret
|
|
- Promote / demote line :: alt - arrow
|
|
- Insert link (c-c c-l)
|
|
|
|
*** Checkboxes
|
|
- Make checkbox :: shift - m - ret
|
|
- Check checkbox :: c-c c-x c-b
|
|
|
|
*** Source Blocks
|
|
-
|
|
|
|
*** TODOS
|
|
- Toggle :: c-c c-t or shift left, right
|
|
- ::
|
|
|
|
** Keybinding Concepts
|
|
|
|
** Magit
|
|
|
|
** Key Help
|
|
- m-x describre-bindings
|
|
- m-x describe-key
|
|
|
|
** Theme
|
|
- m-x load-theme
|