Skip to content

Commit

Permalink
Fix the table
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Dec 27, 2015
1 parent 70fb63c commit 8b88cd3
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | <kbd>C-c o</kbd> | Open the currently visited file with an external program.
`crux-smart-open-line-above` | <kbd>C-S-RET</kbd> or <kbd>Super-o</kbd> | Insert an empty line above the current line and indent it properly.
`crux-smart-open-line` | <kbd>S-RET</kbd> or <kbd>M-o</kbd> | Insert an empty line and indent it properly (as in most IDEs).
`crux-cleanup-buffer-or-region` | <kbd>C-c n</kbd> | Fix indentation in buffer and strip whitespace.
`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-swap-windows` | <kbd>C-c s</kbd> | Swap two active 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`).
`crux-kill-other-buffers` | <kbd>C-c k</kbd> | Kill all open buffers except the one you're currently in.
Command | Suggested Keybinding(s) | Description
--------------------------------------------|---------------------------------|------------------------
`crux-open-with` | <kbd>C-c o</kbd> | Open the currently visited file with an external program.
`crux-smart-open-line-above` | <kbd>C-S-RET</kbd> or <kbd>Super-o</kbd> | Insert an empty line above the current line and indent it properly.
`crux-smart-open-line` | <kbd>S-RET</kbd> or <kbd>M-o</kbd> | Insert an empty line and indent it properly (as in most IDEs).
`crux-cleanup-buffer-or-region` | <kbd>C-c n</kbd> | Fix indentation in buffer and strip whitespace.
`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-swap-windows` | <kbd>C-c s</kbd> | Swap two active 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`).
`crux-kill-other-buffers` | <kbd>C-c k</kbd> | Kill all open buffers except the one you're currently in.
`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-kill-whole-line` | <kbd>Super-k</kbd> | Kill whole line
`crux-kill-line-backwards` | <kbd>C-Backspace</kbd> | Kill line backwards
`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-kill-whole-line` | <kbd>Super-k</kbd> | Kill whole line
`crux-kill-line-backwards` | <kbd>C-Backspace</kbd> | Kill line backwards

## License

Expand Down

0 comments on commit 8b88cd3

Please sign in to comment.