Merge pull request #642 from tow8ie/remove-old-keymap-documentation
Remove old keymap documentation
This commit is contained in:
commit
563e29aa0c
2 changed files with 5 additions and 5 deletions
|
@ -309,8 +309,8 @@ Keybinding | Description
|
|||
<kbd>C-c . #</kbd> | Convert integer at point to specified base. Default is 10.
|
||||
<kbd>C-c . %</kbd> | Replace integer at point with another specified integer.
|
||||
<kbd>C-c . '</kbd> | Perform arithmetic operations on integer at point. User specifies the operator.
|
||||
<kbd>Super-g</kbd> | Toggle between God mode and non-God mode
|
||||
<kbd>Super-r</kbd> | Recent files
|
||||
<kbd>Super-x</kbd> | Expand region
|
||||
<kbd>Super-j</kbd> | Join lines
|
||||
<kbd>Super-k</kbd> | Kill whole line
|
||||
<kbd>Super-m m</kbd> | Magit status
|
||||
|
|
|
@ -379,10 +379,10 @@ Doesn't mess with special buffers."
|
|||
|
||||
(defvar prelude-tips
|
||||
'("Press <C-c o> to open a file with external program."
|
||||
"Press <C-c p f> or <s-f> to navigate a project's files with ido."
|
||||
"Press <C-c p g> or <s-g> to run grep on a project."
|
||||
"Press <C-c p f> to navigate a project's files with ido."
|
||||
"Press <C-c p g> to run grep on a project."
|
||||
"Press <C-c p s> or <s-p> to switch between projects."
|
||||
"Press <C-=> or <s-x> to expand the selected region."
|
||||
"Press <C-=> to expand the selected region."
|
||||
"Press <C-c g> to search in Google."
|
||||
"Press <C-c G> to search in GitHub."
|
||||
"Press <C-c y> to search in YouTube."
|
||||
|
@ -390,7 +390,7 @@ Doesn't mess with special buffers."
|
|||
"Press <C-c r> to rename the current buffer and the file it's visiting if any."
|
||||
"Press <C-c t> to open a terminal in Emacs."
|
||||
"Press <C-c k> to kill all the buffers, but the active one."
|
||||
"Press <C-x g> or <s-m> to run magit-status."
|
||||
"Press <C-x g> to run magit-status."
|
||||
"Press <C-c D> to delete the current file and buffer."
|
||||
"Press <C-c s> to swap two windows."
|
||||
"Press <S-RET> or <M-o> to open a line beneath the current one."
|
||||
|
|
Loading…
Reference in a new issue