diff --git a/README.md b/README.md index 91f9d9f..a5a1db2 100644 --- a/README.md +++ b/README.md @@ -309,8 +309,8 @@ Keybinding | Description C-c . # | Convert integer at point to specified base. Default is 10. C-c . % | Replace integer at point with another specified integer. C-c . ' | Perform arithmetic operations on integer at point. User specifies the operator. +Super-g | Toggle between God mode and non-God mode Super-r | Recent files -Super-x | Expand region Super-j | Join lines Super-k | Kill whole line Super-m m | Magit status diff --git a/core/prelude-core.el b/core/prelude-core.el index 265803f..dfb87ff 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -379,10 +379,10 @@ Doesn't mess with special buffers." (defvar prelude-tips '("Press to open a file with external program." - "Press or to navigate a project's files with ido." - "Press or to run grep on a project." + "Press to navigate a project's files with ido." + "Press to run grep on a project." "Press or to switch between projects." - "Press or to expand the selected region." + "Press to expand the selected region." "Press to search in Google." "Press to search in GitHub." "Press to search in YouTube." @@ -390,7 +390,7 @@ Doesn't mess with special buffers." "Press to rename the current buffer and the file it's visiting if any." "Press to open a terminal in Emacs." "Press to kill all the buffers, but the active one." - "Press or to run magit-status." + "Press to run magit-status." "Press to delete the current file and buffer." "Press to swap two windows." "Press or to open a line beneath the current one."