Workbench
Note to Self: Emacs Edition
Keybindings I really ought to remember by now
Mode | Task | Command | Note |
---|---|---|---|
General | |||
Make text larger | C-x C-= |
||
Make text smaller | C-x C-- |
||
Working with Buffers | |||
Save all buffers | C-x s ! |
||
Org mode | |||
Open an agenda view restricted to the current buffer, subtree or region | C-a < (Then select an agenda) |
||
Dired | |||
Delete marked files | dired-do-delete (D ) |
||
Markdown | |||
Insert a table | markdown-insert-table (C-c C-s t ) |
||
Insert a table column | markdown-table-insert-column (C-c S-<right> ) |
Row is inserted to the left of point | |
Insert a table row | markdown-table-insert-row (C-c S-<down> ) |
Row is inserted above point | |
TRAMP | |||
Edit a file with sudo |
C-x C-f /sudo::/etc/my/protected-file.conf |
||
Open a file over SSH | C-x C-f /ssh:user@example.com:/path/to/remote/file.txt |
Thu Nov 02 2023 08:11:06 GMT-0400 (Eastern Daylight Time)