diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/emacs.md | 11 |
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 |