Created
June 16, 2018 18:59
-
-
Save i-oliva/e293d869569ece9b26bbe69d17b41e67 to your computer and use it in GitHub Desktop.
te
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enabled minor modes: Anzu Async-Bytecomp-Package Auto-Composition | |
Auto-Compression Auto-Encryption Auto-Highlight-Symbol Bug-Reference-Prog | |
Clean-Aindent Column-Number Company Cursor-Sensor Diff-Auto-Refine Editorconfig | |
Electric-Indent Eval-Sexp-Fu-Flash Evil Evil-Escape Evil-Local Eyebrowse | |
File-Name-Shadow Flycheck Flycheck-Pos-Tip Font-Lock Git-Gutter+ Global-Anzu | |
Global-Auto-Revert Global-Eldoc Global-Flycheck Global-Font-Lock | |
Global-Git-Commit Global-Git-Gutter+ Global-Hl-Line Global-Page-Break-Lines | |
Global-Spacemacs-Leader-Override Global-Undo-Tree Global-Vi-Tilde-Fringe | |
Goto-Address-Prog Helm Helm-Descbinds Helm-Flx Highlight-Numbers | |
Highlight-Parentheses Hl-Todo Hs Ido-Vertical Js2-Imenu-Extras Line-Number Lsp | |
Lsp-Ui Lsp-Ui-Doc Lsp-Ui-Sideline Mouse-Wheel Override-Global Persp Popwin | |
Projectile Rainbow-Delimiters Recentf Save-Place Savehist Shell-Dirtrack | |
Show-Smartparens Show-Smartparens-Global Skewer Smartparens Spaceline-Helm | |
Spaceline-Info Spacemacs-Leader-Override Transient-Mark Undo-Tree | |
Vi-Tilde-Fringe Which-Key Winner Winum Xterm-Mouse Yas Yas-Global | |
(Information about these minor modes follows the major mode info.) | |
Javascript-IDE mode defined in ‘js2-mode.el’: | |
Major mode for editing JavaScript code. | |
In addition to any hooks its parent mode ‘js-mode’ might have run, | |
this mode runs the hook ‘js2-mode-hook’, as the final or penultimate step | |
during initialization. | |
key binding | |
--- ------- | |
C-c Prefix Command | |
ESC Prefix Command | |
<down-mouse-3> js2-down-mouse-3 | |
<remap> Prefix Command | |
C-c C-a js2-mode-show-all | |
C-c C-e js2-mode-hide-element | |
C-c C-f js2-mode-toggle-hide-functions | |
C-c C-o js2-mode-toggle-element | |
C-c C-s js2-mode-show-element | |
C-c C-t js2-mode-toggle-hide-comments | |
C-c C-w js2-mode-toggle-warnings-and-errors | |
<remap> <indent-new-comment-line> | |
js2-line-break | |
<remap> <js-find-symbol> js2-jump-to-definition | |
C-M-x js-eval-defun | |
M-. js-find-symbol | |
C-c C-j js-set-js-context | |
C-c ESC Prefix Command | |
C-M-q prog-indent-sexp | |
C-c M-: js-eval | |
Anzu minor mode (no indicator): | |
minor-mode which display search information in mode-line. | |
(fn &optional ARG) | |
Async-Bytecomp-Package minor mode (no indicator): | |
Byte compile asynchronously packages installed with package.el. | |
Async compilation of packages can be controlled by | |
‘async-bytecomp-allowed-packages’. | |
(fn &optional ARG) | |
Auto-Composition minor mode (no indicator): | |
Toggle Auto Composition mode. | |
With a prefix argument ARG, enable Auto Composition mode if ARG | |
is positive, and disable it otherwise. If called from Lisp, | |
enable the mode if ARG is omitted or nil. | |
When Auto Composition mode is enabled, text characters are | |
automatically composed by functions registered in | |
‘composition-function-table’. | |
You can use ‘global-auto-composition-mode’ to turn on | |
Auto Composition mode in all buffers (this is the default). | |
Auto-Compression minor mode (no indicator): | |
Toggle Auto Compression mode. | |
With a prefix argument ARG, enable Auto Compression mode if ARG | |
is positive, and disable it otherwise. If called from Lisp, | |
enable the mode if ARG is omitted or nil. | |
Auto Compression mode is a global minor mode. When enabled, | |
compressed files are automatically uncompressed for reading, and | |
compressed when writing. | |
Auto-Encryption minor mode (no indicator): | |
Toggle automatic file encryption/decryption (Auto Encryption mode). | |
With a prefix argument ARG, enable Auto Encryption mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
(fn &optional ARG) | |
Auto-Highlight-Symbol minor mode (no indicator): | |
Toggle Auto Highlight Symbol Mode | |
Bug-Reference-Prog minor mode (no indicator): | |
Like ‘bug-reference-mode’, but only buttonize in comments and strings. | |
Clean-Aindent minor mode (no indicator): | |
Activates clean auto indent for function ’newline-and-indent’ and | |
back-space unindent for M-DEL (meta-backspace). | |
clean-aindent mode is a global minor mode. | |
1. Extension of ’newline-and-indent’ that keeps track of the last | |
auto-indent operation and, if it is abandoned, would take care to | |
trim down the unused white space characters. | |
2. Simple indent, if activated, where cursor is aligned with | |
indent of the lines above. | |
3. Backspace Unindent. Extension of M-backspace. When cursor is | |
in the indentation space of a line, or at the first character and | |
you press M-backspace it will move the entire line to be aligned | |
to the line above or any other that is with indentation smaller | |
than the current. | |
Column-Number minor mode (no indicator): | |
Toggle column number display in the mode line (Column Number mode). | |
With a prefix argument ARG, enable Column Number mode if ARG is | |
positive, and disable it otherwise. | |
If called from Lisp, enable the mode if ARG is omitted or nil. | |
(fn &optional ARG) | |
Company minor mode (indicator ⓐ): | |
"complete anything"; is an in-buffer completion framework. | |
Completion starts automatically, depending on the values | |
‘company-idle-delay’ and ‘company-minimum-prefix-length’. | |
Completion can be controlled with the commands: | |
‘company-complete-common’, ‘company-complete-selection’, ‘company-complete’, | |
‘company-select-next’, ‘company-select-previous’. If these commands are | |
called before ‘company-idle-delay’, completion will also start. | |
Completions can be searched with ‘company-search-candidates’ or | |
‘company-filter-candidates’. These can be used while completion is | |
inactive, as well. | |
The completion data is retrieved using ‘company-backends’ and displayed | |
using ‘company-frontends’. If you want to start a specific backend, call | |
it interactively or use ‘company-begin-backend’. | |
By default, the completions list is sorted alphabetically, unless the | |
backend chooses otherwise, or ‘company-transformers’ changes it later. | |
regular keymap (‘company-mode-map’): | |
key binding | |
--- ------- | |
keymap during active completions (‘company-active-map’): | |
key binding | |
--- ------- | |
C-d company-show-doc-buffer | |
C-g company-abort | |
C-h company-show-doc-buffer | |
TAB company-complete-common-or-cycle | |
C-j company-select-next | |
C-k company-select-previous | |
C-l .. RET company-complete-selection | |
C-s company-search-candidates | |
C-w company-show-location | |
ESC Prefix Command | |
C-/ helm-company | |
<S-tab> spacemacs//company-complete-common-or-cycle-backward | |
<backtab> spacemacs//company-complete-common-or-cycle-backward | |
<down> company-select-next-or-abort | |
<down-mouse-1> ignore | |
<down-mouse-3> ignore | |
<f1> company-show-doc-buffer | |
<mouse-1> company-complete-mouse | |
<mouse-3> company-select-mouse | |
<remap> Prefix Command | |
<return> company-complete-selection | |
<tab> company-complete-common-or-cycle | |
<up> company-select-previous-or-abort | |
<up-mouse-1> ignore | |
<up-mouse-3> ignore | |
<remap> <scroll-down-command> company-previous-page | |
<remap> <scroll-up-command> company-next-page | |
C-M-s company-filter-candidates | |
ESC ESC Prefix Command | |
M-0 .. M-9 company-complete-number | |
M-n company-select-next | |
M-p company-select-previous | |
C-M-/ company-filter-candidates | |
M-ESC ESC company-abort | |
(fn &optional ARG) | |
Cursor-Sensor minor mode (no indicator): | |
Handle the ‘cursor-sensor-functions’ text property. | |
This property should hold a list of functions which react to the motion | |
of the cursor. They’re called with three arguments (WINDOW OLDPOS DIR) | |
where WINDOW is the affected window, OLDPOS is the last known position of | |
the cursor and DIR can be ‘entered’ or ‘left’ depending on whether the cursor | |
is entering the area covered by the text-property property or leaving it. | |
(fn &optional ARG) | |
Diff-Auto-Refine minor mode (no indicator): | |
Toggle automatic diff hunk highlighting (Diff Auto Refine mode). | |
With a prefix argument ARG, enable Diff Auto Refine mode if ARG | |
is positive, and disable it otherwise. If called from Lisp, | |
enable the mode if ARG is omitted or nil. | |
Diff Auto Refine mode is a buffer-local minor mode used with | |
‘diff-mode’. When enabled, Emacs automatically highlights | |
changes in detail as the user visits hunks. When transitioning | |
from disabled to enabled, it tries to refine the current hunk, as | |
well. | |
(fn &optional ARG) | |
Editorconfig minor mode (no indicator): | |
Toggle EditorConfig feature. | |
When enabled EditorConfig properties will be applied to buffers | |
when first visiting files or changing major modes if the major | |
mode is not listed in ‘editorconfig-exclude-modes’. | |
Electric-Indent minor mode (no indicator): | |
Toggle on-the-fly reindentation (Electric Indent mode). | |
With a prefix argument ARG, enable Electric Indent mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
When enabled, this reindents whenever the hook ‘electric-indent-functions’ | |
returns non-nil, or if you insert a character from ‘electric-indent-chars’. | |
This is a global minor mode. To toggle the mode in a single buffer, | |
use ‘electric-indent-local-mode’. | |
Eval-Sexp-Fu-Flash minor mode (no indicator): | |
Toggle EvalSexpFuFlash mode on or off. If this mode is on, some ‘eval-last-sexp’-ish commands will highlight the sexps during evaluation. | |
Evil minor mode (no indicator): | |
:around advice: ‘ad-Advice-evil-mode’ | |
Toggle Evil-Local mode in all buffers. | |
With prefix ARG, enable Evil mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Evil-Local mode is enabled in all buffers where | |
‘evil-initialize’ would do it. | |
See ‘evil-local-mode’ for more information on Evil-Local mode. | |
(fn &optional ARG) | |
Evil-Escape minor mode (no indicator): | |
Buffer-local minor mode to escape insert state and everything else | |
with a key sequence. | |
Evil-Local minor mode (no indicator): | |
Minor mode for setting up Evil in a single buffer. | |
Eyebrowse minor mode (no indicator): | |
Toggle ‘eyebrowse-mode’. | |
This global minor mode provides a set of keybindings for | |
switching window configurations. It tries mimicking the tab | |
behaviour of ‘ranger‘, a file manager. | |
(fn &optional ARG) | |
File-Name-Shadow minor mode (no indicator): | |
Toggle file-name shadowing in minibuffers (File-Name Shadow mode). | |
With a prefix argument ARG, enable File-Name Shadow mode if ARG | |
is positive, and disable it otherwise. If called from Lisp, | |
enable the mode if ARG is omitted or nil. | |
File-Name Shadow mode is a global minor mode. When enabled, any | |
part of a filename being read in the minibuffer that would be | |
ignored (because the result is passed through | |
‘substitute-in-file-name’) is given the properties in | |
‘file-name-shadow-properties’, which can be used to make that | |
portion dim, invisible, or otherwise less visually noticeable. | |
Flycheck minor mode (indicator ⓢ): | |
Minor mode for on-the-fly syntax checking. | |
When called interactively, toggle ‘flycheck-mode’. With prefix | |
ARG, enable ‘flycheck-mode’ if ARG is positive, otherwise disable | |
it. | |
When called from Lisp, enable ‘flycheck-mode’ if ARG is omitted, | |
nil or positive. If ARG is ‘toggle’, toggle ‘flycheck-mode’. | |
Otherwise behave as if called interactively. | |
In ‘flycheck-mode’ the buffer is automatically syntax-checked | |
using the first suitable syntax checker from ‘flycheck-checkers’. | |
Use ‘flycheck-select-checker’ to select a checker for the current | |
buffer manually. | |
key binding | |
--- ------- | |
C-c Prefix Command | |
C-c ! Prefix Command | |
C-c ! C-c flycheck-compile | |
C-c ! C-w flycheck-copy-errors-as-kill | |
C-c ! ? flycheck-describe-checker | |
C-c ! C flycheck-clear | |
C-c ! H display-local-help | |
C-c ! V flycheck-version | |
C-c ! c flycheck-buffer | |
C-c ! e flycheck-explain-error-at-point | |
C-c ! h flycheck-display-error-at-point | |
C-c ! i flycheck-manual | |
C-c ! l flycheck-list-errors | |
C-c ! n flycheck-next-error | |
C-c ! p flycheck-previous-error | |
C-c ! s flycheck-select-checker | |
C-c ! v flycheck-verify-setup | |
C-c ! x flycheck-disable-checker | |
(fn &optional ARG) | |
Flycheck-Pos-Tip minor mode (no indicator): | |
A minor mode to show Flycheck error messages in a popup. | |
When called interactively, toggle ‘flycheck-pos-tip-mode’. With | |
prefix ARG, enable ‘flycheck-pos-tip-mode’ if ARG is positive, | |
otherwise disable it. | |
When called from Lisp, enable ‘flycheck-pos-tip-mode’ if ARG is | |
omitted, nil or positive. If ARG is ‘toggle’, toggle | |
‘flycheck-pos-tip-mode’. Otherwise behave as if called | |
interactively. | |
In ‘flycheck-pos-tip-mode’ show Flycheck’s error messages in a | |
GUI tooltip. Falls back to ‘flycheck-display-error-messages’ on | |
TTY frames. | |
(fn &optional ARG) | |
Font-Lock minor mode (no indicator): | |
Toggle syntax highlighting in this buffer (Font Lock mode). | |
With a prefix argument ARG, enable Font Lock mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
When Font Lock mode is enabled, text is fontified as you type it: | |
- Comments are displayed in ‘font-lock-comment-face’; | |
- Strings are displayed in ‘font-lock-string-face’; | |
- Certain other expressions are displayed in other faces | |
according to the value of the variable ‘font-lock-keywords’. | |
To customize the faces (colors, fonts, etc.) used by Font Lock for | |
fontifying different parts of buffer text, use M-x customize-face. | |
You can enable Font Lock mode in any major mode automatically by | |
turning on in the major mode’s hook. For example, put in your | |
~/.emacs: | |
(add-hook 'c-mode-hook 'turn-on-font-lock) | |
Alternatively, you can use Global Font Lock mode to automagically | |
turn on Font Lock mode in buffers whose major mode supports it | |
and whose major mode is one of ‘font-lock-global-modes’. For | |
example, put in your ~/.emacs: | |
(global-font-lock-mode t) | |
Where major modes support different levels of fontification, you | |
can use the variable ‘font-lock-maximum-decoration’ to specify | |
which level you generally prefer. When you turn Font Lock mode | |
on/off the buffer is fontified/defontified, though fontification | |
occurs only if the buffer is less than ‘font-lock-maximum-size’. | |
To add your own highlighting for some major mode, and modify the | |
highlighting selected automatically via the variable | |
‘font-lock-maximum-decoration’, you can use | |
‘font-lock-add-keywords’. | |
To fontify a buffer, without turning on Font Lock mode and | |
regardless of buffer size, you can use M-x font-lock-fontify-buffer. | |
To fontify a block (the function or paragraph containing point, | |
or a number of lines around point), perhaps because modification | |
on the current line caused syntactic change on other lines, you | |
can use M-o M-o. | |
You can set your own default settings for some mode, by setting a | |
buffer local value for ‘font-lock-defaults’, via its mode hook. | |
The above is the default behavior of ‘font-lock-mode’; you may | |
specify your own function which is called when ‘font-lock-mode’ | |
is toggled via ‘font-lock-function’. | |
Git-Gutter+ minor mode (no indicator): | |
Git-Gutter mode | |
(fn &optional ARG) | |
Global-Anzu minor mode (no indicator): | |
Toggle Anzu mode in all buffers. | |
With prefix ARG, enable Global Anzu mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Anzu mode is enabled in all buffers where | |
‘anzu--turn-on’ would do it. | |
See ‘anzu-mode’ for more information on Anzu mode. | |
(fn &optional ARG) | |
Global-Auto-Revert minor mode (no indicator): | |
Toggle Global Auto-Revert Mode. | |
With a prefix argument ARG, enable Global Auto-Revert Mode if ARG | |
is positive, and disable it otherwise. If called from Lisp, | |
enable the mode if ARG is omitted or nil. | |
Global Auto-Revert Mode is a global minor mode that reverts any | |
buffer associated with a file when the file changes on disk. Use | |
‘auto-revert-mode’ to revert a particular buffer. | |
If ‘global-auto-revert-non-file-buffers’ is non-nil, this mode | |
may also revert some non-file buffers, as described in the | |
documentation of that variable. It ignores buffers with modes | |
matching ‘global-auto-revert-ignore-modes’, and buffers with a | |
non-nil vale of ‘global-auto-revert-ignore-buffer’. | |
When a buffer is reverted, a message is generated. This can be | |
suppressed by setting ‘auto-revert-verbose’ to nil. | |
This function calls the hook ‘global-auto-revert-mode-hook’. | |
It displays the text that ‘global-auto-revert-mode-text’ | |
specifies in the mode line. | |
(fn &optional ARG) | |
Global-Eldoc minor mode (no indicator): | |
Toggle Eldoc mode in all buffers. | |
With prefix ARG, enable Global Eldoc mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Eldoc mode is enabled in all buffers where | |
‘turn-on-eldoc-mode’ would do it. | |
See ‘eldoc-mode’ for more information on Eldoc mode. | |
(fn &optional ARG) | |
Global-Flycheck minor mode (no indicator): | |
Toggle Flycheck mode in all buffers. | |
With prefix ARG, enable Global Flycheck mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Flycheck mode is enabled in all buffers where | |
‘flycheck-mode-on-safe’ would do it. | |
See ‘flycheck-mode’ for more information on Flycheck mode. | |
(fn &optional ARG) | |
Global-Font-Lock minor mode (no indicator): | |
Toggle Font-Lock mode in all buffers. | |
With prefix ARG, enable Global Font-Lock mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Font-Lock mode is enabled in all buffers where | |
‘turn-on-font-lock-if-desired’ would do it. | |
See ‘font-lock-mode’ for more information on Font-Lock mode. | |
Global-Git-Commit minor mode (no indicator): | |
Edit Git commit messages. | |
This global mode arranges for ‘git-commit-setup’ to be called | |
when a Git commit message file is opened. That usually happens | |
when Git uses the Emacsclient as $GIT_EDITOR to have the user | |
provide such a commit message. | |
(fn &optional ARG) | |
Global-Git-Gutter+ minor mode (no indicator): | |
Toggle Global Git-Gutter+ mode on or off. | |
With a prefix argument ARG, enable Global Git-Gutter+ mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil, and toggle it if ARG is ‘toggle’. | |
Uses keymap ‘global-git-gutter+-mode-map’, which is not currently defined. | |
(fn &optional ARG) | |
Global-Hl-Line minor mode (no indicator): | |
Toggle line highlighting in all buffers (Global Hl-Line mode). | |
With a prefix argument ARG, enable Global Hl-Line mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
If ‘global-hl-line-sticky-flag’ is non-nil, Global Hl-Line mode | |
highlights the line about the current buffer’s point in all live | |
windows. | |
Global-Hl-Line mode uses the functions ‘global-hl-line-highlight’ | |
and ‘global-hl-line-maybe-unhighlight’ on ‘post-command-hook’. | |
(fn &optional ARG) | |
Global-Page-Break-Lines minor mode (no indicator): | |
Toggle Page-Break-Lines mode in all buffers. | |
With prefix ARG, enable Global Page-Break-Lines mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Page-Break-Lines mode is enabled in all buffers where | |
‘page-break-lines-mode-maybe’ would do it. | |
See ‘page-break-lines-mode’ for more information on Page-Break-Lines mode. | |
Global-Spacemacs-Leader-Override minor mode (no indicator): | |
Toggle Spacemacs-Leader-Override mode in all buffers. | |
With prefix ARG, enable Global Spacemacs-Leader-Override mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Spacemacs-Leader-Override mode is enabled in all buffers where | |
‘turn-on-spacemacs-leader-override-mode’ would do it. | |
See ‘spacemacs-leader-override-mode’ for more information on Spacemacs-Leader-Override mode. | |
Global-Undo-Tree minor mode (no indicator): | |
Toggle Undo-Tree mode in all buffers. | |
With prefix ARG, enable Global Undo-Tree mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Undo-Tree mode is enabled in all buffers where | |
‘turn-on-undo-tree-mode’ would do it. | |
See ‘undo-tree-mode’ for more information on Undo-Tree mode. | |
(fn &optional ARG) | |
Global-Vi-Tilde-Fringe minor mode (no indicator): | |
Toggle Vi-Tilde-Fringe mode in all buffers. | |
With prefix ARG, enable Global Vi-Tilde-Fringe mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Vi-Tilde-Fringe mode is enabled in all buffers where | |
‘vi-tilde-fringe-mode--turn-on’ would do it. | |
See ‘vi-tilde-fringe-mode’ for more information on Vi-Tilde-Fringe mode. | |
Goto-Address-Prog minor mode (no indicator): | |
Like ‘goto-address-mode’, but only for comments and strings. | |
Helm minor mode (indicator Helm): | |
Toggle generic helm completion. | |
All functions in Emacs that use ‘completing-read’ | |
or ‘read-file-name’ and friends will use helm interface | |
when this mode is turned on. | |
However you can modify this behavior for functions of your choice | |
with ‘helm-completing-read-handlers-alist’. | |
Called with a positive arg, turn on unconditionally, with a | |
negative arg turn off. | |
You can turn it on with ‘helm-mode’. | |
Some crap emacs functions may not be supported, | |
e.g ‘ffap-alternate-file’ and maybe others | |
You can add such functions to ‘helm-completing-read-handlers-alist’ | |
with a nil value. | |
About ‘ido-mode’: | |
When you are using ‘helm-mode’, DO NOT use ‘ido-mode’, instead if you | |
want some commands use ‘ido’ add these commands to | |
‘helm-completing-read-handlers-alist’ with ido as value. | |
Note: This mode is incompatible with Emacs23. | |
(fn &optional ARG) | |
Helm-Descbinds minor mode (no indicator): | |
Use ‘helm’ for ‘describe-bindings’. | |
(fn &optional ARG) | |
Helm-Flx minor mode (no indicator): | |
helm-flx minor mode | |
(fn &optional ARG) | |
Highlight-Numbers minor mode (no indicator): | |
Minor mode for highlighting numeric literals in source code. | |
Toggle Highlight Numbers mode on or off. | |
With a prefix argument ARG, enable Highlight Numbers mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil, and toggle it if ARG is ‘toggle’. | |
(fn &optional ARG) | |
Highlight-Parentheses minor mode (no indicator): | |
Minor mode to highlight the surrounding parentheses. | |
Hl-Todo minor mode (no indicator): | |
Highlight TODO and similar keywords in comments and strings. | |
(fn &optional ARG) | |
Hs minor mode (no indicator): | |
Minor mode to selectively hide/show code and comment blocks. | |
With a prefix argument ARG, enable the mode if ARG is positive, | |
and disable it otherwise. If called from Lisp, enable the mode | |
if ARG is omitted or nil. | |
When hideshow minor mode is on, the menu bar is augmented with hideshow | |
commands and the hideshow commands are enabled. | |
The value (hs . t) is added to ‘buffer-invisibility-spec’. | |
The main commands are: ‘hs-hide-all’, ‘hs-show-all’, ‘hs-hide-block’, | |
‘hs-show-block’, ‘hs-hide-level’ and ‘hs-toggle-hiding’. There is also | |
‘hs-hide-initial-comment-block’ and ‘hs-mouse-toggle-hiding’. | |
Turning hideshow minor mode off reverts the menu bar and the | |
variables to default values and disables the hideshow commands. | |
Lastly, the normal hook ‘hs-minor-mode-hook’ is run using ‘run-hooks’. | |
Key bindings: | |
key binding | |
--- ------- | |
C-c Prefix Command | |
<S-mouse-2> hs-mouse-toggle-hiding | |
C-c @ Prefix Command | |
C-c @ C-a hs-show-all | |
C-c @ C-c hs-toggle-hiding | |
C-c @ C-d hs-hide-block | |
C-c @ C-e hs-toggle-hiding | |
C-c @ C-h hs-hide-block | |
C-c @ C-l hs-hide-level | |
C-c @ C-s hs-show-block | |
C-c @ C-t hs-hide-all | |
C-c @ ESC Prefix Command | |
C-c @ C-M-h hs-hide-all | |
C-c @ C-M-s hs-show-all | |
Ido-Vertical minor mode (no indicator): | |
Makes ido-mode display vertically. | |
Js2-Imenu-Extras minor mode (no indicator): | |
Toggle Imenu support for frameworks and structural patterns. | |
Line-Number minor mode (no indicator): | |
Toggle line number display in the mode line (Line Number mode). | |
With a prefix argument ARG, enable Line Number mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
Line numbers do not appear for very large buffers and buffers | |
with very long lines; see variables ‘line-number-display-limit’ | |
and ‘line-number-display-limit-width’. | |
(fn &optional ARG) | |
Lsp minor mode (no indicator): | |
(fn &optional ARG) | |
Lsp-Ui minor mode (no indicator): | |
Toggle language server UI mode on or off. | |
‘lsp-ui-mode’ is a minor mode that contains a series of useful UI | |
integrations for ‘lsp-mode’. With a prefix argument ARG, enable | |
language server UI mode if ARG is positive, and disable it | |
otherwise. If called from Lisp, enable the mode if ARG is | |
omitted or nil, and toggle it if ARG is ‘toggle’. | |
(fn &optional ARG) | |
Lsp-Ui-Doc minor mode (no indicator): | |
Minor mode for showing hover information in child frame. | |
(fn &optional ARG) | |
Lsp-Ui-Sideline minor mode (no indicator): | |
Minor mode for showing information of current line. | |
(fn &optional ARG) | |
Mouse-Wheel minor mode (no indicator): | |
Toggle mouse wheel support (Mouse Wheel mode). | |
With a prefix argument ARG, enable Mouse Wheel mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
Override-Global minor mode (no indicator): | |
A minor mode so that keymap settings override other modes. | |
Persp minor mode (no indicator): | |
Toggle the persp-mode. | |
When active, keeps track of multiple ’perspectives’, | |
named collections of buffers and window configurations. | |
Here is a keymap of this minor mode: | |
key binding | |
--- ------- | |
C-c Prefix Command | |
C-c p persp-key-map | |
C-c p C persp-kill | |
(that binding is currently shadowed by another mode) | |
C-c p I persp-import-win-conf | |
(that binding is currently shadowed by another mode) | |
C-c p K persp-kill-buffer | |
C-c p L persp-load-from-file-by-names | |
C-c p S persp-window-switch | |
(that binding is currently shadowed by another mode) | |
C-c p W persp-save-to-file-by-names | |
C-c p a persp-add-buffer | |
(that binding is currently shadowed by another mode) | |
C-c p b persp-switch-to-buffer | |
(that binding is currently shadowed by another mode) | |
C-c p c persp-copy | |
(that binding is currently shadowed by another mode) | |
C-c p i persp-import-buffers | |
(that binding is currently shadowed by another mode) | |
C-c p k persp-remove-buffer | |
(that binding is currently shadowed by another mode) | |
C-c p l persp-load-state-from-file | |
(that binding is currently shadowed by another mode) | |
C-c p n persp-next | |
C-c p o ?? | |
(that binding is currently shadowed by another mode) | |
C-c p p persp-prev | |
(that binding is currently shadowed by another mode) | |
C-c p r persp-rename | |
(that binding is currently shadowed by another mode) | |
C-c p s persp-frame-switch | |
(that binding is currently shadowed by another mode) | |
C-c p t persp-temporarily-display-buffer | |
(that binding is currently shadowed by another mode) | |
C-c p w persp-save-state-to-file | |
C-c p z persp-save-and-kill | |
(that binding is currently shadowed by another mode) | |
Popwin minor mode (no indicator): | |
Projectile minor mode (no indicator): | |
Minor mode to assist project management and navigation. | |
When called interactively, toggle ‘projectile-mode’. With prefix | |
ARG, enable ‘projectile-mode’ if ARG is positive, otherwise disable | |
it. | |
When called from Lisp, enable ‘projectile-mode’ if ARG is omitted, | |
nil or positive. If ARG is ‘toggle’, toggle ‘projectile-mode’. | |
Otherwise behave as if called interactively. | |
key binding | |
--- ------- | |
C-c Prefix Command | |
C-c p projectile-command-map | |
C-c p ESC projectile-project-buffers-other-buffer | |
C-c p ! projectile-run-shell-command-in-root | |
C-c p & projectile-run-async-shell-command-in-root | |
C-c p 4 Prefix Command | |
C-c p 5 Prefix Command | |
C-c p C projectile-configure-project | |
C-c p D projectile-dired | |
C-c p E projectile-edit-dir-locals | |
C-c p F projectile-find-file-in-known-projects | |
C-c p I projectile-ibuffer | |
C-c p P projectile-test-project | |
C-c p R projectile-regenerate-tags | |
C-c p S projectile-save-project-buffers | |
C-c p T projectile-find-test-file | |
C-c p V projectile-browse-dirty-projects | |
C-c p a projectile-find-other-file | |
C-c p b projectile-switch-to-buffer | |
C-c p c projectile-compile-project | |
C-c p d projectile-find-dir | |
C-c p e projectile-recentf | |
C-c p f projectile-find-file | |
C-c p g projectile-find-file-dwim | |
C-c p h helm-projectile | |
C-c p i projectile-invalidate-cache | |
C-c p j projectile-find-tag | |
C-c p k projectile-kill-buffers | |
C-c p l projectile-find-file-in-directory | |
C-c p m projectile-commander | |
C-c p o projectile-multi-occur | |
C-c p p projectile-switch-project | |
C-c p q projectile-switch-open-project | |
C-c p r projectile-replace | |
C-c p s Prefix Command | |
C-c p t projectile-toggle-between-implementation-and-test | |
C-c p u projectile-run-project | |
C-c p v projectile-vc | |
C-c p x Prefix Command | |
C-c p z projectile-cache-current-file | |
C-c p x e projectile-run-eshell | |
C-c p x s projectile-run-shell | |
C-c p x t projectile-run-term | |
C-c p s g projectile-grep | |
C-c p s r projectile-ripgrep | |
C-c p s s projectile-ag | |
C-c p 5 D projectile-dired-other-frame | |
C-c p 5 a projectile-find-other-file-other-frame | |
C-c p 5 b projectile-switch-to-buffer-other-frame | |
C-c p 5 d projectile-find-dir-other-frame | |
C-c p 5 f projectile-find-file-other-frame | |
C-c p 5 g projectile-find-file-dwim-other-frame | |
C-c p 5 t projectile-find-implementation-or-test-other-frame | |
C-c p 4 C-o projectile-display-buffer | |
C-c p 4 D projectile-dired-other-window | |
C-c p 4 a projectile-find-other-file-other-window | |
C-c p 4 b projectile-switch-to-buffer-other-window | |
C-c p 4 d projectile-find-dir-other-window | |
C-c p 4 f projectile-find-file-other-window | |
C-c p 4 g projectile-find-file-dwim-other-window | |
C-c p 4 t projectile-find-implementation-or-test-other-window | |
(fn &optional ARG) | |
Rainbow-Delimiters minor mode (no indicator): | |
Highlight nested parentheses, brackets, and braces according to their depth. | |
(fn &optional ARG) | |
Recentf minor mode (no indicator): | |
Toggle "Open Recent" menu (Recentf mode). | |
With a prefix argument ARG, enable Recentf mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
Recentf mode if ARG is omitted or nil. | |
When Recentf mode is enabled, a "Open Recent" submenu is | |
displayed in the "File" menu, containing a list of files that | |
were operated on recently. | |
Save-Place minor mode (no indicator): | |
Non-nil means automatically save place in each file. | |
This means when you visit a file, point goes to the last place | |
where it was when you previously visited the same file. | |
Savehist minor mode (no indicator): | |
Toggle saving of minibuffer history (Savehist mode). | |
With a prefix argument ARG, enable Savehist mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
When Savehist mode is enabled, minibuffer history is saved | |
periodically and when exiting Emacs. When Savehist mode is | |
enabled for the first time in an Emacs session, it loads the | |
previous minibuffer history from ‘savehist-file’. | |
This mode should normally be turned on from your Emacs init file. | |
Calling it at any other time replaces your current minibuffer | |
histories, which is probably undesirable. | |
Shell-Dirtrack minor mode (no indicator): | |
Toggle directory tracking in this shell buffer (Shell Dirtrack mode). | |
With a prefix argument ARG, enable Shell Dirtrack mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
The ‘dirtrack’ package provides an alternative implementation of | |
this feature; see the function ‘dirtrack-mode’. | |
(fn &optional ARG) | |
Show-Smartparens minor mode (no indicator): | |
Toggle visualization of matching pairs. When enabled, any | |
matching pair is highlighted after ‘sp-show-pair-delay’ seconds | |
of Emacs idle time if the point is immediately in front or after | |
a pair. This mode works similarly to ‘show-paren-mode’, but | |
support custom pairs. | |
(fn &optional ARG) | |
Show-Smartparens-Global minor mode (no indicator): | |
Toggle Show-Smartparens mode in all buffers. | |
With prefix ARG, enable Show-Smartparens-Global mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Show-Smartparens mode is enabled in all buffers where | |
‘turn-on-show-smartparens-mode’ would do it. | |
See ‘show-smartparens-mode’ for more information on Show-Smartparens mode. | |
(fn &optional ARG) | |
Skewer minor mode (no indicator): | |
Minor mode for interacting with a browser. | |
(fn &optional ARG) | |
Smartparens minor mode (indicator ⓟ): | |
Toggle smartparens mode. | |
You can enable pre-set bindings by customizing | |
‘sp-base-key-bindings’ variable. The current content of | |
‘smartparens-mode-map’ is: | |
key binding | |
--- ------- | |
(fn &optional ARG) | |
Spaceline-Helm minor mode (no indicator): | |
Customize the mode-line in helm. | |
Spaceline-Info minor mode (no indicator): | |
Customize the mode-line in info. | |
This minor mode requires info+. | |
Spacemacs-Leader-Override minor mode (no indicator): | |
Minor mode that makes spacemacs-default-map override minor mode maps. Set up by bind-map.el. | |
Transient-Mark minor mode (no indicator): | |
Toggle Transient Mark mode. | |
With a prefix argument ARG, enable Transient Mark mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
Transient Mark mode if ARG is omitted or nil. | |
Transient Mark mode is a global minor mode. When enabled, the | |
region is highlighted with the ‘region’ face whenever the mark | |
is active. The mark is "deactivated" by changing the buffer, | |
and after certain other operations that set the mark but whose | |
main purpose is something else--for example, incremental search, | |
<, and >. | |
You can also deactivate the mark by typing C-g or | |
M-ESC ESC. | |
Many commands change their behavior when Transient Mark mode is | |
in effect and the mark is active, by acting on the region instead | |
of their usual default part of the buffer’s text. Examples of | |
such commands include M-;, M-x flush-lines, M-x keep-lines, | |
M-%, C-M-%, M-x ispell, and C-_. | |
To see the documentation of commands which are sensitive to the | |
Transient Mark mode, invoke C-h d and type "transient" | |
or "mark.*active" at the prompt. | |
(fn &optional ARG) | |
Undo-Tree minor mode (no indicator): | |
Toggle undo-tree mode. | |
With no argument, this command toggles the mode. | |
A positive prefix argument turns the mode on. | |
A negative prefix argument turns it off. | |
Undo-tree-mode replaces Emacs’ standard undo feature with a more | |
powerful yet easier to use version, that treats the undo history | |
as what it is: a tree. | |
The following keys are available in ‘undo-tree-mode’: | |
key binding | |
--- ------- | |
C-x Prefix Command | |
ESC Prefix Command | |
C-_ undo-tree-undo | |
C-/ undo-tree-undo | |
C-? undo-tree-redo | |
<remap> Prefix Command | |
C-x r Prefix Command | |
C-x u undo-tree-visualize | |
M-_ undo-tree-redo | |
<remap> <redo> undo-tree-redo | |
<remap> <undo> undo-tree-undo | |
<remap> <undo-only> undo-tree-undo | |
C-x r U undo-tree-restore-state-from-register | |
C-x r u undo-tree-save-state-to-register | |
Within the undo-tree visualizer, the following keys are available: | |
key binding | |
--- ------- | |
C-b undo-tree-visualize-switch-branch-left | |
C-f undo-tree-visualize-switch-branch-right | |
C-n undo-tree-visualize-redo | |
C-p undo-tree-visualize-undo | |
C-q undo-tree-visualizer-abort | |
ESC Prefix Command | |
, undo-tree-visualizer-scroll-left | |
. undo-tree-visualizer-scroll-right | |
< undo-tree-visualizer-scroll-left | |
> undo-tree-visualizer-scroll-right | |
b undo-tree-visualize-switch-branch-left | |
d undo-tree-visualizer-toggle-diff | |
f undo-tree-visualize-switch-branch-right | |
n undo-tree-visualize-redo | |
p undo-tree-visualize-undo | |
q undo-tree-visualizer-quit | |
s undo-tree-visualizer-selection-mode | |
t undo-tree-visualizer-toggle-timestamps | |
<C-down> undo-tree-visualize-redo-to-x | |
<C-up> undo-tree-visualize-undo-to-x | |
<down> undo-tree-visualize-redo | |
<evilified-state> Prefix Command | |
<left> undo-tree-visualize-switch-branch-left | |
<mouse-1> undo-tree-visualizer-mouse-set | |
<next> undo-tree-visualizer-scroll-up | |
<prior> undo-tree-visualizer-scroll-down | |
<remap> Prefix Command | |
<right> undo-tree-visualize-switch-branch-right | |
<up> undo-tree-visualize-undo | |
<evilified-state> C-b evil-scroll-page-up | |
<evilified-state> C-d evil-scroll-down | |
<evilified-state> C-e evil-scroll-line-down | |
<evilified-state> C-f evil-scroll-page-down | |
<evilified-state> C-n undo-tree-visualize-redo | |
<evilified-state> C-u evil-scroll-up | |
<evilified-state> C-y evil-scroll-line-up | |
<evilified-state> C-z evil-emacs-state | |
<evilified-state> SPC spacemacs-cmds | |
<evilified-state> / evil-search-forward | |
<evilified-state> : evil-ex | |
<evilified-state> G evil-goto-line | |
<evilified-state> N evil-search-previous | |
<evilified-state> V evil-visual-line | |
<evilified-state> g Prefix Command | |
<evilified-state> h undo-tree-visualize-switch-branch-left | |
<evilified-state> j undo-tree-visualize-redo | |
<evilified-state> k undo-tree-visualize-undo | |
<evilified-state> l undo-tree-visualize-switch-branch-right | |
<evilified-state> n evil-search-next | |
<evilified-state> v evil-visual-char | |
<evilified-state> C-S-b undo-tree-visualize-switch-branch-left | |
<evilified-state> C-S-f undo-tree-visualize-switch-branch-right | |
<evilified-state> C-S-n undo-tree-visualize-redo | |
M-{ undo-tree-visualize-undo-to-x | |
M-} undo-tree-visualize-redo-to-x | |
<remap> <backward-char> undo-tree-visualize-switch-branch-left | |
<remap> <backward-paragraph> undo-tree-visualize-undo-to-x | |
<remap> <evil-backward-char> undo-tree-visualize-switch-branch-left | |
<remap> <evil-forward-char> undo-tree-visualize-switch-branch-right | |
<remap> <evil-next-line> undo-tree-visualize-redo | |
<remap> <evil-previous-line> undo-tree-visualize-undo | |
<remap> <evil-ret> undo-tree-visualizer-set | |
<remap> <forward-char> undo-tree-visualize-switch-branch-right | |
<remap> <forward-paragraph> undo-tree-visualize-redo-to-x | |
<remap> <next-line> undo-tree-visualize-redo | |
<remap> <previous-line> undo-tree-visualize-undo | |
<evilified-state> SPC TAB spacemacs/alternate-buffer | |
<evilified-state> SPC SPC helm-M-x | |
<evilified-state> SPC ! shell-command | |
<evilified-state> SPC ' spacemacs/default-pop-shell | |
<evilified-state> SPC * spacemacs/helm-project-smart-do-search-region-or-symbol | |
<evilified-state> SPC / spacemacs/helm-project-smart-do-search | |
<evilified-state> SPC 0 neotree-show | |
<evilified-state> SPC 1 winum-select-window-1 | |
<evilified-state> SPC 2 winum-select-window-2 | |
<evilified-state> SPC 3 winum-select-window-3 | |
<evilified-state> SPC 4 winum-select-window-4 | |
<evilified-state> SPC 5 winum-select-window-5 | |
<evilified-state> SPC 6 winum-select-window-6 | |
<evilified-state> SPC 7 winum-select-window-7 | |
<evilified-state> SPC 8 winum-select-window-8 | |
<evilified-state> SPC 9 winum-select-window-9 | |
<evilified-state> SPC ; evilnc-comment-operator | |
<evilified-state> SPC ? helm-descbinds | |
<evilified-state> SPC C Prefix Command | |
<evilified-state> SPC F Prefix Command | |
<evilified-state> SPC N Prefix Command | |
<evilified-state> SPC T Prefix Command | |
<evilified-state> SPC ` winum-select-window-by-number | |
<evilified-state> SPC a Prefix Command | |
<evilified-state> SPC b Prefix Command | |
<evilified-state> SPC c Prefix Command | |
<evilified-state> SPC e Prefix Command | |
<evilified-state> SPC f Prefix Command | |
<evilified-state> SPC g Prefix Command | |
<evilified-state> SPC h Prefix Command | |
<evilified-state> SPC i Prefix Command | |
<evilified-state> SPC j Prefix Command | |
<evilified-state> SPC k Prefix Command | |
<evilified-state> SPC l spacemacs/layouts-transient-state/body | |
<evilified-state> SPC n Prefix Command | |
<evilified-state> SPC p Prefix Command | |
<evilified-state> SPC q Prefix Command | |
<evilified-state> SPC r Prefix Command | |
<evilified-state> SPC s Prefix Command | |
<evilified-state> SPC t Prefix Command | |
<evilified-state> SPC u universal-argument | |
<evilified-state> SPC v er/expand-region | |
<evilified-state> SPC w Prefix Command | |
<evilified-state> SPC x Prefix Command | |
<evilified-state> SPC z Prefix Command | |
<evilified-state> SPC ² winum-select-window-by-number | |
<evilified-state> SPC <f1> lazy-helm/helm-apropos | |
<evilified-state> g g evil-goto-first-line | |
<evilified-state> SPC k C-r evil-lisp-state-undo-tree-redo | |
<evilified-state> SPC k C-v evil-lisp-state-evil-visual-block | |
<evilified-state> SPC k $ evil-lisp-state-sp-end-of-sexp | |
<evilified-state> SPC k % evil-lisp-state-evil-jump-item | |
<evilified-state> SPC k ( evil-lisp-state-insert-sexp-before | |
<evilified-state> SPC k ) evil-lisp-state-insert-sexp-after | |
<evilified-state> SPC k . lisp-state-toggle-lisp-state | |
<evilified-state> SPC k 0 evil-lisp-state-beginning-of-sexp | |
<evilified-state> SPC k 1 .. <evilified-state> SPC k 9 | |
evil-lisp-state-digit-argument | |
<evilified-state> SPC k : evil-lisp-state-evil-ex | |
<evilified-state> SPC k B evil-lisp-state-sp-backward-barf-sexp | |
<evilified-state> SPC k D Prefix Command | |
<evilified-state> SPC k E evil-lisp-state-sp-splice-sexp-killing-backward | |
<evilified-state> SPC k H evil-lisp-state-sp-backward-sexp | |
<evilified-state> SPC k I evil-lisp-state-evil-insert-line | |
<evilified-state> SPC k J evil-lisp-state-sp-join-sexp | |
<evilified-state> SPC k L evil-lisp-state-sp-forward-sexp | |
<evilified-state> SPC k P evil-lisp-state-evil-paste-before | |
<evilified-state> SPC k S evil-lisp-state-sp-backward-slurp-sexp | |
<evilified-state> SPC k U evil-lisp-state-sp-backward-up-sexp | |
<evilified-state> SPC k V evil-lisp-state-evil-visual-line | |
<evilified-state> SPC k W evil-lisp-state-sp-unwrap-sexp | |
<evilified-state> SPC k ` Prefix Command | |
<evilified-state> SPC k a evil-lisp-state-sp-absorb-sexp | |
<evilified-state> SPC k b evil-lisp-state-sp-forward-barf-sexp | |
<evilified-state> SPC k c evil-lisp-state-sp-convolute-sexp | |
<evilified-state> SPC k d Prefix Command | |
<evilified-state> SPC k e evil-lisp-state-sp-splice-sexp-killing-forward | |
<evilified-state> SPC k h evil-lisp-state-sp-backward-symbol | |
<evilified-state> SPC k i evil-lisp-state-evil-insert-state | |
<evilified-state> SPC k j evil-lisp-state-next-closing-paren | |
<evilified-state> SPC k k evil-lisp-state-prev-opening-paren | |
<evilified-state> SPC k l evil-lisp-state-forward-symbol | |
<evilified-state> SPC k p evil-lisp-state-evil-paste-after | |
<evilified-state> SPC k r evil-lisp-state-sp-raise-sexp | |
<evilified-state> SPC k s evil-lisp-state-sp-forward-slurp-sexp | |
<evilified-state> SPC k t evil-lisp-state-sp-transpose-sexp | |
<evilified-state> SPC k u evil-lisp-state-undo-tree-undo | |
<evilified-state> SPC k v evil-lisp-state-evil-visual-char | |
<evilified-state> SPC k w evil-lisp-state-wrap | |
<evilified-state> SPC k y evil-lisp-state-sp-copy-sexp | |
<evilified-state> SPC k <escape> | |
evil-lisp-state/quit | |
<evilified-state> SPC k <remap> | |
Prefix Command | |
<evilified-state> SPC F B display-buffer-other-frame | |
<evilified-state> SPC F D delete-other-frames | |
<evilified-state> SPC F O dired-other-frame | |
<evilified-state> SPC F b switch-to-buffer-other-frame | |
<evilified-state> SPC F d delete-frame | |
<evilified-state> SPC F f find-file-other-frame | |
<evilified-state> SPC F n make-frame | |
<evilified-state> SPC F o other-frame | |
<evilified-state> SPC q D spacemacs/restart-stock-emacs-with-packages | |
<evilified-state> SPC q Q spacemacs/kill-emacs | |
<evilified-state> SPC q R spacemacs/restart-emacs | |
<evilified-state> SPC q d spacemacs/restart-emacs-debug-init | |
<evilified-state> SPC q f spacemacs/frame-killer | |
<evilified-state> SPC q q spacemacs/prompt-kill-emacs | |
<evilified-state> SPC q r spacemacs/restart-emacs-resume-layouts | |
<evilified-state> SPC q s spacemacs/save-buffers-kill-emacs | |
<evilified-state> SPC q t spacemacs/restart-emacs-adv-timers | |
<evilified-state> SPC C c org-capture | |
<evilified-state> SPC C l lazy-helm/helm-colors | |
<evilified-state> SPC e . spacemacs/error-transient-state/body | |
<evilified-state> SPC e L spacemacs/goto-flycheck-error-list | |
<evilified-state> SPC e N spacemacs/previous-error | |
<evilified-state> SPC e S flycheck-set-checker-executable | |
<evilified-state> SPC e b flycheck-buffer | |
<evilified-state> SPC e c flycheck-clear | |
<evilified-state> SPC e h flycheck-describe-checker | |
<evilified-state> SPC e l spacemacs/toggle-flycheck-error-list | |
<evilified-state> SPC e n spacemacs/next-error | |
<evilified-state> SPC e p spacemacs/previous-error | |
<evilified-state> SPC e s flycheck-select-checker | |
<evilified-state> SPC e v flycheck-verify-setup | |
<evilified-state> SPC e x flycheck-explain-error-at-point | |
<evilified-state> SPC n + spacemacs/evil-numbers-transient-state/evil-numbers/inc-at-pt | |
<evilified-state> SPC n - spacemacs/evil-numbers-transient-state/evil-numbers/dec-at-pt | |
<evilified-state> SPC n = spacemacs/evil-numbers-transient-state/evil-numbers/inc-at-pt | |
<evilified-state> SPC n f narrow-to-defun | |
<evilified-state> SPC n p narrow-to-page | |
<evilified-state> SPC n r narrow-to-region | |
<evilified-state> SPC n w widen | |
<evilified-state> SPC c C compile | |
<evilified-state> SPC c L spacemacs/comment-or-uncomment-lines-inverse | |
<evilified-state> SPC c P spacemacs/comment-or-uncomment-paragraphs-inverse | |
<evilified-state> SPC c T spacemacs/quick-comment-or-uncomment-to-the-line-inverse | |
<evilified-state> SPC c Y spacemacs/copy-and-comment-lines-inverse | |
<evilified-state> SPC c c helm-make-projectile | |
<evilified-state> SPC c d spacemacs/close-compilation-window | |
<evilified-state> SPC c h hide/show-comments-toggle | |
<evilified-state> SPC c k kill-compilation | |
<evilified-state> SPC c l spacemacs/comment-or-uncomment-lines | |
<evilified-state> SPC c m helm-make | |
<evilified-state> SPC c p spacemacs/comment-or-uncomment-paragraphs | |
<evilified-state> SPC c r recompile | |
<evilified-state> SPC c t spacemacs/quick-comment-or-uncomment-to-the-line | |
<evilified-state> SPC c y spacemacs/copy-and-comment-lines | |
<evilified-state> SPC a ' lazy-helm/helm-available-repls | |
<evilified-state> SPC a P proced | |
<evilified-state> SPC a c calc-dispatch | |
<evilified-state> SPC a d dired | |
<evilified-state> SPC a k spacemacs/paradox-list-packages | |
<evilified-state> SPC a o Prefix Command | |
<evilified-state> SPC a p list-processes | |
<evilified-state> SPC a s Prefix Command | |
<evilified-state> SPC a u undo-tree-visualize | |
<evilified-state> SPC p ! projectile-run-shell-command-in-root | |
<evilified-state> SPC p $ Prefix Command | |
<evilified-state> SPC p % projectile-replace-regexp | |
<evilified-state> SPC p & projectile-run-async-shell-command-in-root | |
<evilified-state> SPC p ' spacemacs/projectile-shell-pop | |
<evilified-state> SPC p D projectile-dired | |
<evilified-state> SPC p F helm-projectile-find-file-dwim | |
<evilified-state> SPC p G projectile-regenerate-tags | |
<evilified-state> SPC p I projectile-invalidate-cache | |
<evilified-state> SPC p R projectile-replace | |
<evilified-state> SPC p T projectile-test-project | |
<evilified-state> SPC p a projectile-toggle-between-implementation-and-test | |
<evilified-state> SPC p b helm-projectile-switch-to-buffer | |
<evilified-state> SPC p c projectile-compile-project | |
<evilified-state> SPC p d helm-projectile-find-dir | |
<evilified-state> SPC p e projectile-edit-dir-locals | |
<evilified-state> SPC p f helm-projectile-find-file | |
<evilified-state> SPC p g projectile-find-tag | |
<evilified-state> SPC p h helm-projectile | |
<evilified-state> SPC p k projectile-kill-buffers | |
<evilified-state> SPC p l spacemacs/helm-persp-switch-project | |
<evilified-state> SPC p o org-projectile/goto-todos | |
<evilified-state> SPC p p helm-projectile-switch-project | |
<evilified-state> SPC p r helm-projectile-recentf | |
<evilified-state> SPC p t neotree-find-project-root | |
<evilified-state> SPC p v projectile-vc | |
<evilified-state> SPC g . spacemacs/vcs-transient-state/body | |
<evilified-state> SPC g H Prefix Command | |
<evilified-state> SPC g I helm-gitignore | |
<evilified-state> SPC g L magit-list-repositories | |
<evilified-state> SPC g M git-messenger:popup-message | |
<evilified-state> SPC g S magit-stage-file | |
<evilified-state> SPC g U magit-unstage-file | |
<evilified-state> SPC g b spacemacs/git-blame-micro-state | |
<evilified-state> SPC g c magit-clone | |
<evilified-state> SPC g f Prefix Command | |
<evilified-state> SPC g h Prefix Command | |
<evilified-state> SPC g i magit-init | |
<evilified-state> SPC g l Prefix Command | |
<evilified-state> SPC g m magit-dispatch-popup | |
<evilified-state> SPC g r spacemacs/smerge-transient-state/body | |
<evilified-state> SPC g s magit-status | |
<evilified-state> SPC g t spacemacs/time-machine-transient-state/body | |
<evilified-state> SPC f C Prefix Command | |
<evilified-state> SPC f D spacemacs/delete-current-buffer-file | |
<evilified-state> SPC f E spacemacs/sudo-edit | |
<evilified-state> SPC f F lazy-helm/helm-find-files | |
<evilified-state> SPC f J spacemacs/open-junk-file | |
<evilified-state> SPC f L lazy-helm/helm-locate | |
<evilified-state> SPC f R spacemacs/rename-current-buffer-file | |
<evilified-state> SPC f S evil-write-all | |
<evilified-state> SPC f T neotree-show | |
<evilified-state> SPC f b helm-filtered-bookmarks | |
<evilified-state> SPC f c spacemacs/copy-file | |
<evilified-state> SPC f e Prefix Command | |
<evilified-state> SPC f f lazy-helm/spacemacs/helm-find-files | |
<evilified-state> SPC f g rgrep | |
<evilified-state> SPC f h hexl-find-file | |
<evilified-state> SPC f j dired-jump | |
<evilified-state> SPC f l find-file-literally | |
<evilified-state> SPC f o spacemacs/open-file-or-directory-in-external-app | |
<evilified-state> SPC f r lazy-helm/helm-recentf | |
<evilified-state> SPC f s save-buffer | |
<evilified-state> SPC f t neotree-toggle | |
<evilified-state> SPC f v Prefix Command | |
<evilified-state> SPC f y spacemacs/show-and-copy-buffer-filename | |
<evilified-state> SPC j $ spacemacs/push-mark-and-goto-end-of-line | |
<evilified-state> SPC j 0 spacemacs/push-mark-and-goto-beginning-of-line | |
<evilified-state> SPC j = spacemacs/indent-region-or-buffer | |
<evilified-state> SPC j D dired-jump-other-window | |
<evilified-state> SPC j I lazy-helm/helm-imenu-in-all-buffers | |
<evilified-state> SPC j S spacemacs/split-and-new-line | |
<evilified-state> SPC j b avy-pop-mark | |
<evilified-state> SPC j d dired-jump | |
<evilified-state> SPC j f find-function | |
<evilified-state> SPC j i spacemacs/helm-jump-in-buffer | |
<evilified-state> SPC j j evil-avy-goto-char-timer | |
<evilified-state> SPC j k spacemacs/evil-goto-next-line-and-indent | |
<evilified-state> SPC j l evil-avy-goto-line | |
<evilified-state> SPC j n sp-newline | |
<evilified-state> SPC j o open-line | |
<evilified-state> SPC j q dumb-jump-quick-look | |
<evilified-state> SPC j s sp-split-sexp | |
<evilified-state> SPC j u spacemacs/avy-goto-url | |
<evilified-state> SPC j v find-variable | |
<evilified-state> SPC j w evil-avy-goto-word-or-subword-1 | |
<evilified-state> SPC i J spacemacs/insert-line-below-no-indent | |
<evilified-state> SPC i K spacemacs/insert-line-above-no-indent | |
<evilified-state> SPC i S Prefix Command | |
<evilified-state> SPC i U Prefix Command | |
<evilified-state> SPC i j spacemacs/evil-insert-line-below | |
<evilified-state> SPC i k spacemacs/evil-insert-line-above | |
<evilified-state> SPC i l Prefix Command | |
<evilified-state> SPC i p Prefix Command | |
<evilified-state> SPC i s spacemacs/helm-yas | |
<evilified-state> SPC i u lazy-helm/helm-ucs | |
<evilified-state> SPC w TAB spacemacs/alternate-window | |
<evilified-state> SPC w + spacemacs/window-layout-toggle | |
<evilified-state> SPC w - split-window-below | |
<evilified-state> SPC w . spacemacs/window-manipulation-transient-state/body | |
<evilified-state> SPC w / split-window-right | |
<evilified-state> SPC w 1 spacemacs/window-split-single-column | |
<evilified-state> SPC w 2 spacemacs/window-split-double-columns | |
<evilified-state> SPC w 3 spacemacs/window-split-triple-columns | |
<evilified-state> SPC w 4 spacemacs/window-split-grid | |
<evilified-state> SPC w = balance-windows-area | |
<evilified-state> SPC w C spacemacs/toggle-centered-buffer-mode-frame | |
<evilified-state> SPC w D spacemacs/ace-delete-window | |
<evilified-state> SPC w F make-frame | |
<evilified-state> SPC w H evil-window-move-far-left | |
<evilified-state> SPC w J evil-window-move-very-bottom | |
<evilified-state> SPC w K evil-window-move-very-top | |
<evilified-state> SPC w L evil-window-move-far-right | |
<evilified-state> SPC w M ace-swap-window | |
<evilified-state> SPC w R spacemacs/rotate-windows-backward | |
<evilified-state> SPC w S split-window-below-and-focus | |
<evilified-state> SPC w U winner-redo | |
<evilified-state> SPC w V split-window-right-and-focus | |
<evilified-state> SPC w W ace-window | |
<evilified-state> SPC w _ spacemacs/maximize-horizontally | |
<evilified-state> SPC w b spacemacs/switch-to-minibuffer-window | |
<evilified-state> SPC w c spacemacs/toggle-centered-buffer-mode | |
<evilified-state> SPC w d spacemacs/delete-window | |
<evilified-state> SPC w f follow-mode | |
<evilified-state> SPC w h evil-window-left | |
<evilified-state> SPC w j evil-window-down | |
<evilified-state> SPC w k evil-window-up | |
<evilified-state> SPC w l evil-window-right | |
<evilified-state> SPC w m spacemacs/toggle-maximize-buffer | |
<evilified-state> SPC w o other-frame | |
<evilified-state> SPC w p Prefix Command | |
<evilified-state> SPC w r spacemacs/rotate-windows-forward | |
<evilified-state> SPC w s split-window-below | |
<evilified-state> SPC w t spacemacs/toggle-current-window-dedication | |
<evilified-state> SPC w u winner-undo | |
<evilified-state> SPC w v split-window-right | |
<evilified-state> SPC w w other-window | |
<evilified-state> SPC w x kill-buffer-and-window | |
<evilified-state> SPC w | spacemacs/maximize-vertically | |
<evilified-state> SPC w <S-down> | |
evil-window-move-very-bottom | |
<evilified-state> SPC w <S-left> | |
evil-window-move-far-left | |
<evilified-state> SPC w <S-right> | |
evil-window-move-far-right | |
<evilified-state> SPC w <S-up> evil-window-move-very-top | |
<evilified-state> SPC w <down> evil-window-down | |
<evilified-state> SPC w <left> evil-window-left | |
<evilified-state> SPC w <right> | |
evil-window-right | |
<evilified-state> SPC w <up> evil-window-up | |
<evilified-state> SPC b C-d spacemacs/kill-other-buffers | |
<evilified-state> SPC b . spacemacs/buffer-transient-state/body | |
<evilified-state> SPC b 1 buffer-to-window-1 | |
<evilified-state> SPC b 2 buffer-to-window-2 | |
<evilified-state> SPC b 3 buffer-to-window-3 | |
<evilified-state> SPC b 4 buffer-to-window-4 | |
<evilified-state> SPC b 5 buffer-to-window-5 | |
<evilified-state> SPC b 6 buffer-to-window-6 | |
<evilified-state> SPC b 7 buffer-to-window-7 | |
<evilified-state> SPC b 8 buffer-to-window-8 | |
<evilified-state> SPC b 9 buffer-to-window-9 | |
<evilified-state> SPC b B spacemacs-layouts/non-restricted-buffer-list-helm | |
<evilified-state> SPC b D spacemacs/ace-kill-this-buffer | |
<evilified-state> SPC b H spacemacs/switch-to-help-buffer | |
<evilified-state> SPC b N Prefix Command | |
<evilified-state> SPC b P spacemacs/copy-clipboard-to-whole-buffer | |
<evilified-state> SPC b R spacemacs/safe-revert-buffer | |
<evilified-state> SPC b W spacemacs/goto-buffer-workspace | |
<evilified-state> SPC b Y spacemacs/copy-whole-buffer-to-clipboard | |
<evilified-state> SPC b a persp-add-buffer | |
<evilified-state> SPC b b lazy-helm/helm-mini | |
<evilified-state> SPC b d spacemacs/kill-this-buffer | |
<evilified-state> SPC b e spacemacs/safe-erase-buffer | |
<evilified-state> SPC b h spacemacs/home | |
<evilified-state> SPC b m spacemacs/switch-to-messages-buffer | |
<evilified-state> SPC b n next-buffer | |
<evilified-state> SPC b p previous-buffer | |
<evilified-state> SPC b r persp-remove-buffer | |
<evilified-state> SPC b s spacemacs/switch-to-scratch-buffer | |
<evilified-state> SPC b u spacemacs/reopen-killed-buffer | |
<evilified-state> SPC b w read-only-mode | |
<evilified-state> SPC b x kill-buffer-and-window | |
<evilified-state> SPC b C-S-d spacemacs/kill-matching-buffers-rudely | |
<evilified-state> SPC x TAB indent-rigidly | |
<evilified-state> SPC x J spacemacs/move-text-transient-state/move-text-down | |
<evilified-state> SPC x K spacemacs/move-text-transient-state/move-text-up | |
<evilified-state> SPC x O link-hint-open-multiple-links | |
<evilified-state> SPC x U upcase-region | |
<evilified-state> SPC x a Prefix Command | |
<evilified-state> SPC x c count-region | |
<evilified-state> SPC x d Prefix Command | |
<evilified-state> SPC x g Prefix Command | |
<evilified-state> SPC x i Prefix Command | |
<evilified-state> SPC x j Prefix Command | |
<evilified-state> SPC x l Prefix Command | |
<evilified-state> SPC x o link-hint-open-link | |
<evilified-state> SPC x r Prefix Command | |
<evilified-state> SPC x t Prefix Command | |
<evilified-state> SPC x u downcase-region | |
<evilified-state> SPC x w Prefix Command | |
<evilified-state> SPC h RET helm-enable-minor-mode | |
<evilified-state> SPC h SPC helm-spacemacs-help | |
<evilified-state> SPC h . helm-spacemacs-help-dotspacemacs | |
<evilified-state> SPC h I lazy-helm/spacemacs/report-issue | |
<evilified-state> SPC h M helm-switch-major-mode | |
<evilified-state> SPC h P Prefix Command | |
<evilified-state> SPC h T evil-tutor-start | |
<evilified-state> SPC h d Prefix Command | |
<evilified-state> SPC h f helm-spacemacs-help-faq | |
<evilified-state> SPC h i lazy-helm/helm-info-at-point | |
<evilified-state> SPC h k which-key-show-top-level | |
<evilified-state> SPC h l helm-spacemacs-help-layers | |
<evilified-state> SPC h m lazy-helm/helm-man-woman | |
<evilified-state> SPC h n lazy-helm/view-emacs-news | |
<evilified-state> SPC h p helm-spacemacs-help-packages | |
<evilified-state> SPC h r helm-spacemacs-help-docs | |
<evilified-state> SPC h t helm-spacemacs-help-toggles | |
<evilified-state> SPC z . spacemacs/fold-transient-state/body | |
<evilified-state> SPC z f spacemacs/zoom-frm-transient-state/body | |
<evilified-state> SPC z x spacemacs/scale-font-transient-state/body | |
<evilified-state> SPC N < spacemacs/scroll-transient-state/evil-goto-first-line | |
<evilified-state> SPC N > spacemacs/scroll-transient-state/evil-goto-line | |
<evilified-state> SPC N H spacemacs/scroll-transient-state/evil-scroll-left | |
<evilified-state> SPC N J spacemacs/scroll-transient-state/evil-scroll-down | |
<evilified-state> SPC N K spacemacs/scroll-transient-state/evil-scroll-up | |
<evilified-state> SPC N L spacemacs/scroll-transient-state/evil-scroll-right | |
<evilified-state> SPC N b spacemacs/scroll-transient-state/evil-scroll-page-up | |
<evilified-state> SPC N d spacemacs/scroll-transient-state/evil-scroll-down | |
<evilified-state> SPC N f spacemacs/scroll-transient-state/evil-scroll-page-down | |
<evilified-state> SPC N h spacemacs/scroll-transient-state/evil-scroll-column-left | |
<evilified-state> SPC N j spacemacs/scroll-transient-state/evil-scroll-line-down | |
<evilified-state> SPC N k spacemacs/scroll-transient-state/evil-scroll-line-up | |
<evilified-state> SPC N l spacemacs/scroll-transient-state/evil-scroll-column-right | |
<evilified-state> SPC N u spacemacs/scroll-transient-state/evil-scroll-up | |
<evilified-state> SPC s C-s helm-multi-swoop-all | |
<evilified-state> SPC s B spacemacs/helm-buffers-smart-do-search-region-or-symbol | |
<evilified-state> SPC s D spacemacs/helm-dir-smart-do-search-region-or-symbol | |
<evilified-state> SPC s F spacemacs/helm-files-smart-do-search-region-or-symbol | |
<evilified-state> SPC s H spacemacs/goto-last-searched-ahs-symbol | |
<evilified-state> SPC s P spacemacs/helm-project-smart-do-search-region-or-symbol | |
<evilified-state> SPC s S spacemacs/helm-swoop-region-or-symbol | |
<evilified-state> SPC s ` helm-ag-pop-stack | |
<evilified-state> SPC s a Prefix Command | |
<evilified-state> SPC s b spacemacs/helm-buffers-smart-do-search | |
<evilified-state> SPC s c spacemacs/evil-search-clear-highlight | |
<evilified-state> SPC s d spacemacs/helm-dir-smart-do-search | |
<evilified-state> SPC s e evil-iedit-state/iedit-mode | |
<evilified-state> SPC s f spacemacs/helm-files-smart-do-search | |
<evilified-state> SPC s g Prefix Command | |
<evilified-state> SPC s h spacemacs/symbol-highlight | |
<evilified-state> SPC s j lazy-helm/spacemacs/helm-jump-in-buffer | |
<evilified-state> SPC s k Prefix Command | |
<evilified-state> SPC s l lazy-helm/spacemacs/resume-last-search-buffer | |
<evilified-state> SPC s p spacemacs/helm-project-smart-do-search | |
<evilified-state> SPC s r Prefix Command | |
<evilified-state> SPC s s helm-swoop | |
<evilified-state> SPC s t Prefix Command | |
<evilified-state> SPC s w Prefix Command | |
<evilified-state> SPC r B switch-buffer-without-purpose | |
<evilified-state> SPC r D purpose-delete-non-dedicated-windows | |
<evilified-state> SPC r P purpose-set-window-purpose | |
<evilified-state> SPC r b purpose-switch-buffer-with-purpose | |
<evilified-state> SPC r d purpose-toggle-window-purpose-dedicated | |
<evilified-state> SPC r e evil-show-registers | |
<evilified-state> SPC r l lazy-helm/helm-resume | |
<evilified-state> SPC r m lazy-helm/helm-all-mark-rings | |
<evilified-state> SPC r p purpose-switch-buffer-with-some-purpose | |
<evilified-state> SPC r r lazy-helm/helm-register | |
<evilified-state> SPC r s lazy-helm/spacemacs/resume-last-search-buffer | |
<evilified-state> SPC r y lazy-helm/helm-show-kill-ring | |
<evilified-state> SPC T C-d spacemacs/toggle-version-control-margin-globally | |
<evilified-state> SPC T C-s spacemacs/toggle-semantic-stickyfunc-globally | |
<evilified-state> SPC T F spacemacs/toggle-fullscreen-frame | |
<evilified-state> SPC T M spacemacs/toggle-maximize-frame | |
<evilified-state> SPC T S spacemacs/toggle-semantic-stickyfunc | |
<evilified-state> SPC T T spacemacs/scale-transparency-transient-state/spacemacs/toggle-transparency | |
<evilified-state> SPC T Z zone | |
<evilified-state> SPC T d spacemacs/toggle-version-control-margin | |
<evilified-state> SPC T f spacemacs/toggle-fringe | |
<evilified-state> SPC T m spacemacs/toggle-menu-bar | |
<evilified-state> SPC T n spacemacs/theme-transient-state/spacemacs/cycle-spacemacs-theme | |
<evilified-state> SPC T s spacemacs/helm-themes | |
<evilified-state> SPC T t spacemacs/toggle-tool-bar | |
<evilified-state> SPC T ~ spacemacs/toggle-vi-tilde-fringe | |
<evilified-state> SPC t C-c spacemacs/toggle-camel-case-motion-globally | |
<evilified-state> SPC t TAB spacemacs/toggle-indent-guide-globally | |
<evilified-state> SPC t C-p spacemacs/toggle-smartparens-globally | |
<evilified-state> SPC t C-w spacemacs/toggle-whitespace-globally | |
<evilified-state> SPC t - spacemacs/toggle-centered-point | |
<evilified-state> SPC t 8 spacemacs/toggle-highlight-long-lines | |
<evilified-state> SPC t C Prefix Command | |
<evilified-state> SPC t D spacemacs/toggle-debug-on-error | |
<evilified-state> SPC t E Prefix Command | |
<evilified-state> SPC t F spacemacs/toggle-auto-fill-mode | |
<evilified-state> SPC t I spacemacs/toggle-aggressive-indent | |
<evilified-state> SPC t K spacemacs/toggle-which-key | |
<evilified-state> SPC t L spacemacs/toggle-visual-line-navigation | |
<evilified-state> SPC t W spacemacs/toggle-whitespace-cleanup | |
<evilified-state> SPC t ` spacemacs/toggle-evil-visual-mark-mode | |
<evilified-state> SPC t a spacemacs/toggle-auto-completion | |
<evilified-state> SPC t c spacemacs/toggle-camel-case-motion | |
<evilified-state> SPC t d spacemacs/toggle-hungry-delete | |
<evilified-state> SPC t f spacemacs/toggle-fill-column-indicator | |
<evilified-state> SPC t g spacemacs/toggle-golden-ratio | |
<evilified-state> SPC t h Prefix Command | |
<evilified-state> SPC t i spacemacs/toggle-indent-guide | |
<evilified-state> SPC t l spacemacs/toggle-truncate-lines | |
<evilified-state> SPC t m Prefix Command | |
<evilified-state> SPC t n spacemacs/toggle-line-numbers | |
<evilified-state> SPC t p spacemacs/toggle-smartparens | |
<evilified-state> SPC t r spacemacs/toggle-relative-line-numbers | |
<evilified-state> SPC t s spacemacs/toggle-syntax-checking | |
<evilified-state> SPC t v spacemacs/toggle-smooth-scrolling | |
<evilified-state> SPC t w spacemacs/toggle-whitespace | |
<evilified-state> SPC t y spacemacs/toggle-yasnippet | |
<evilified-state> SPC t C-S-w spacemacs/toggle-global-whitespace-cleanup | |
<evilified-state> SPC t C-- spacemacs/toggle-centered-point-globally | |
<evilified-state> SPC t C-8 spacemacs/toggle-highlight-long-lines-globally | |
<evilified-state> SPC k D s evil-lisp-state-sp-backward-kill-symbol | |
<evilified-state> SPC k D w evil-lisp-state-sp-backward-kill-word | |
<evilified-state> SPC k D x evil-lisp-state-sp-backward-kill-sexp | |
<evilified-state> SPC k d s evil-lisp-state-sp-kill-symbol | |
<evilified-state> SPC k d w evil-lisp-state-sp-kill-word | |
<evilified-state> SPC k d x evil-lisp-state-sp-kill-sexp | |
<evilified-state> SPC k ` k evil-lisp-state-sp-kill-hybrid-sexp | |
<evilified-state> SPC k ` p evil-lisp-state-sp-push-hybrid-sexp | |
<evilified-state> SPC k ` s evil-lisp-state-sp-slurp-hybrid-sexp | |
<evilified-state> SPC k ` t evil-lisp-state-sp-transpose-hybrid-sexp | |
<evilified-state> SPC a s T spacemacs/shell-pop-term | |
<evilified-state> SPC a s e spacemacs/shell-pop-eshell | |
<evilified-state> SPC a s i spacemacs/shell-pop-shell | |
<evilified-state> SPC a s m spacemacs/shell-pop-multiterm | |
<evilified-state> SPC a s t spacemacs/shell-pop-ansi-term | |
<evilified-state> SPC a o # org-agenda-list-stuck-projects | |
<evilified-state> SPC a o / org-occur-in-agenda-files | |
<evilified-state> SPC a o a org-agenda-list | |
<evilified-state> SPC a o b org-brain-visualize | |
<evilified-state> SPC a o c org-capture | |
<evilified-state> SPC a o e org-store-agenda-views | |
<evilified-state> SPC a o f Prefix Command | |
<evilified-state> SPC a o k Prefix Command | |
<evilified-state> SPC a o l org-store-link | |
<evilified-state> SPC a o m org-tags-view | |
<evilified-state> SPC a o o org-agenda | |
<evilified-state> SPC a o p org-projectile/capture | |
<evilified-state> SPC a o s org-search-view | |
<evilified-state> SPC a o t org-todo-list | |
<evilified-state> SPC p $ t projectile-multi-term-in-root | |
<evilified-state> SPC g H c smeargle-clear | |
<evilified-state> SPC g H h smeargle-commits | |
<evilified-state> SPC g H t smeargle | |
<evilified-state> SPC g f d magit-diff-buffer-file-popup | |
<evilified-state> SPC g f f magit-find-file | |
<evilified-state> SPC g f l magit-log-buffer-file | |
<evilified-state> SPC g l C spacemacs/git-link-commit-copy-url-only | |
<evilified-state> SPC g l L spacemacs/git-link-copy-url-only | |
<evilified-state> SPC g l c spacemacs/git-link-commit | |
<evilified-state> SPC g l l spacemacs/git-link | |
<evilified-state> SPC g h o browse-at-remote | |
<evilified-state> SPC f v d add-dir-local-variable | |
<evilified-state> SPC f v f add-file-local-variable | |
<evilified-state> SPC f v p add-file-local-variable-prop-line | |
<evilified-state> SPC f C d spacemacs/unix2dos | |
<evilified-state> SPC f C u spacemacs/dos2unix | |
<evilified-state> SPC f e D spacemacs/ediff-dotfile-and-template | |
<evilified-state> SPC f e R dotspacemacs/sync-configuration-layers | |
<evilified-state> SPC f e U configuration-layer/update-packages | |
<evilified-state> SPC f e d spacemacs/find-dotfile | |
<evilified-state> SPC f e i spacemacs/find-user-init-file | |
<evilified-state> SPC f e l lazy-helm/helm-locate-library | |
<evilified-state> SPC f e v spacemacs/display-and-copy-version | |
<evilified-state> SPC i U 1 spacemacs/uuidgen-1 | |
<evilified-state> SPC i U 4 spacemacs/uuidgen-4 | |
<evilified-state> SPC i U U spacemacs/uuidgen-4 | |
<evilified-state> SPC i p 1 password-generator-simple | |
<evilified-state> SPC i p 2 password-generator-strong | |
<evilified-state> SPC i p 3 password-generator-paranoid | |
<evilified-state> SPC i p n password-generator-numeric | |
<evilified-state> SPC i p p password-generator-phonetic | |
<evilified-state> SPC i l l lorem-ipsum-insert-list | |
<evilified-state> SPC i l p lorem-ipsum-insert-paragraphs | |
<evilified-state> SPC i l s lorem-ipsum-insert-sentences | |
<evilified-state> SPC i S c aya-create | |
<evilified-state> SPC i S e spacemacs/auto-yasnippet-expand | |
<evilified-state> SPC i S w aya-persist-snippet | |
<evilified-state> SPC w p m popwin:messages | |
<evilified-state> SPC w p p popwin:close-popup-window | |
<evilified-state> SPC b N h spacemacs/new-empty-buffer-left | |
<evilified-state> SPC b N j spacemacs/new-empty-buffer-below | |
<evilified-state> SPC b N k spacemacs/new-empty-buffer-above | |
<evilified-state> SPC b N l spacemacs/new-empty-buffer-right | |
<evilified-state> SPC b N n spacemacs/new-empty-buffer | |
<evilified-state> SPC x t c transpose-chars | |
<evilified-state> SPC x t e transpose-sexps | |
<evilified-state> SPC x t l transpose-lines | |
<evilified-state> SPC x t p transpose-paragraphs | |
<evilified-state> SPC x t s transpose-sentences | |
<evilified-state> SPC x t w transpose-words | |
<evilified-state> SPC x l C spacemacs/sort-lines-by-column-reverse | |
<evilified-state> SPC x l S spacemacs/sort-lines-reverse | |
<evilified-state> SPC x l c spacemacs/sort-lines-by-column | |
<evilified-state> SPC x l d spacemacs/duplicate-line-or-region | |
<evilified-state> SPC x l s spacemacs/sort-lines | |
<evilified-state> SPC x l u spacemacs/uniquify-lines | |
<evilified-state> SPC x j c set-justification-center | |
<evilified-state> SPC x j f set-justification-full | |
<evilified-state> SPC x j l set-justification-left | |
<evilified-state> SPC x j n set-justification-none | |
<evilified-state> SPC x j r set-justification-right | |
<evilified-state> SPC x d SPC just-one-space | |
<evilified-state> SPC x d w delete-trailing-whitespace | |
<evilified-state> SPC x i - string-inflection-kebab-case | |
<evilified-state> SPC x i C string-inflection-camelcase | |
<evilified-state> SPC x i U string-inflection-upcase | |
<evilified-state> SPC x i _ string-inflection-underscore | |
<evilified-state> SPC x i c string-inflection-lower-camelcase | |
<evilified-state> SPC x i i spacemacs/string-inflection-transient-state/body | |
<evilified-state> SPC x i k string-inflection-kebab-case | |
<evilified-state> SPC x i u string-inflection-underscore | |
<evilified-state> SPC x g Q google-translate-query-translate-reverse | |
<evilified-state> SPC x g T google-translate-at-point-reverse | |
<evilified-state> SPC x g l spacemacs/set-google-translate-languages | |
<evilified-state> SPC x g q google-translate-query-translate | |
<evilified-state> SPC x g t google-translate-at-point | |
<evilified-state> SPC x a % spacemacs/align-repeat-percent | |
<evilified-state> SPC x a & spacemacs/align-repeat-ampersand | |
<evilified-state> SPC x a ( spacemacs/align-repeat-left-paren | |
<evilified-state> SPC x a ) spacemacs/align-repeat-right-paren | |
<evilified-state> SPC x a , spacemacs/align-repeat-comma | |
<evilified-state> SPC x a . spacemacs/align-repeat-decimal | |
<evilified-state> SPC x a : spacemacs/align-repeat-colon | |
<evilified-state> SPC x a ; spacemacs/align-repeat-semicolon | |
<evilified-state> SPC x a = spacemacs/align-repeat-equal | |
<evilified-state> SPC x a L evil-lion-right | |
<evilified-state> SPC x a [ spacemacs/align-repeat-left-square-brace | |
<evilified-state> SPC x a \ spacemacs/align-repeat-backslash | |
<evilified-state> SPC x a ] spacemacs/align-repeat-right-square-brace | |
<evilified-state> SPC x a a align | |
<evilified-state> SPC x a c align-current | |
<evilified-state> SPC x a l evil-lion-left | |
<evilified-state> SPC x a m spacemacs/align-repeat-math-oper | |
<evilified-state> SPC x a r spacemacs/align-repeat | |
<evilified-state> SPC x a { spacemacs/align-repeat-left-curly-brace | |
<evilified-state> SPC x a | spacemacs/align-repeat-bar | |
<evilified-state> SPC x a } spacemacs/align-repeat-right-curly-brace | |
<evilified-state> SPC x w c spacemacs/count-words-analysis | |
<evilified-state> SPC x w d define-word-at-point | |
<evilified-state> SPC x r ' rxt-convert-to-strings | |
<evilified-state> SPC x r / rxt-explain | |
<evilified-state> SPC x r c rxt-convert-syntax | |
<evilified-state> SPC x r e Prefix Command | |
<evilified-state> SPC x r p Prefix Command | |
<evilified-state> SPC x r t rxt-toggle-elisp-rx | |
<evilified-state> SPC x r x rxt-convert-to-rx | |
<evilified-state> SPC h P k lazy-helm/profiler-stop | |
<evilified-state> SPC h P r lazy-helm/profiler-report | |
<evilified-state> SPC h P s lazy-helm/profiler-start | |
<evilified-state> SPC h P w lazy-helm/profiler-report-write-profile | |
<evilified-state> SPC h d F lazy-helm/spacemacs/helm-faces | |
<evilified-state> SPC h d K describe-keymap | |
<evilified-state> SPC h d P lazy-helm/configuration-layer/describe-package | |
<evilified-state> SPC h d b lazy-helm/describe-bindings | |
<evilified-state> SPC h d c lazy-helm/describe-char | |
<evilified-state> SPC h d d lazy-helm/helm-apropos | |
<evilified-state> SPC h d f lazy-helm/describe-function | |
<evilified-state> SPC h d k lazy-helm/describe-key | |
<evilified-state> SPC h d l lazy-helm/spacemacs/describe-last-keys | |
<evilified-state> SPC h d m lazy-helm/describe-mode | |
<evilified-state> SPC h d p lazy-helm/describe-package | |
<evilified-state> SPC h d s lazy-helm/spacemacs/describe-system-info | |
<evilified-state> SPC h d t lazy-helm/describe-theme | |
<evilified-state> SPC h d v lazy-helm/describe-variable | |
<evilified-state> SPC s t B spacemacs/helm-buffers-do-pt-region-or-symbol | |
<evilified-state> SPC s t D spacemacs/helm-dir-do-pt-region-or-symbol | |
<evilified-state> SPC s t F spacemacs/helm-files-do-pt-region-or-symbol | |
<evilified-state> SPC s t P spacemacs/helm-project-do-pt-region-or-symbol | |
<evilified-state> SPC s t b spacemacs/helm-buffers-do-pt | |
<evilified-state> SPC s t d spacemacs/helm-dir-do-pt | |
<evilified-state> SPC s t f spacemacs/helm-files-do-pt | |
<evilified-state> SPC s t p spacemacs/helm-project-do-pt | |
<evilified-state> SPC s r B spacemacs/helm-buffers-do-rg-region-or-symbol | |
<evilified-state> SPC s r D spacemacs/helm-dir-do-rg-region-or-symbol | |
<evilified-state> SPC s r F spacemacs/helm-files-do-rg-region-or-symbol | |
<evilified-state> SPC s r P spacemacs/helm-project-do-rg-region-or-symbol | |
<evilified-state> SPC s r b spacemacs/helm-buffers-do-rg | |
<evilified-state> SPC s r d spacemacs/helm-dir-do-rg | |
<evilified-state> SPC s r f spacemacs/helm-files-do-rg | |
<evilified-state> SPC s r p spacemacs/helm-project-do-rg | |
<evilified-state> SPC s k B spacemacs/helm-buffers-do-ack-region-or-symbol | |
<evilified-state> SPC s k D spacemacs/helm-dir-do-ack-region-or-symbol | |
<evilified-state> SPC s k F spacemacs/helm-files-do-ack-region-or-symbol | |
<evilified-state> SPC s k P spacemacs/helm-project-do-ack-region-or-symbol | |
<evilified-state> SPC s k b spacemacs/helm-buffers-do-ack | |
<evilified-state> SPC s k d spacemacs/helm-dir-do-ack | |
<evilified-state> SPC s k f spacemacs/helm-files-do-ack | |
<evilified-state> SPC s k p spacemacs/helm-project-do-ack | |
<evilified-state> SPC s a A spacemacs/helm-file-do-ag-region-or-symbol | |
<evilified-state> SPC s a B spacemacs/helm-buffers-do-ag-region-or-symbol | |
<evilified-state> SPC s a D spacemacs/helm-dir-do-ag-region-or-symbol | |
<evilified-state> SPC s a F spacemacs/helm-files-do-ag-region-or-symbol | |
<evilified-state> SPC s a P spacemacs/helm-project-do-ag-region-or-symbol | |
<evilified-state> SPC s a a helm-ag-this-file | |
<evilified-state> SPC s a b helm-do-ag-buffers | |
<evilified-state> SPC s a d spacemacs/helm-dir-do-ag | |
<evilified-state> SPC s a f helm-do-ag | |
<evilified-state> SPC s a p spacemacs/helm-project-do-ag | |
<evilified-state> SPC s w g lazy-helm/helm-google-suggest | |
<evilified-state> SPC s w w lazy-helm/helm-wikipedia-suggest | |
<evilified-state> SPC s g B lazy-helm/spacemacs/helm-buffers-do-grep-region-or-symbol | |
<evilified-state> SPC s g F lazy-helm/spacemacs/helm-files-do-grep-region-or-symbol | |
<evilified-state> SPC s g G lazy-helm/spacemacs/helm-file-do-grep-region-or-symbol | |
<evilified-state> SPC s g b lazy-helm/spacemacs/helm-buffers-do-grep | |
<evilified-state> SPC s g f lazy-helm/spacemacs/helm-files-do-grep | |
<evilified-state> SPC s g g lazy-helm/spacemacs/helm-file-do-grep | |
<evilified-state> SPC s g p helm-projectile-grep | |
<evilified-state> SPC t C d rainbow-delimiters-mode | |
<evilified-state> SPC t m M spacemacs/toggle-mode-line-major-mode | |
<evilified-state> SPC t m T spacemacs/toggle-mode-line | |
<evilified-state> SPC t m V spacemacs/toggle-mode-line-new-version | |
<evilified-state> SPC t m b spacemacs/toggle-mode-line-battery | |
<evilified-state> SPC t m c spacemacs/toggle-mode-line-org-clock | |
<evilified-state> SPC t m m spacemacs/toggle-mode-line-minor-modes | |
<evilified-state> SPC t m p spacemacs/toggle-mode-line-point-position | |
<evilified-state> SPC t m r spacemacs/toggle-mode-line-responsive | |
<evilified-state> SPC t m s spacemacs/toggle-minibuffer-system-monitor | |
<evilified-state> SPC t m t spacemacs/toggle-display-time | |
<evilified-state> SPC t m v spacemacs/toggle-mode-line-version-control | |
<evilified-state> SPC t h a spacemacs/toggle-automatic-symbol-highlight | |
<evilified-state> SPC t h c spacemacs/toggle-highlight-indentation-current-column | |
<evilified-state> SPC t h h spacemacs/toggle-highlight-current-line-globally | |
<evilified-state> SPC t h i spacemacs/toggle-highlight-indentation | |
<evilified-state> SPC t h p highlight-parentheses-mode | |
<evilified-state> SPC t h s spacemacs/toggle-syntax-highlighting | |
<evilified-state> SPC t E e spacemacs/toggle-holy-mode | |
<evilified-state> SPC t E h spacemacs/toggle-hybrid-mode | |
<evilified-state> SPC a o k g org-clock-goto | |
<evilified-state> SPC a o k i org-clock-in-last | |
<evilified-state> SPC a o k j org-clock-jump-to-current-clock | |
<evilified-state> SPC a o k o org-clock-out | |
<evilified-state> SPC a o k r org-resolve-clocks | |
<evilified-state> SPC a o f i org-feed-goto-inbox | |
<evilified-state> SPC a o f u org-feed-update-all | |
<evilified-state> SPC x r p ' rxt-pcre-to-strings | |
<evilified-state> SPC x r p / rxt-explain-pcre | |
<evilified-state> SPC x r p e rxt-pcre-to-elisp | |
<evilified-state> SPC x r p x rxt-pcre-to-rx | |
<evilified-state> SPC x r e ' rxt-elisp-to-strings | |
<evilified-state> SPC x r e / rxt-explain-elisp | |
<evilified-state> SPC x r e p rxt-elisp-to-pcre | |
<evilified-state> SPC x r e t rxt-toggle-elisp-rx | |
<evilified-state> SPC x r e x rxt-elisp-to-rx | |
(fn &optional ARG) | |
Vi-Tilde-Fringe minor mode (no indicator): | |
Buffer-local minor mode to display tildes in the fringe when the line is | |
empty. | |
Which-Key minor mode (indicator Ⓚ): | |
Toggle which-key-mode. | |
(fn &optional ARG) | |
Winner minor mode (no indicator): | |
Toggle Winner mode on or off. | |
With a prefix argument ARG, enable Winner mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil, and toggle it if ARG is ‘toggle’. | |
Winner mode is a global minor mode that records the changes in | |
the window configuration (i.e. how the frames are partitioned | |
into windows) so that the changes can be "undone" using the | |
command ‘winner-undo’. By default this one is bound to the key | |
sequence ‘C-c <left>’. If you change your mind (while undoing), | |
you can press ‘C-c <right>’ (calling ‘winner-redo’). | |
Winum minor mode (no indicator): | |
A minor mode that allows for managing windows based on window numbers. | |
Xterm-Mouse minor mode (no indicator): | |
Toggle XTerm mouse mode. | |
With a prefix argument ARG, enable XTerm mouse mode if ARG is | |
positive, and disable it otherwise. If called from Lisp, enable | |
the mode if ARG is omitted or nil. | |
Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. | |
This works in terminal emulators compatible with xterm. It only | |
works for simple uses of the mouse. Basically, only non-modified | |
single clicks are supported. When turned on, the normal xterm | |
mouse functionality for such clicks is still available by holding | |
down the SHIFT key while pressing the mouse button. | |
(fn &optional ARG) | |
Yas minor mode (indicator ⓨ): | |
Toggle YASnippet mode. | |
When YASnippet mode is enabled, ‘yas-expand’, normally bound to | |
the TAB key, expands snippets of code depending on the major | |
mode. | |
With no argument, this command toggles the mode. | |
positive prefix argument turns on the mode. | |
Negative prefix argument turns off the mode. | |
Key bindings: | |
key binding | |
--- ------- | |
ESC Prefix Command | |
M-s-/ yas-next-field | |
Yas-Global minor mode (no indicator): | |
Toggle Yas minor mode in all buffers. | |
With prefix ARG, enable Yas-Global mode if ARG is positive; | |
otherwise, disable it. If called from Lisp, enable the mode if | |
ARG is omitted or nil. | |
Yas minor mode is enabled in all buffers where | |
‘yas-minor-mode-on’ would do it. | |
See ‘yas-minor-mode’ for more information on Yas minor mode. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment