branch: elpa/crux commit 54cc9b8e95d72669cead3e29474b32c2145f0f6e Author: Ross A. Baker <r...@rossabaker.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Fix typo in crux-top-join-line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e763da5..3f04f98 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Command | Suggested Keybinding(s) `crux-indent-rigidly-and-copy-to-clipboard` | <kbd>C-c TAB</kbd> | Indent and copy region to clipboard `crux-find-user-init-file` | <kbd>C-c I</kbd> | Open user's init file. `crux-find-shell-init-file` | <kbd>C-c S</kbd> | Open shell's init file. -`crux-top-join-lines` | <kbd>Super-j</kbd> or <kbd>C-^</kbd> | Join lines +`crux-top-join-line` | <kbd>Super-j</kbd> or <kbd>C-^</kbd> | Join lines `crux-kill-whole-line` | <kbd>Super-k</kbd> | Kill whole line `crux-kill-line-backwards` | <kbd>C-Backspace</kbd> | Kill line backwards `crux-ispell-word-then-abbrev` | <kbd>C-c i</kbd> | Fix word using `ispell` and then save to `abbrev`.