From 13d61764ee33447abfb075a4a83cd37d4bf02ef1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 1 Dec 2015 21:03:52 -0800 Subject: Add a README. Closes #12 --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8070a3d --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Home + +Collection of dotfiles. + +## Emacs + +### Bindings + +Key | Action +----|------- +C-x | magit-status +M-j | join-line +C-x C-b | ibuffer +super-return | toggle-fullscreen +M-: | evaluate elisp +C-h f | display help about a function +C-h k | which function is binded to a sequence of keys + +For smartparens + +Key | Action +----|------- +C-M-f | Move forward across one expression +C-M-b | Move backward across one expression +C-M-d | Move forward down one level +C-M-a | Move backward down one level +C-S-a | Jump to the beginning of the sexp +C-S-e | Jump to the end of the sexp +C-M-f | Move across one expression +C-M-b | Move backward across one expression +C-M-u | Move backward out of one level +C-M-t | Transpose the expression around the point +C-M-n | Move forward to the beginning of the next expression +C-M-p | Move backward to the end of the previous expression +C-M-k | Kill the expression +C-M-w | Copy the expression +M- | unwrap the expression +M- | unwrap the previous expression +M- | Add following expression in current expression +M- | Remove the last expression in the current list +M-S- | Add the sexp preceding the current list in it by moving the opening delimiter. +M-S- | +M-d | Unwrap the current list. -- cgit 1.4.1