Improve some keybindings

This commit is contained in:
Bozhidar Batsov 2020-12-10 21:01:13 +02:00
parent 6236bfefd9
commit 446dc7dd3b
7 changed files with 23 additions and 17 deletions

View file

@ -77,6 +77,7 @@
\item[<f12>] menu-bar-mode
\item[C-x g] magit-status
\item[C-x M-g] magit-dispatch
\item[C-c g] magit-file-dispatch
\end{keylist}
\subsection{prelude}
@ -84,10 +85,10 @@
\humanreadable{Keybindings defined in prelude mode}
\begin{keylist}
\item[C-c o] crux-open-with
\item[C-c g] prelude-google
\item[C-c G] prelude-github
\item[C-c y] prelude-youtube
\item[C-c U] prelude-duckduckgo
\item[C-c C-/ g] prelude-google
\item[C-c C-/ h] prelude-github
\item[C-c C-/ y] prelude-youtube
\item[C-c C-/ d] prelude-duckduckgo
\item[C-a] crux-move-beginning-of-line
\item[S-<return>] crux-smart-open-line
\item[M-o] crux-smart-open-line

View file

@ -72,6 +72,7 @@ Keybinding | Description
<kbd>F12</kbd> | Toggle the Emacs menu bar.
<kbd>C-x g</kbd> | Open Magit's status buffer.
<kbd>C-x M-g</kbd> | Open Magit's popup of popups.
<kbd>C-c g</kbd> | Open Magit's file-related commands.
<kbd>M-Z</kbd> | Zap up to char.
<kbd>C-=</kbd> | Run `expand-region` (incremental text selection).
<kbd>C-a</kbd> | Run `crux-move-beginning-of-line`. Read [this](http://emacsredux.com/blog/2013/05/22/smarter-navigation-to-the-beginning-of-a-line/) for details.