]> code.delx.au - dotemacs/blobdiff - README.txt
slime-mode
[dotemacs] / README.txt
index 3235e896bff15fe0ab3526f7726c92159f00b8f8..4a45719f8db6c98331422e3dd5db2c61c8f7a594 100644 (file)
@@ -4,6 +4,7 @@ https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Convention
 
 # General commands
 C-x C-c                                         Quit Emacs
+C-u C-x C-c                                     Save and quit
 C-g                                             Cancel command
 C-/                                             Undo
 C-g C-/                                         Undo undo
@@ -19,13 +20,12 @@ C-h m                                           Documentation on active modes
 
 # Search
 C-s                                             Search forward (ivy/swiper mode)
-C-r                                             Search backward
+C-r                                             Resume ivy search
 M-s .                                           Search for symbol around point
 C-s                                             Find next item (while searching)
 Backspace                                       Previous search (while searching)
 M-%                                             Search and replace
 M-x linum-mode                                  Display line numbers
-C-c r                                           Resume ivy search
 
 # Files/buffers
 C-x C-s                                         Save current buffer
@@ -61,6 +61,7 @@ M-m                                             Jump back to start of indentatio
 M-r                                             Jump to window top/bottom/middle
 M-g M-g                                         Jump to line
 M-g Tab                                         Jump to column
+M-g j                                           Jump to character
 C-a                                             Beginning of line
 C-e                                             End of line
 C-p                                             Back one line
@@ -82,7 +83,6 @@ C-M-n                                           Forward to end of balanced expre
 C-M-b                                           Back one s-expression / symbol
 C-M-f                                           Forward one s-expression / symbol
 C-M-u                                           Move up one level of parentheses
-C-c c                                           Jump to character
 
 # Text formatting
 M-/                                             Auto-complete