branch: elpa/crux commit ca62859c495732b720faebf9a08e40fd5db0d947 Merge: 5938c84 cf547b7 Author: Bozhidar Batsov <bozhidar.bat...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Merge pull request #22 from dgtized/fix-tranpose-typo Typo Fix: Missed an s in transpose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36dd87..71fc7c1 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Command | Suggested Keybinding(s) | `crux-recentf-ido-find-file` | <kbd>C-c f</kbd> or <kbd>Super-r</kbd> | Open recently visited file. `crux-view-url` | <kbd>C-c u</kbd> | Open a new buffer containing the contents of URL. `crux-eval-and-replace` | <kbd>C-c e</kbd> | Eval a bit of Emacs Lisp code and replace it with its result. -`crux-tranpose-windows` | <kbd>C-x 4 t</kbd> | Transpose the buffers between two windows. +`crux-transpose-windows` | <kbd>C-x 4 t</kbd> | Transpose the buffers between two windows. `crux-delete-file-and-buffer` | <kbd>C-c D</kbd> | Delete current file and buffer. `crux-rename-file-and-buffer` | <kbd>C-c r</kbd> | Rename the current buffer and its visiting file if any. `crux-visit-term-buffer` | <kbd>C-c t</kbd> | Open a terminal emulator (`ansi-term`).