We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a042764 commit b5602c1Copy full SHA for b5602c1
README.md
@@ -62,6 +62,8 @@ To install without MELPA, download [latest release](https://github.com/swift-ema
62
```
63
- `forward-sexp`
64
- `beginning-of-defun`, `end-of-defun`, `mark-defun`, and `narrow-to-defun`.
65
+- `beginning-of-sentence`, `end-of-sentence`, `kill-sentence`, `backward-kill-sentence`, `mark-sentence`, and `narrow-to-sentence`.
66
+ A sentence is a statement outside comments or strings. Inside comments or strings, it indicates ordinal sentence.
67
- `indent-new-comment-line`
68
- [Imenu](https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html)
69
- Running Swift REPL in a buffer (`M-x run-swift`)
0 commit comments