diff --git a/README.md b/README.md index 31e642c..a7a141e 100644 --- a/README.md +++ b/README.md @@ -40,26 +40,26 @@ crux doesn't setup any keybindings for its commands out-of-the-box. Here's the list of some suggested keybindings. Feel free to bind individual commands to whatever keybindings you prefer. -Command | Suggested Keybinding(s) | Description --------------------------------------------------------------------------------- -`crux-open-with` | C-c o | Open the currently visited file with an external program. -`crux-smart-open-line-above` | C-S-RET or Super-o | Insert an empty line above the current line and indent it properly. -`crux-smart-open-line` | S-RET or M-o | Insert an empty line and indent it properly (as in most IDEs). -`crux-cleanup-buffer-or-region` | C-c n | Fix indentation in buffer and strip whitespace. -`crux-recentf-ido-find-file` | C-c f or Super-r | Open recently visited file. -`crux-view-url` | C-c u | Open a new buffer containing the contents of URL. -`crux-eval-and-replace` | C-c e | Eval a bit of Emacs Lisp code and replace it with its result. -`crux-swap-windows` | C-c s | Swap two active windows. -`crux-delete-file-and-buffer` | C-c D | Delete current file and buffer. -`crux-rename-file-and-buffer` | C-c r | Rename the current buffer and its visiting file if any. -`crux-visit-term-buffer` | C-c t | Open a terminal emulator (`ansi-term`). -`crux-kill-other-buffers` | C-c k | Kill all open buffers except the one you're currently in. +Command | Suggested Keybinding(s) | Description +--------------------------------------------|---------------------------------|------------------------ +`crux-open-with` | C-c o | Open the currently visited file with an external program. +`crux-smart-open-line-above` | C-S-RET or Super-o | Insert an empty line above the current line and indent it properly. +`crux-smart-open-line` | S-RET or M-o | Insert an empty line and indent it properly (as in most IDEs). +`crux-cleanup-buffer-or-region` | C-c n | Fix indentation in buffer and strip whitespace. +`crux-recentf-ido-find-file` | C-c f or Super-r | Open recently visited file. +`crux-view-url` | C-c u | Open a new buffer containing the contents of URL. +`crux-eval-and-replace` | C-c e | Eval a bit of Emacs Lisp code and replace it with its result. +`crux-swap-windows` | C-c s | Swap two active windows. +`crux-delete-file-and-buffer` | C-c D | Delete current file and buffer. +`crux-rename-file-and-buffer` | C-c r | Rename the current buffer and its visiting file if any. +`crux-visit-term-buffer` | C-c t | Open a terminal emulator (`ansi-term`). +`crux-kill-other-buffers` | C-c k | Kill all open buffers except the one you're currently in. `crux-indent-rigidly-and-copy-to-clipboard` | C-c TAB | Indent and copy region to clipboard -`crux-find-user-init-file` | C-c I | Open user's init file. -`crux-find-shell-init-file` | C-c S | Open shell's init file. -`crux-top-join-lines` | Super-j or C-^ | Join lines -`crux-kill-whole-line` | Super-k | Kill whole line -`crux-kill-line-backwards` | C-Backspace | Kill line backwards +`crux-find-user-init-file` | C-c I | Open user's init file. +`crux-find-shell-init-file` | C-c S | Open shell's init file. +`crux-top-join-lines` | Super-j or C-^ | Join lines +`crux-kill-whole-line` | Super-k | Kill whole line +`crux-kill-line-backwards` | C-Backspace | Kill line backwards ## License