[bot] "spacemacs_fix_org" Mon Jul 5 23:23:52 UTC 2021

This commit is contained in:
SpacemacsBot 2021-07-05 23:23:52 +00:00 committed by Eugene Yaremenko
parent a2e1c2de2e
commit 284f56a397
5 changed files with 20 additions and 17 deletions

View File

@ -185,8 +185,8 @@ When enabled the symbol =🆂= should be displayed in the mode-line.
| ~SPC m e r~ | Evaluate region |
** REPL-mode
*Insert state*
| Key binding | Description |
|-------------+----------------|
| ~S-RET~ | Insert newline |
@ -194,6 +194,7 @@ When enabled the symbol =🆂= should be displayed in the mode-line.
| ~C-d~ | Exit |
*Normal state*
| Key binding | Description |
|--------------+----------------------|
| ~g j~ / ~]]~ | Goto next prompt |
@ -209,6 +210,7 @@ When enabled the symbol =🆂= should be displayed in the mode-line.
| ~SPC m q~ | REPL exit |
** Geiser-doc-mode
| Key binding | Description |
|----------------+-----------------------|
| ~o~ | Follow link |

View File

@ -5,7 +5,6 @@
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#packages-included][Packages Included]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]

View File

@ -316,25 +316,25 @@ in the current buffer instead of a popup.
** Multi-term
| Key binding | Description |
|------------------------+--------------------------------------|
| ~SPC m c~ | create a new multi-term |
| ~SPC m C~ | switch multi-term char mode |
| ~SPC m l~ | switch multi-term to line mode |
| ~SPC m n~ | go to next multi-term |
| ~SPC m N~ or ~SPC m p~ | go to previous multi-term |
| Key binding | Description |
|------------------------+--------------------------------|
| ~SPC m c~ | create a new multi-term |
| ~SPC m C~ | switch multi-term char mode |
| ~SPC m l~ | switch multi-term to line mode |
| ~SPC m n~ | go to next multi-term |
| ~SPC m N~ or ~SPC m p~ | go to previous multi-term |
** Eshell
| Key binding | Description |
|--------------------+-------------------------------|
| Key binding | Description |
|--------------------+------------------------------|
| ~SPC m H~ or ~M-l~ | search shell command history |
** vterm
| Key binding | Description |
|-------------+---------------------------------|
| ~M-r~ | search shell command history* |
| Key binding | Description |
|-------------+-------------------------------|
| ~M-r~ | search shell command history* |
Note*: ~M-r~ will only be bound to search for the command history when the
variable =spacemacs-vterm-history-file-location= is set to the path to your

View File

@ -153,6 +153,7 @@ Add =(transmission :variables transmission-auto-refresh-all t)= to
| ~SPC m g i~ | Open a =transmission-info-mode= buffer for torrent at point. |
** =transmission-turtle-mode=
| Key binding | Description |
|--------------+-------------------------------------------------------------|
| Set property | |

View File

@ -2,11 +2,11 @@
#+TAGS: layer|tool
[[file:img/exwm.jpg]]
[[file:img/exwm.jpg]]
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#system-tray-integratios][System Tray Integratios]]
- [[#xdg-autostart][XDG Autostart]]
@ -24,6 +24,7 @@ or anything.
To use =exwm= layer, add it to your =~/.spacemacs=.
The default layer variables are:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
'((exwm :variables exwm-enable-systray nil
@ -54,7 +55,7 @@ This is disabled per default.
As other window managers the ~s~ or *Super* key (Windows Key) is the one that
is the prefix to every action. We'll use a lot of ~s~.
Some emacs keybindings are disabled in X Window, for example ~C-x~ and ~C-c~ are
Some emacs key bindings are disabled in X Window, for example ~C-x~ and ~C-c~ are
disabled so that they can be used for Cutting and Copying text.
| Key binding | Description |