Note to Self: Emacs Edition
A living list of "key bindings and/or things I always forget how to do in Emacs"
Mode | Task | Command | Note |
---|---|---|---|
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:[email protected]:/path/to/remote/file.txt |
Thu Nov 02 2023 08:11:06 GMT-0400 (Eastern Daylight Time)