aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-11-16 23:36:38 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-11-16 23:36:38 +0100
commitd11cf73b01feb3fc559ca8790db70f468ab19b5e (patch)
tree62d60ed664c6dbda45e8d74f6bee47a9ea9a96fc
parent3887dedcdd7fcf1df5295c44ba9e56c27642752d (diff)
downloadnotes-d11cf73b01feb3fc559ca8790db70f468ab19b5e.tar.gz
notes-d11cf73b01feb3fc559ca8790db70f468ab19b5e.zip
emacs: notes on shell commands
-rw-r--r--src/tools/emacs.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tools/emacs.md b/src/tools/emacs.md
index 5dcd272..cad6fd8 100644
--- a/src/tools/emacs.md
+++ b/src/tools/emacs.md
@@ -333,4 +333,15 @@ supports `fido-vertical-mode` in case vertical mode is preferred.
g Info-goto-node goto info node (by minibuf completion)
Info-history open info history in buffer
+```
+
+## shell commands
+```markdown
+ key fn description
+---------------------------------------------
+ M-! shell-command run shell command synchronously
+ M-& async-shell-command run shell command asynchronously
+ M-| shell-command-on-region run shell command on region;
+ prefix with C-u to replace region with
+ output of the command
``` \ No newline at end of file