
| Command | Keybind | Description |
|---|---|---|
browse-web |
M-w |
Open URL in embedded web browser. |
compile |
M-x |
Run make -k from the directory of the presently-opened file. |
dired |
C-S-o |
Open directory. |
elfeed |
C-x w |
Toggle elfeed. |
gdb |
M-g |
Attached the GDB debugger to a compiled program. |
isearch-forward |
C-f |
Find in present buffer. |
ispell-buffer |
M-s |
Run spell-checker on current buffer. |
load-file |
C-l |
Load Emacs Lisp file. |
menu-find-file-existing |
C-o |
Open file. |
package-install |
C-p |
Run the in-built package installer. |
save-buffer |
C-s |
Save the current file. |
term |
C-t |
Open the terminal buffer. |
undo |
C-z |
Undo the last change. |
plus the CUA bindings.