2014-11-22 21:53:38 +00:00
|
|
|
|
# Spacemacs Documentation
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
|
|
|
|
|
**Table of Contents**
|
|
|
|
|
|
2014-11-22 21:53:38 +00:00
|
|
|
|
- [Spacemacs Documentation](#spacemacs-documentation)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Philosophy](#philosophy)
|
|
|
|
|
- [Easy](#easy)
|
|
|
|
|
- [Consistency](#consistency)
|
|
|
|
|
- [Crowd-Configured](#crowd-configured)
|
|
|
|
|
- [Goals](#goals)
|
|
|
|
|
- [Screenshots](#screenshots)
|
|
|
|
|
- [Who can benefit from this ?](#who-can-benefit-from-this-)
|
|
|
|
|
- [Configuration layers](#configuration-layers)
|
|
|
|
|
- [Structure](#structure)
|
|
|
|
|
- [Extensions and Packages](#extensions-and-packages)
|
|
|
|
|
- [Declaration](#declaration)
|
|
|
|
|
- [Initialization](#initialization)
|
|
|
|
|
- [Exclusion](#exclusion)
|
|
|
|
|
- [Packages synchronization (Vundle like feature)](#packages-synchronization-vundle-like-feature)
|
|
|
|
|
- [Types of configuration layers](#types-of-configuration-layers)
|
|
|
|
|
- [Submitting a configuration layer upstream](#submitting-a-configuration-layer-upstream)
|
|
|
|
|
- [Example: Themes Megapack example](#example-themes-megapack-example)
|
2014-11-26 03:28:13 +00:00
|
|
|
|
- [Managing private configuration layers](#managing-private-configuration-layers)
|
|
|
|
|
- [Using the private directory](#using-the-private-directory)
|
|
|
|
|
- [Using an external Git repository](#using-an-external-git-repository)
|
|
|
|
|
- [Using a personal branch](#using-a-personal-branch)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Dotfile Configuration](#dotfile-configuration)
|
|
|
|
|
- [Installation](#installation)
|
|
|
|
|
- [Content](#content)
|
2014-11-22 06:17:38 +00:00
|
|
|
|
- [Using configuration layers](#using-configuration-layers)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Excluding packages](#excluding-packages)
|
|
|
|
|
- [Hooks](#hooks)
|
|
|
|
|
- [Custom variables](#custom-variables)
|
|
|
|
|
- [Main principles](#main-principles)
|
|
|
|
|
- [Evil](#evil)
|
|
|
|
|
- [States](#states)
|
|
|
|
|
- [Base States](#base-states)
|
|
|
|
|
- [Evil leader](#evil-leader)
|
|
|
|
|
- [Universal argument](#universal-argument)
|
|
|
|
|
- [Micro-states](#micro-states)
|
|
|
|
|
- [Color theme](#color-theme)
|
|
|
|
|
- [UI elements](#ui-elements)
|
|
|
|
|
- [Toggles](#toggles)
|
|
|
|
|
- [Mode-line](#mode-line)
|
|
|
|
|
- [Flycheck integration](#flycheck-integration)
|
|
|
|
|
- [Anzu integration](#anzu-integration)
|
2014-11-26 03:28:13 +00:00
|
|
|
|
- [Battery status integration](#battery-status-integration)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Powerline separators](#powerline-separators)
|
|
|
|
|
- [Minor Modes](#minor-modes)
|
|
|
|
|
- [Base packages](#base-packages)
|
|
|
|
|
- [Evil plugins](#evil-plugins)
|
|
|
|
|
- [Commands](#commands)
|
|
|
|
|
- [Escaping](#escaping)
|
|
|
|
|
- [Executing Vim, Emacs and shell commands](#executing-vim-emacs-and-shell-commands)
|
|
|
|
|
- [Navigating](#navigating)
|
|
|
|
|
- [Point/Cursor](#pointcursor)
|
|
|
|
|
- [Smooth scrolling](#smooth-scrolling)
|
|
|
|
|
- [Experimental insert state feature](#experimental-insert-state-feature)
|
|
|
|
|
- [Vim motions with ace-jump mode](#vim-motions-with-ace-jump-mode)
|
|
|
|
|
- [Window manipulation](#window-manipulation)
|
|
|
|
|
- [Golden ratio](#golden-ratio)
|
|
|
|
|
- [Buffers and Files](#buffers-and-files)
|
|
|
|
|
- [Ido](#ido)
|
|
|
|
|
- [Experimental Ido feature](#experimental-ido-feature)
|
|
|
|
|
- [NeoTree file tree](#neotree-file-tree)
|
|
|
|
|
- [Bookmarks](#bookmarks)
|
|
|
|
|
- [Searching](#searching)
|
2014-11-28 00:24:56 +00:00
|
|
|
|
- [Project Searching](#project-searching)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Persistent highlighting](#persistent-highlighting)
|
|
|
|
|
- [Stacking highlights](#stacking-highlights)
|
|
|
|
|
- [Auto-highlight symbols](#auto-highlight-symbols)
|
|
|
|
|
- [Visual Star](#visual-star)
|
|
|
|
|
- [Listing symbols by semantic](#listing-symbols-by-semantic)
|
|
|
|
|
- [Helm-swoop](#helm-swoop)
|
|
|
|
|
- [Editing](#editing)
|
|
|
|
|
- [Text manipulation commands](#text-manipulation-commands)
|
|
|
|
|
- [Change font size](#change-font-size)
|
|
|
|
|
- [Increase/Decrease numbers](#increasedecrease-numbers)
|
|
|
|
|
- [Spell checking](#spell-checking)
|
|
|
|
|
- [Region selection](#region-selection)
|
|
|
|
|
- [Region narrowing](#region-narrowing)
|
|
|
|
|
- [Line formatting](#line-formatting)
|
|
|
|
|
- [Auto-completion](#auto-completion)
|
|
|
|
|
- [Commenting](#commenting)
|
|
|
|
|
- [Editing Lisp code](#editing-lisp-code)
|
|
|
|
|
- [Key bindings maps](#key-bindings-maps)
|
|
|
|
|
- [Regular normal state bindings](#regular-normal-state-bindings)
|
|
|
|
|
- [Lisp specific bindings](#lisp-specific-bindings)
|
|
|
|
|
- [Project management](#project-management)
|
|
|
|
|
- [Working with Git](#working-with-git)
|
|
|
|
|
- [Magit](#magit)
|
|
|
|
|
- [Quick guide for recurring use cases in Magit](#quick-guide-for-recurring-use-cases-in-magit)
|
|
|
|
|
- [Git gutter bitmaps](#git-gutter-bitmaps)
|
|
|
|
|
- [Registers](#registers)
|
|
|
|
|
- [Errors handling](#errors-handling)
|
|
|
|
|
- [Modes](#modes)
|
|
|
|
|
- [Helm](#helm)
|
|
|
|
|
- [Experimental Helm feature](#experimental-helm-feature)
|
|
|
|
|
- [Erlang](#erlang)
|
|
|
|
|
- [Ledger](#ledger)
|
|
|
|
|
- [Org](#org)
|
|
|
|
|
- [Perforce](#perforce)
|
|
|
|
|
- [Python](#python)
|
|
|
|
|
- [JavaScript](#javascript)
|
|
|
|
|
- [rcirc](#rcirc)
|
|
|
|
|
- [Tips](#tips)
|
2014-11-22 21:53:38 +00:00
|
|
|
|
- [Updating Spacemacs](#updating-spacemacs)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Tips for Emacs users](#tips-for-emacs-users)
|
|
|
|
|
- [Troubleshoot](#troubleshoot)
|
|
|
|
|
- [Loading fails](#loading-fails)
|
|
|
|
|
- [I have no file ~/.spacemacs](#i-have-no-file-spacemacs)
|
|
|
|
|
- [Tips for Spacemacs advanced users](#tips-for-spacemacs-advanced-users)
|
|
|
|
|
- [evil-lisp-state as default state](#evil-lisp-state-as-default-state)
|
|
|
|
|
- ["jk" to trigger evil leader](#jk-to-trigger-evil-leader)
|
|
|
|
|
- [Achievements](#achievements)
|
|
|
|
|
- [Thank you](#thank-you)
|
|
|
|
|
|
|
|
|
|
<!-- markdown-toc end -->
|
|
|
|
|
|
|
|
|
|
# Philosophy
|
|
|
|
|
|
|
|
|
|
Three core pillars: Easy, Consistency, "Crowd-Configured".
|
|
|
|
|
|
|
|
|
|
## Easy
|
|
|
|
|
|
|
|
|
|
`Spacemacs` organizes key bindings by mnemonic namespaces. If you are looking
|
2014-11-27 16:02:18 +00:00
|
|
|
|
for commands to operate on your buffer, they are right under <kbd>SPC b</kbd>,
|
|
|
|
|
if you want to operate on your project, then it is <kbd>SPC p</kbd>, etc...
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
`Spacemacs` comes with a dedicated major mode `spacemacs-mode`. Its goal is to
|
|
|
|
|
give useful feedbacks and perform maintenance tasks easily.
|
|
|
|
|
|
|
|
|
|
## Consistency
|
|
|
|
|
|
|
|
|
|
Similar functionalities should have the same key binding. For instance if you are
|
2014-11-27 16:02:18 +00:00
|
|
|
|
looking for the definition of a function, the binding is <kbd>SPC m g</kbd>,
|
|
|
|
|
`m` for `major mode` and `g` for `go to`. And no matter what is the major mode it
|
2014-11-22 05:45:19 +00:00
|
|
|
|
should be the same binding.
|
|
|
|
|
|
|
|
|
|
## Crowd-Configured
|
|
|
|
|
|
|
|
|
|
This term does not really exist but I'm sure you know what it means.
|
|
|
|
|
|
|
|
|
|
This is the most powerful feature of `Spacemacs`. Anybody can submit upstream
|
|
|
|
|
his or her configuration layer and anybody can use it in a second by adding it
|
|
|
|
|
in a dotfile and by optionally filtering it (ie. removing unwanted packages).
|
|
|
|
|
|
|
|
|
|
So by cloning this repository you have a centralized place of configured
|
|
|
|
|
packages tuned by expert in their domain. And most importantly it should be
|
|
|
|
|
consistent with the whole experience provided by `Spacemacs`.
|
|
|
|
|
|
|
|
|
|
If some packages are missing from core `Spacemacs` but they are present in
|
|
|
|
|
several contribution layers, chances are that they should be in core and we
|
|
|
|
|
can easily move them there.
|
|
|
|
|
|
|
|
|
|
If any of this core pillars are violated open an issue and we'll try to fix
|
|
|
|
|
this.
|
|
|
|
|
|
|
|
|
|
# Goals
|
|
|
|
|
|
|
|
|
|
- **Bring the power of modal editing** to the powerful Emacs editing platform.
|
|
|
|
|
|
|
|
|
|
- Integrate nicely with `Evil` states (`Vim` modes): `Spacemacs` tries to
|
|
|
|
|
**keep your fingers on the home row** as much as possible, no matter the mode
|
|
|
|
|
you are in.
|
|
|
|
|
|
|
|
|
|
- **Crowed-configured**: Contribute your own personal layer upstream and
|
|
|
|
|
everybody can use it.
|
|
|
|
|
|
|
|
|
|
- **Minimalistic and nice UI**, keep your available screen space for what
|
|
|
|
|
matters: your text files.
|
|
|
|
|
|
|
|
|
|
- **Mnemonic and consistent key bindings** which should be easier to learn
|
|
|
|
|
and remember.
|
|
|
|
|
|
|
|
|
|
- **Fast boot time**.
|
|
|
|
|
|
|
|
|
|
- **Lower the risk of RSI**.
|
|
|
|
|
|
|
|
|
|
- Hopefully, if it's not already the case:
|
|
|
|
|
|
|
|
|
|
Ɛ>Ɛ>Ɛ> **make you love modal editing!** <3<3<3
|
|
|
|
|
|
|
|
|
|
# Screenshots
|
|
|
|
|
|
|
|
|
|
_Startup_
|
|
|
|
|
![spacemacs_startup](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/spacemacs-startup.png)
|
|
|
|
|
|
|
|
|
|
_Python_
|
|
|
|
|
![spacemacs_python](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/spacemacs-python.png)
|
|
|
|
|
|
|
|
|
|
_Terminal (urxvt)_
|
|
|
|
|
![spacemacs_urxvt](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/spacemacs-urxvt.png)
|
|
|
|
|
|
|
|
|
|
*Note: Even though screenshots are updated frequently, `Spacemacs` is evolving
|
|
|
|
|
quickly and the screenshots may not reflect exactly the current state of the
|
|
|
|
|
project.*
|
|
|
|
|
|
|
|
|
|
# Who can benefit from this ?
|
|
|
|
|
|
|
|
|
|
`Spacemacs` is first intended to be used by **Vim users** who want to go to the
|
|
|
|
|
next level by using Emacs.
|
|
|
|
|
|
|
|
|
|
It is also a good fit for people wanting to **lower the [risk of RSI][RSI]**
|
|
|
|
|
induced by the default Emacs key bindings.
|
|
|
|
|
|
|
|
|
|
Emacs users wanting to learn **a different way to edit files** or wanting to
|
|
|
|
|
learn Vim key bindings (see [Tips for Emacs users](#tips-for-emacs-users)).
|
|
|
|
|
|
|
|
|
|
As a side note, if you are a programmer and you don't know Vim key bindings
|
|
|
|
|
yet, I deeply recommend you to learn the basics as recommended in
|
|
|
|
|
[Sacha Chua's one-page guide][sacha_guide] about how to learn Emacs.
|
|
|
|
|
|
|
|
|
|
# Configuration layers
|
|
|
|
|
|
|
|
|
|
_This part of Spacemacs is still in beta, the structure can change over
|
|
|
|
|
time. Refer to commit messages for more information in case of big changes._
|
|
|
|
|
|
|
|
|
|
## Structure
|
|
|
|
|
|
|
|
|
|
Configuration is organized in layers. Each layer has the following structure:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
[layer_name]
|
|
|
|
|
|__ [extensions]
|
|
|
|
|
| |__ [mode 1]
|
|
|
|
|
| | ...
|
|
|
|
|
| |__ [mode n]
|
|
|
|
|
|__ config.el
|
|
|
|
|
|__ extensions.el
|
|
|
|
|
|__ funcs.el
|
|
|
|
|
|__ keybindings.el
|
|
|
|
|
|__ packages.el
|
|
|
|
|
|
|
|
|
|
[] = directory
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Where:
|
|
|
|
|
|
|
|
|
|
File | Usage
|
|
|
|
|
------------------|-----------------------------------------------------------
|
|
|
|
|
config.el | Emacs built-in configuration or mandatory configuration
|
|
|
|
|
extensions.el | The list of extensions to load and the functions to initialize them
|
|
|
|
|
funcs.el | Various functions and macros (often used in keybindings.el)
|
|
|
|
|
keybindings.el | Emacs built-in key bindings or mandatory key bindings
|
|
|
|
|
packages.el | The list of packages to install and the functions to initialize them
|
|
|
|
|
|
|
|
|
|
`Packages` are `ELPA` packages which can be installed from an `ELPA` compliant
|
|
|
|
|
repository, and `Extensions` are generally elisp code from git submodules.
|
|
|
|
|
|
|
|
|
|
## Extensions and Packages
|
|
|
|
|
|
|
|
|
|
### Declaration
|
|
|
|
|
|
|
|
|
|
`Extensions` and `Packages` are declared in variables `<layer>-pre-extensions`,
|
|
|
|
|
`<layer>-post-extensions` and `<layer>-packages` where `<layer>` is the layer
|
|
|
|
|
name. `Pre-Extensions` are loaded before `Packages` and `Post-Extensions` are
|
|
|
|
|
loaded after `Packages`.
|
|
|
|
|
|
|
|
|
|
They are processed in alphabetical order so sometimes you'll have to use
|
|
|
|
|
some `eval-after-load` black magic.
|
|
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(defvar <layer>-packages
|
|
|
|
|
'(
|
|
|
|
|
package1
|
|
|
|
|
package2
|
|
|
|
|
)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Initialization
|
|
|
|
|
|
|
|
|
|
To initialize an extension or a package `xxx`, define a function with this
|
|
|
|
|
format in `extensions.el` or `packages.el`:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(defun <layer>/init-xxx ()
|
|
|
|
|
...body
|
|
|
|
|
)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
It is common to define the body with the [use-package][use-package] macro.
|
|
|
|
|
|
|
|
|
|
### Exclusion
|
|
|
|
|
|
|
|
|
|
It is possible to exclude some packages from `Spacemacs` in a per layer basis.
|
|
|
|
|
This is useful when a configuration layer aims to replace a stock package
|
|
|
|
|
declared in the `Spacemacs` layer.
|
|
|
|
|
|
|
|
|
|
To do so add the package names to exclude to the variable
|
|
|
|
|
`<layer>-excluded-packages`.
|
|
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(defvar <layer>-excluded-packages
|
|
|
|
|
'(
|
|
|
|
|
package1
|
|
|
|
|
)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Packages synchronization (Vundle like feature)
|
|
|
|
|
|
|
|
|
|
`Spacemacs` features a synchronization engine for the ELPA packages. It means
|
|
|
|
|
that `Spacemacs` will auto-install the new packages in `<layer>-packages` lists
|
|
|
|
|
_and_ auto-delete orphan packages in your `elpa` directory.
|
|
|
|
|
|
|
|
|
|
It effectively makes `Spacemacs` to behave like [Vundle][vundle].
|
|
|
|
|
|
|
|
|
|
## Types of configuration layers
|
|
|
|
|
|
|
|
|
|
There are three types of configuration layers:
|
|
|
|
|
- core (this is the `Spacemacs` layer)
|
|
|
|
|
- private (in the `private` directory, they are ignored by Git)
|
|
|
|
|
- contrib (in the `contrib` directory, those layers are contributions shared by
|
|
|
|
|
the community and merged upstream).
|
|
|
|
|
|
|
|
|
|
## Submitting a configuration layer upstream
|
|
|
|
|
|
|
|
|
|
If you decide to provide a `contrib` configuration layer, please check
|
|
|
|
|
the contribution guidelines in [CONTRIBUTE.md][].
|
|
|
|
|
|
|
|
|
|
## Example: Themes Megapack example
|
|
|
|
|
|
|
|
|
|
This is a simple `contrib` configuration layer listing a bunch of themes,
|
|
|
|
|
you can find it [here][themes-megapack].
|
|
|
|
|
|
|
|
|
|
To install it, just add `themes-megapack` to your `~/.spacemacs`. You have now
|
2014-11-27 16:02:18 +00:00
|
|
|
|
installed around 100 themes you are free to try with <kbd>SPC h t</kbd>
|
|
|
|
|
(helm-themes).
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-26 03:28:13 +00:00
|
|
|
|
## Managing private configuration layers
|
|
|
|
|
|
|
|
|
|
`Spacemacs` configuration system is flexible enough to let you manage your
|
|
|
|
|
private layers in different ways.
|
|
|
|
|
|
|
|
|
|
### Using the private directory
|
|
|
|
|
|
|
|
|
|
Everything in the private directory is ignored by Git so it is a good place
|
|
|
|
|
to store private layers. There is a huge drawback to this approach though:
|
|
|
|
|
_your layers are not source controlled_.
|
|
|
|
|
|
|
|
|
|
### Using an external Git repository
|
|
|
|
|
|
|
|
|
|
This is the recommended way to manage your private layers.
|
|
|
|
|
|
|
|
|
|
The best approach is to store all your private layers into an external Git
|
|
|
|
|
repository. It is especially a good practice to store them in your `dotfiles`
|
2014-11-27 23:05:36 +00:00
|
|
|
|
repository if you have one. Put also your `~/.spacemacs` file in it.
|
2014-11-26 03:28:13 +00:00
|
|
|
|
|
|
|
|
|
Then you are free to symlink your layers into `~/emacs.d/private` _or_ let
|
|
|
|
|
them anywhere you want and reference the parent directory in the variable
|
|
|
|
|
`dotspacemacs-configuration-layer-path` of your `~/.spacemacs`.
|
|
|
|
|
|
|
|
|
|
Note that you could also have a dedicated repository for all your private
|
|
|
|
|
layers and then directly clone this repository in `~/.emacs.d/private`.
|
|
|
|
|
|
|
|
|
|
### Using a personal branch
|
|
|
|
|
|
2014-11-27 23:05:36 +00:00
|
|
|
|
The final main way to manage your private layers is to push them in a personal
|
2014-11-26 03:28:13 +00:00
|
|
|
|
branch that you keep up to date with upstream `master` or `develop`.
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
# Dotfile Configuration
|
|
|
|
|
|
|
|
|
|
User configuration can be stored in your `~/.spacemacs` file.
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
`~/.spacemacs` is an optional file. If you want to use it you have to copy it
|
|
|
|
|
manually from the template file `~/.emacs.d/.spacemacs.template`
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
$ cp ~/.emacs.d/.spacemacs.template ~/.spacemacs
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Content
|
|
|
|
|
|
2014-11-22 06:17:38 +00:00
|
|
|
|
### Using configuration layers
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-22 06:17:38 +00:00
|
|
|
|
To use a configuration layer, add it to the `dotspacemacs-configuration-layers`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
variable of your `~/.spacemacs`.
|
|
|
|
|
|
|
|
|
|
For instance to add the configuration layer of [RMS](#thank-you):
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default dotspacemacs-configuration-layers '(rms))
|
|
|
|
|
```
|
|
|
|
|
If this layer does not exist you can still try another one in
|
|
|
|
|
[the `contrib` directory](https://github.com/syl20bnr/spacemacs/tree/master/contrib).
|
|
|
|
|
|
2014-11-22 06:17:38 +00:00
|
|
|
|
Configuration layers are expected to be stored in `~/.emacs.d/private` or
|
|
|
|
|
`~/.emacs.d/contrib`. But you are free to keep them somewhere else by declaring
|
|
|
|
|
additional paths where `Spacemacs` can look for configuration layers.
|
|
|
|
|
This is done by setting the list
|
2014-11-22 05:45:19 +00:00
|
|
|
|
`dotspacemacs-configuration-layer-path` in your `~/.spacemacs`:
|
|
|
|
|
|
|
|
|
|
```elisp
|
2014-11-22 06:17:38 +00:00
|
|
|
|
(setq-default dotspacemacs-configuration-layer-path '("~/.myconfig/"))
|
2014-11-22 05:45:19 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Excluding packages
|
|
|
|
|
|
|
|
|
|
You can exclude packages you don't want to install with the variable
|
|
|
|
|
`dotspacemacs-excluded-packages`, this variable can exclude both packages and
|
|
|
|
|
extensions (see [Configuration layers](#configuration-layers) for more info
|
|
|
|
|
on packages and extensions).
|
|
|
|
|
|
|
|
|
|
For instance to disable the `rainbow-delimiters` package:
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default dotspacemacs-excluded-packages '(rainbow-delimiters))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
When you exclude a package, `Spacemacs` will automatically delete it for you
|
|
|
|
|
the next time you launch Emacs. All the orphan dependencies are as well
|
|
|
|
|
delete automatically.
|
|
|
|
|
|
|
|
|
|
### Hooks
|
|
|
|
|
|
|
|
|
|
Two special functions of the `~/.spacemacs` file can be used to perform
|
|
|
|
|
configuration at the beginning and end of `Spacemacs` loading process.
|
|
|
|
|
|
|
|
|
|
- `dotspacemacs/init` is triggered at the very beginning of `Spacemacs`
|
|
|
|
|
loading.
|
|
|
|
|
- `dotspacemacs/config` is triggered at the very end of `Spacemacs` loading.
|
|
|
|
|
|
|
|
|
|
### Custom variables
|
|
|
|
|
|
|
|
|
|
Custom variables configuration from `M-x customize-group` which are
|
|
|
|
|
automatically saved by Emacs are stored at the end of your `~/.spacemacs`
|
|
|
|
|
file.
|
|
|
|
|
|
|
|
|
|
# Main principles
|
|
|
|
|
|
|
|
|
|
## Evil
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses the [evil][evil] mode to emulate Vim key bindings. It is a
|
|
|
|
|
very complete emulation, maybe the most advanced. In fact, Evil is much more
|
|
|
|
|
than just a Vim emulation. It has more states than Vim for instance.
|
|
|
|
|
|
|
|
|
|
### States
|
|
|
|
|
|
|
|
|
|
`Spacemacs` has 6 states:
|
|
|
|
|
|
|
|
|
|
- **Normal** (orange) - like the `normal mode of Vim`, used to execute and
|
|
|
|
|
combine commands
|
|
|
|
|
- **Insert** (green) - like the `insert mode of Vim`, used to actually insert
|
|
|
|
|
text
|
|
|
|
|
- **Visual** (gray) - like the `visual mode of Vim`, used to make text
|
|
|
|
|
selection
|
|
|
|
|
- **Motion** (purple) - exclusive to `Evil`, used to navigate read only
|
|
|
|
|
buffers
|
|
|
|
|
- **Emacs** (blue) - exclusive to `Evil`, using this state is like using a
|
|
|
|
|
regular Emacs without Vim
|
|
|
|
|
- **Lisp** (pink) - exclusive to `Spacemacs`, used to navigate Lisp code and
|
|
|
|
|
modify it
|
|
|
|
|
|
|
|
|
|
### Base States
|
|
|
|
|
|
|
|
|
|
_(I apologize in advance for the number of repetition of the word `state` in
|
|
|
|
|
this section, but I encourage you to read again this section until you correctly
|
|
|
|
|
grasp the concept of `base state` since it is an important concept in
|
|
|
|
|
`Spacemacs`)_
|
|
|
|
|
|
|
|
|
|
`Spacemacs` has a notion of `base state`. A `base state` is the state you are
|
|
|
|
|
when leaving the `insert state`.
|
|
|
|
|
|
|
|
|
|
The typical `base state` in Vim is the `normal state` and it is the only one.
|
|
|
|
|
`Spacemacs` has more than one base state, here is the list:
|
|
|
|
|
- normal
|
|
|
|
|
- lisp
|
|
|
|
|
|
|
|
|
|
This allows a coder of Lisp to completely replace the `normal state` by the
|
|
|
|
|
`lisp state`. Indeed, once you fire up the `lisp state` you can just go back
|
|
|
|
|
and forth between the `insert state` and the `lisp state`.
|
|
|
|
|
|
|
|
|
|
Of course there is a rule to break this in order to be able to go back to the
|
|
|
|
|
`normal state`. It is pretty simple:
|
|
|
|
|
|
|
|
|
|
*When in a `base state`, `ESC` or `fd` will always set you back to the
|
|
|
|
|
`normal state`.*
|
|
|
|
|
|
|
|
|
|
So to go back to the `normal state` while in `lisp state` just hit `ESC` or
|
|
|
|
|
`fd`.
|
|
|
|
|
|
|
|
|
|
## Evil leader
|
|
|
|
|
|
|
|
|
|
`Spacemacs` heavily uses the [evil-leader][evil-leader] mode which brings the
|
|
|
|
|
Vim leader key to the Emacs world.
|
|
|
|
|
|
|
|
|
|
This leader key is commonly set to `,` by Vim users, in `Spacemacs` the leader
|
2014-11-27 16:02:18 +00:00
|
|
|
|
key is set on <kbd>SPC</kbd> (space bar, this is why the name `spacemacs`).
|
|
|
|
|
This key is the most accessible key on a keyboard and it is pressed with the
|
|
|
|
|
thumb which is a good choice to lower the risk of [RSI][RSI].
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
So with `Spacemacs` there is no need to remap your keyboard modifiers to
|
|
|
|
|
attempt to reduce the risk of RSI, every command can be executed very easily
|
2014-11-27 16:02:18 +00:00
|
|
|
|
while you are in `normal` mode by pressing the <kbd>SPC</kbd> leader key,
|
|
|
|
|
here are a few examples:
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
- Save a buffer: <kbd>SPC f s</kbd>
|
|
|
|
|
- Save all opened buffers: <kbd>SPC f S</kbd>
|
|
|
|
|
- Open (switch) to a buffer with `helm`: <kbd>SPC b s</kbd>
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Universal argument
|
|
|
|
|
|
|
|
|
|
The universal argument `C-u` is an important command in Emacs but it is also
|
|
|
|
|
a very handy Vim key binding to scroll up.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
`Spacemacs` binds <kbd>C-u</kbd> to `scroll-up` and change the universal
|
|
|
|
|
argument binding to <kbd>SPC u</kbd>.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Micro-states
|
|
|
|
|
|
|
|
|
|
`Spacemacs` defines a wide variety of `micro-states` (temporary overlay maps)
|
|
|
|
|
where it makes sense. This prevent from repetitive and tedious presses on the
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>SPC</kbd> key.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
When a `micro-state` is active, a documentation is displayed in the minibuffer.
|
|
|
|
|
Additional information may as well be displayed in the minibuffer.
|
|
|
|
|
|
|
|
|
|
[Auto-highlight-symbol micro-state](#auto-highlight-and-edition-of-symbols):
|
|
|
|
|
![spacemacs_ahs_micro_state](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/spacemacs-ahs-micro-state.png)
|
|
|
|
|
|
|
|
|
|
[Text scale micro-state](#change-font-size):
|
|
|
|
|
![spacemacs_scale_micro_state](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/spacemacs-scale-micro-state.png)
|
|
|
|
|
|
|
|
|
|
# Color theme
|
|
|
|
|
|
2014-11-28 04:14:51 +00:00
|
|
|
|
By default, `Spacemacs` uses the theme [solarized-light][solarized-theme].
|
|
|
|
|
|
|
|
|
|
It is possible to define your default theme in your `~/.spacemacs` with
|
|
|
|
|
the variable `dotspacemacs-default-theme`. For instance, to specify `zenburn`:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default
|
|
|
|
|
;; Default theme applied at startup
|
|
|
|
|
dotspacemacs-default-theme 'zenburn)
|
|
|
|
|
```
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC c t</kbd> | cycle between `Spacemacs` themes
|
|
|
|
|
<kbd>SPC h t</kbd> | select a theme using a `helm` buffer
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
`Spacemacs` available themes:
|
|
|
|
|
- [Solarized][solarized-theme]
|
|
|
|
|
- [Monokai][monokai-theme]
|
|
|
|
|
- [Zenburn][zenburn-theme]
|
|
|
|
|
|
|
|
|
|
# UI elements
|
|
|
|
|
|
|
|
|
|
`Spacemacs` has a minimalistic and distraction free UI with a lot of subtle
|
|
|
|
|
customization which make it unique compared to other kits:
|
|
|
|
|
- beautiful custom [powerline][powerline] mode-line
|
|
|
|
|
[with color feedback](#flycheck-integration) according to current
|
|
|
|
|
[Flycheck][flycheck]
|
|
|
|
|
status
|
|
|
|
|
- unicode symbols for minor mode lighters which appear in the mode-line
|
|
|
|
|
- [custom fringe bitmaps](#errors-handling) and error feedbacks for
|
|
|
|
|
[Flycheck][flycheck]
|
|
|
|
|
- [custom fringe bitmaps](#git-gutter-bitmaps) for [git gutter][git-gutter]
|
|
|
|
|
- dedicated startup page with a mode aimed at easily managing `Spacemacs`
|
|
|
|
|
|
|
|
|
|
## Toggles
|
|
|
|
|
|
|
|
|
|
Some UI indicators can be toggled on and off (toggles start with `t`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC t 8</kbd> | display a mark on the 80th column
|
|
|
|
|
<kbd>SPC t F</kbd> | toggle frame fullscreen
|
|
|
|
|
<kbd>SPC t f</kbd> | toggle display of the fringe
|
|
|
|
|
<kbd>SPC t l</kbd> | toggle truncate lines
|
|
|
|
|
<kbd>SPC t L</kbd> | toggle visual lines
|
|
|
|
|
<kbd>SPC t M</kbd> | toggle frame maximize
|
|
|
|
|
<kbd>SPC t n</kbd> | show the absolute line numbers
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Mode-line
|
|
|
|
|
|
|
|
|
|
The mode line is an heavily customized [powerline][powerline] with the
|
|
|
|
|
following capabilities:
|
|
|
|
|
- show the window number
|
|
|
|
|
- color code for current state
|
|
|
|
|
- show the number of search occurrences via anzu
|
|
|
|
|
- toggle flycheck info
|
2014-11-24 03:34:57 +00:00
|
|
|
|
- toggle battery info
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- toggle minor mode lighters
|
|
|
|
|
|
|
|
|
|
Reminder of the color codes for the states:
|
|
|
|
|
|
|
|
|
|
Evil State | Color
|
|
|
|
|
------------------|------------------
|
|
|
|
|
Normal | Orange
|
|
|
|
|
Insert | Green
|
|
|
|
|
Visual | Grey
|
|
|
|
|
Emacs | Blue
|
|
|
|
|
Motion | Purple
|
|
|
|
|
Lisp | Pink
|
|
|
|
|
|
|
|
|
|
Some elements can be dynamically toggled:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC t m m</kbd> | toggle the minor mode lighters
|
|
|
|
|
<kbd>SPC t m b</kbd> | toggle the battery status
|
|
|
|
|
<kbd>SPC t m f</kbd> | toggle the flycheck info
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Flycheck integration
|
|
|
|
|
|
|
|
|
|
When [Flycheck][flycheck] minor mode is enabled, a new element appears showing
|
|
|
|
|
the number of errors, warnings and info.
|
|
|
|
|
|
|
|
|
|
![powerline-wave](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-wave.png)
|
|
|
|
|
|
|
|
|
|
### Anzu integration
|
|
|
|
|
|
|
|
|
|
[Anzu][anzu] shows the number of occurrence when performing a search. `Spacemacs`
|
|
|
|
|
integrates nicely the Anzu status by displaying it temporarily when `n` or `N` are
|
|
|
|
|
being pressed. See the `5/6` segment on the screenshot below.
|
|
|
|
|
|
|
|
|
|
![powerline-anzu](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-anzu.png)
|
|
|
|
|
|
2014-11-24 03:34:57 +00:00
|
|
|
|
### Battery status integration
|
|
|
|
|
|
|
|
|
|
[fancy-battery][] displays the percentage of total charge of the battery as
|
|
|
|
|
well as the time remaining to charge or discharge completely the battery.
|
|
|
|
|
|
|
|
|
|
A color code is used for the battery status:
|
|
|
|
|
|
|
|
|
|
Battery State | Color
|
|
|
|
|
------------------|------------------
|
|
|
|
|
Charging | Green
|
|
|
|
|
Discharging | Orange
|
|
|
|
|
Critical | Red
|
|
|
|
|
|
|
|
|
|
Note the these colors may vary depending on your theme.
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
### Powerline separators
|
|
|
|
|
|
|
|
|
|
It is possible to easily customize the `powerline separator` by setting the
|
|
|
|
|
`powerline-default-separator` variable in your `~./spacemacs`. For instance
|
|
|
|
|
if you want to set back the separator to the well-known `arrow` separator
|
|
|
|
|
add the following snippet to your configuration file:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(defun dotspacemacs/config ()
|
|
|
|
|
"This is were you can ultimately override default Spacemacs configuration.
|
|
|
|
|
This function is called at the very end of Spacemacs initialization."
|
|
|
|
|
(setq powerline-default-separator 'arrow)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
To save you the time to try all the possible separators provided by the
|
|
|
|
|
powerline, here is an exhaustive set of screenshots:
|
|
|
|
|
|
|
|
|
|
Separator | Screenshot
|
|
|
|
|
------------------|------------------------------------------------------------
|
|
|
|
|
`alternate` | ![powerline-alternate](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-alternate.png)
|
|
|
|
|
`arrow` | ![powerline-arrow](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-arrow.png)
|
|
|
|
|
`arrow-fade` | ![powerline-arrow-fade](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-arrow-fade.png)
|
|
|
|
|
`bar` | ![powerline-bar](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-bar.png)
|
|
|
|
|
`box` | ![powerline-box](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-box.png)
|
|
|
|
|
`brace` | ![powerline-brace](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-brace.png)
|
|
|
|
|
`butt` | ![powerline-butt](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-butt.png)
|
|
|
|
|
`chamfer` | ![powerline-chamfer](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-chamfer.png)
|
|
|
|
|
`contour` | ![powerline-contour](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-contour.png)
|
|
|
|
|
`curve` | ![powerline-curve](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-curve.png)
|
|
|
|
|
`rounded` | ![powerline-rounded](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-rounded.png)
|
|
|
|
|
`roundstub` | ![powerline-roundstub](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-roundstub.png)
|
|
|
|
|
`slant` | ![powerline-slant](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-slant.png)
|
|
|
|
|
`wave` | ![powerline-wave](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-wave.png)
|
|
|
|
|
`zigzag` | ![powerline-zigzag](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-zigzag.png)
|
|
|
|
|
`nil` | ![powerline-nil](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/powerline-nil.png)
|
|
|
|
|
|
|
|
|
|
### Minor Modes
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [diminish][diminish] mode to reduce the size of minor mode
|
|
|
|
|
indicators:
|
|
|
|
|
|
|
|
|
|
The minor mode area can be toggled on and off with:
|
|
|
|
|
|
|
|
|
|
<SPC> t m m
|
|
|
|
|
|
|
|
|
|
Lighter | Mode
|
|
|
|
|
-------------|-----------------------------------------------------------------
|
|
|
|
|
⊞ | [golden-ratio][golden-ratio] mode
|
|
|
|
|
Ⓐ | [auto-complete][auto-complete] mode
|
|
|
|
|
Ⓒ | [centered-cursor][centered-cursor] mode
|
|
|
|
|
eⓅ | [e-project][e-project] mode
|
2014-11-27 15:31:44 +00:00
|
|
|
|
Ⓔ | [evil-org][evil-org-mode] mode
|
2014-11-22 05:45:19 +00:00
|
|
|
|
Ⓕ | flycheck mode
|
|
|
|
|
Ⓕ2 | flymake mode
|
|
|
|
|
Ⓖ | guide-key mode
|
|
|
|
|
(Ⓟ) | paredit mode
|
|
|
|
|
Ⓢ | flyspell mode
|
|
|
|
|
(Ⓢ) | [smartparens][sp] mode
|
|
|
|
|
Ⓨ | [yasnippet][yasnippet] mode
|
|
|
|
|
(Ⓐ) | [anaconda-mode][anaconda-mode]
|
|
|
|
|
|
|
|
|
|
**Note:** in terminal the regular indicators are used instead of the utf-8
|
|
|
|
|
ones.
|
|
|
|
|
|
|
|
|
|
# Base packages
|
|
|
|
|
|
|
|
|
|
`Spacemacs` main mechanics rely largely on `Evil` and `Helm` base packages.
|
|
|
|
|
They are both extended with various packages to build on their foundations.
|
|
|
|
|
|
|
|
|
|
## Evil plugins
|
|
|
|
|
|
|
|
|
|
`Spacemacs` ships with the following evil plugins:
|
|
|
|
|
|
|
|
|
|
Mode | Description
|
|
|
|
|
----------------------------------------|--------------------------------------
|
|
|
|
|
[evil-leader][] | vim leader that bring a new layer of keys in normal mode
|
|
|
|
|
[evil-little-word][] | port of [camelcasemotion.vim][]
|
|
|
|
|
[evil-visualstar][] | search for current selection with `*`
|
|
|
|
|
[evil-exchange][] | port of [vim-exchange][]
|
|
|
|
|
[evil-surround][] | port of [vim-surround][]
|
|
|
|
|
[evil-nerd-commenter][] | port of [nerdcommenter][]
|
|
|
|
|
[evil-search-highlight-persist][] | emulation of hlsearch behavior
|
|
|
|
|
[evil-numbers][] | like C-a/C-x in vim
|
|
|
|
|
[evil-args][] | motions and text objects for arguments
|
|
|
|
|
[evil-jumper][] | jump list emulation
|
|
|
|
|
[NeoTree][neotree] | mimic [NERD Tree][nerdtree]
|
|
|
|
|
|
|
|
|
|
# Commands
|
|
|
|
|
|
|
|
|
|
Every sequences must be performed in `normal` mode.
|
|
|
|
|
|
|
|
|
|
## Escaping
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [evil-escape][] to easily switch between `insert state` and
|
|
|
|
|
`normal state` with the key sequence `fd`.
|
|
|
|
|
|
|
|
|
|
The choice of `fd` was made to be able to use the same sequence to escape from
|
|
|
|
|
"everything" in Emacs:
|
|
|
|
|
- escape from all evil states to normal state
|
|
|
|
|
- escape from evil-lisp-state to normal state
|
|
|
|
|
- abort evil ex command
|
|
|
|
|
- quit minibuffer
|
|
|
|
|
- abort isearch
|
|
|
|
|
- quit magit buffers
|
|
|
|
|
- quit help buffers
|
|
|
|
|
- hide neotree buffer
|
|
|
|
|
|
|
|
|
|
This sequence can be customized in your `~/.spacemacs`, for instance to
|
|
|
|
|
revert back to the popular configuration using `jj` (just for the example
|
|
|
|
|
it is not recommended) add this to your `config` function:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(defun dotspacemacs/config ()
|
|
|
|
|
(setq-default evil-escape-key-sequence (kbd "jj"))
|
|
|
|
|
)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Executing Vim, Emacs and shell commands
|
|
|
|
|
|
|
|
|
|
Command | Key Binding
|
|
|
|
|
:----------:|------------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Vim | <kbd>`:`</kbd>
|
|
|
|
|
Emacs | <kbd>SPC :</kbd>
|
|
|
|
|
Shell | <kbd>SPC !</kbd>
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Navigating
|
|
|
|
|
|
|
|
|
|
### Point/Cursor
|
|
|
|
|
|
|
|
|
|
Navigation is performed using the Vi key bindings `hjkl`.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------------
|
|
|
|
|
<kbd>`h`</kbd> | move cursor left
|
|
|
|
|
<kbd>`j`</kbd> | move cursor down
|
|
|
|
|
<kbd>`k`</kbd> | move cursor up
|
|
|
|
|
<kbd>`l`</kbd> | move cursor right
|
|
|
|
|
<kbd>`H`</kbd> | move quickly up (10 lines at a time)
|
|
|
|
|
<kbd>`L`</kbd> | move quickly down (10 lines at a time)
|
|
|
|
|
<kbd>SPC j h</kbd> | go to the beginning of line (and set a mark at the previous location in the line)
|
|
|
|
|
<kbd>SPC j l</kbd> | go to the end of line (and set a mark at the previous location in the line)
|
|
|
|
|
<kbd>SPC z z</kbd> | lock the cursor at the center of the screen
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
#### Smooth scrolling
|
|
|
|
|
|
|
|
|
|
[smooth-scrolling]() prevent the point to jump when it reaches the top or
|
|
|
|
|
bottom of the screen. It is enabled by default.
|
|
|
|
|
|
|
|
|
|
On Windows, you may want to disable it. To disable the smooth scrolling set
|
|
|
|
|
the `dotspacemacs-smooth-scrolling` variable in your `~/.spacemacs` to `nil`:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default dotspacemacs-smooth-scrolling t)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
#### Experimental insert state feature
|
|
|
|
|
|
|
|
|
|
If `dotspacemacs-feature-toggle-leader-on-jk` is non nil, pressing `jk` while
|
2014-11-27 16:02:18 +00:00
|
|
|
|
in `insert state` will trigger the evil leader as if you pressed <kbd>SPC</kbd> in
|
2014-11-22 05:45:19 +00:00
|
|
|
|
normal mode.
|
|
|
|
|
|
|
|
|
|
### Vim motions with ace-jump mode
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses the `evil` integration of [ace-jump mode][ace-jump] which
|
|
|
|
|
enables the invocation of `ace-jump-mode` during motions.
|
|
|
|
|
|
|
|
|
|
It is useful for deleting visually a set of lines, try the following sequence
|
|
|
|
|
in a buffer containing some text:
|
|
|
|
|
|
|
|
|
|
d <SPC> l
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------------
|
|
|
|
|
<kbd>SPC SPC</kbd> | initiate ace jump word mode
|
|
|
|
|
<kbd>SPC l</kbd> | initiate ace jump line mode
|
|
|
|
|
<kbd>SPC `</kbd> | go back to the previous location (before the jump)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Hint: you may change to char mode by `C-c C-c` in word mode.
|
|
|
|
|
|
|
|
|
|
### Window manipulation
|
|
|
|
|
|
|
|
|
|
Every window has a number displayed at the start of the mode-line and can
|
|
|
|
|
be quickly accessed using `<SPC> number`.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC 1</kbd> | go to first window
|
|
|
|
|
<kbd>SPC 2</kbd> | go to window number 2
|
|
|
|
|
<kbd>SPC 3</kbd> | go to window number 3
|
|
|
|
|
<kbd>SPC 4</kbd> | go to window number 4
|
|
|
|
|
<kbd>SPC 5</kbd> | go to window number 5
|
|
|
|
|
<kbd>SPC 6</kbd> | go to window number 6
|
|
|
|
|
<kbd>SPC 7</kbd> | go to window number 7
|
|
|
|
|
<kbd>SPC 8</kbd> | go to window number 8
|
|
|
|
|
<kbd>SPC 9</kbd> | go to window number 9
|
|
|
|
|
<kbd>SPC 0</kbd> | go to window number 10
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Windows manipulation commands (start with `w`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC w b</kbd> | split a window horizontally
|
|
|
|
|
<kbd>SPC w c</kbd> | close a window
|
|
|
|
|
<kbd>SPC w d</kbd> | toggle window dedication (dedicated window cannot be used by a mode)
|
|
|
|
|
<kbd>SPC w H</kbd> | move window to the left
|
|
|
|
|
<kbd>SPC w J</kbd> | move window to the bottom
|
|
|
|
|
<kbd>SPC w K</kbd> | move window to the top
|
|
|
|
|
<kbd>SPC w L</kbd> | move window to the right
|
|
|
|
|
<kbd>SPC w m</kbd> | maximize/minimize a window
|
|
|
|
|
<kbd>SPC w M</kbd> | maximize/minimize a window, when maximized the buffer is centered
|
|
|
|
|
<kbd>SPC w p m</kbd> | open messages buffer in a popup window
|
|
|
|
|
<kbd>SPC w p p</kbd> | close the current sticky popup window
|
|
|
|
|
<kbd>SPC w r</kbd> | rotate windows clockwise
|
|
|
|
|
<kbd>SPC w R</kbd> | rotate windows counter-clockwise
|
|
|
|
|
<kbd>SPC w u</kbd> | undo window layout (used to effectively undo a close window)
|
|
|
|
|
<kbd>SPC w U</kbd> | redo window layout
|
|
|
|
|
<kbd>SPC w v</kbd> | split a window vertically
|
|
|
|
|
<kbd>SPC w w</kbd> | cycle and focus between windows
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
#### Golden ratio
|
|
|
|
|
|
|
|
|
|
Split windows can be dynamically resized depending on whether they are selected
|
|
|
|
|
or not. Resizing is performed by the [golden-ratio][golden-ratio] mode.
|
|
|
|
|
By default `golden-ratio` if off.
|
|
|
|
|
|
|
|
|
|
The mode can be toggled on and off with:
|
|
|
|
|
|
|
|
|
|
<SPC> t g
|
|
|
|
|
|
|
|
|
|
### Buffers and Files
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses `ido` for opening files since `ido` way to navigate
|
|
|
|
|
the file system is better than `helm` in my opinion (especially because `ido` can
|
|
|
|
|
remember the last selected directories and buffers, maybe helm can do this ?).
|
|
|
|
|
`ido` is also used to kill buffers.
|
|
|
|
|
|
|
|
|
|
Buffer manipulation commands (start with `b`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC b d</kbd> | delete the current buffer **and** file (ask for confirmation)
|
|
|
|
|
<kbd>SPC b e</kbd> | erase the content of the buffer (ask for confirmation)
|
|
|
|
|
<kbd>SPC b k</kbd> | kill the current buffer
|
|
|
|
|
<kbd>SPC b K</kbd> | kill all buffers except the current one
|
|
|
|
|
<kbd>SPC b C-K</kbd> | kill all buffers matching the regexp
|
|
|
|
|
<kbd>SPC b m h</kbd> | move a buffer to the left
|
|
|
|
|
<kbd>SPC b m j</kbd> | move a buffer to the bottom
|
|
|
|
|
<kbd>SPC b m k</kbd> | move a buffer to the top
|
|
|
|
|
<kbd>SPC b m l</kbd> | move a buffer to the right
|
|
|
|
|
<kbd>SPC b n</kbd> | switch to next buffer
|
|
|
|
|
<kbd>SPC b p</kbd> | switch to previous buffer
|
|
|
|
|
<kbd>SPC b r</kbd> | rename the current buffer
|
|
|
|
|
<kbd>SPC b R</kbd> | revert the current buffer (reload from disk)
|
|
|
|
|
<kbd>SPC b s</kbd> | switch to a buffer using `helm`
|
|
|
|
|
<kbd>SPC b w</kbd> | toggle read-only (writable state)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Files manipulation commands (start with `f`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC f f</kbd> | open a file using `ido`
|
|
|
|
|
<kbd>SPC f i</kbd> | open your `init.el` file
|
|
|
|
|
<kbd>SPC f s</kbd> | save a file
|
|
|
|
|
<kbd>SPC f S</kbd> | save all files
|
|
|
|
|
<kbd>SPC f t</kbd> | toggle file tree side bar using [NeoTree][neotree]
|
|
|
|
|
<kbd>SPC f y</kbd> | show current file absolute path in the minibuffer
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Ido
|
|
|
|
|
|
|
|
|
|
`Spacemacs` displays the `ido` minibuffer vertically thanks to the
|
|
|
|
|
[ido-vertical-mode][ido-vertical-mode].
|
|
|
|
|
|
|
|
|
|
Basic `ido` operations can be done with `Ctrl` key:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>C-<return></kbd> | open a `dired buffer`
|
|
|
|
|
<kbd>C-b</kbd> | open selected file in a horizontally split window
|
|
|
|
|
<kbd>C-d</kbd> | delete selected file (ask for confirmation)
|
|
|
|
|
<kbd>C-h</kbd> | go to parent directory
|
|
|
|
|
<kbd>C-j</kbd> | select next file or directory
|
|
|
|
|
<kbd>C-S-j</kbd> | go to next directory
|
|
|
|
|
<kbd>C-k</kbd> | select previous file or directory
|
|
|
|
|
<kbd>C-S-k</kbd> | go to previous directory
|
|
|
|
|
<kbd>C-l</kbd> | open the selected file
|
|
|
|
|
<kbd>C-n</kbd> | next history element
|
|
|
|
|
<kbd>C-p</kbd> | previous history element
|
|
|
|
|
<kbd>C-t</kbd> | open selected file in a new frame
|
|
|
|
|
<kbd>C-v</kbd> | open selected file in a vertically split window
|
|
|
|
|
<kbd>C-x</kbd> | open selected file in other window
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
#### Experimental Ido feature
|
|
|
|
|
|
|
|
|
|
If `dotspacemacs-feature-toggle-leader-on-jk` is non nil, pressing `jk` while
|
|
|
|
|
in `ido` minibuffer will trigger the evil leader.
|
|
|
|
|
|
|
|
|
|
When evil leader is triggered the following commands are available:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------|----------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>b</kbd> | open selected file in a horizontally split window
|
|
|
|
|
<kbd>t</kbd> | open selected file in a new frame
|
|
|
|
|
<kbd>v</kbd> | open selected file in a vertically split window
|
|
|
|
|
<kbd>x</kbd> | open selected file in other window
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### NeoTree file tree
|
|
|
|
|
|
|
|
|
|
`Spacemacs` provides a quick and simple way to navigate in an unknown project
|
|
|
|
|
file tree with [NeoTree][neotree].
|
|
|
|
|
|
|
|
|
|
To toggle the `NeoTree` buffer press:
|
|
|
|
|
|
|
|
|
|
<SPC> f t
|
|
|
|
|
|
|
|
|
|
In the `NeoTree` buffer:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>TAB</kbd> or <kbd>RET</kbd> | expand/open
|
|
|
|
|
<kbd>a</kbd> | toggle stretch the buffer
|
|
|
|
|
<kbd>c</kbd> | create a node
|
|
|
|
|
<kbd>d</kbd> | delete a node
|
|
|
|
|
<kbd>g</kbd> | refresh
|
|
|
|
|
<kbd>H</kbd> | toggle hidden files
|
|
|
|
|
<kbd>K</kbd> | kill corresponding buffer
|
|
|
|
|
<kbd>q</kbd> or <kbd>fd</kbd> | hide `NeoTree` buffer
|
|
|
|
|
<kbd>r</kbd> | rename a node
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Bookmarks
|
|
|
|
|
|
|
|
|
|
Bookmarks can be set anywhere in a file. Bookmarks are persistent. They are very
|
|
|
|
|
useful to jump to/open a known project. `Spacemacs` used `helm-bookmarks` to
|
|
|
|
|
manage them.
|
|
|
|
|
|
|
|
|
|
Open an `helm` window with the current bookmarks by pressing:
|
|
|
|
|
|
|
|
|
|
<SPC> h b
|
|
|
|
|
|
|
|
|
|
Then in the `helm-bookmarks` buffer:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>CTRL+d</kbd> | delete the selected bookmark
|
|
|
|
|
<kbd>CTRL+e</kbd> | edit the selected bookmark
|
|
|
|
|
<kbd>CTRL+f</kbd> | toggle filename location
|
|
|
|
|
<kbd>CTRL+o</kbd> | open the selected bookmark in another window
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
To save a new bookmark, just type the name of the bookmark and press `RET`.
|
|
|
|
|
|
|
|
|
|
## Searching
|
|
|
|
|
|
2014-11-27 18:17:55 +00:00
|
|
|
|
### Project Searching
|
|
|
|
|
|
2014-11-28 00:13:51 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------------------------|---------------------------------------------
|
|
|
|
|
<kbd>SPC /</kbd> or <kbd>SPC a</kbd> | with [The Silver Searcher][ag]
|
|
|
|
|
<kbd>SPC A</kbd> | with `ack`
|
|
|
|
|
<kbd>SPC g</kbd> | with `grep`
|
2014-11-28 00:24:18 +00:00
|
|
|
|
<kbd>SPC h r</kbd> | resume last helm popup
|
2014-11-27 18:17:55 +00:00
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
### Persistent highlighting
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses `evil-search-highlight-persist` to keep the searched expression
|
|
|
|
|
highlighted until the next search. It is also possible to clear the
|
2014-11-27 16:02:18 +00:00
|
|
|
|
highlighting by pressing <kbd>SPC s c</kbd> or executing the ex command `:noh`.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Stacking highlights
|
|
|
|
|
|
|
|
|
|
With [hl-anything][] it is possible to highlight all occurrences of the word
|
|
|
|
|
under point. The highlights can be stacked.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
2014-11-28 01:24:49 +00:00
|
|
|
|
<kbd>SPC h c</kbd> | clear the highlightings
|
|
|
|
|
<kbd>SPC h g c</kbd> | clear the highlightings globally (all opened buffers)
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>SPC h h</kbd> | highlight all occurrence of the word at point
|
2014-11-28 01:24:49 +00:00
|
|
|
|
<kbd>SPC h g h</kbd> | highlight all occurrence of the word at point globally (all opened buffers)
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>SPC h n</kbd> | next highlighted occurrence
|
|
|
|
|
<kbd>SPC h N</kbd> | previous highlighted occurrence
|
|
|
|
|
<kbd>SPC h p</kbd> | toggle auto-highlight of the enclosing parenthesis
|
2014-11-28 01:24:49 +00:00
|
|
|
|
<kbd>SPC h r</kbd> | restore saved highlights in the current buffer
|
|
|
|
|
<kbd>SPC h s</kbd> | save current highlights
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Auto-highlight symbols
|
|
|
|
|
|
|
|
|
|
`Spacemacs` supports auto highlighting of the current symbol (provided by the
|
|
|
|
|
[auto-highlight-symbol][auto-highlight] mode) and add a micro-state to it
|
|
|
|
|
which makes it a very handy tool to have in your tool belt.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC s e</kbd> | edit all occurrences of the current symbol
|
|
|
|
|
<kbd>SPC t h</kbd> | toggle the auto highlighting
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Navigation between the highlighted symbols can be done with the commands:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>*</kbd> | initiate navigation micro-state
|
|
|
|
|
<kbd>SPC s b</kbd> | go to the last searched occurrence of the last highlighted symbol
|
|
|
|
|
<kbd>SPC s n</kbd> | go to next occurrence and initiate navigation micro-state
|
|
|
|
|
<kbd>SPC s N</kbd> | go to previous occurrence and initiate navigation micro-state
|
|
|
|
|
<kbd>SPC s r b</kbd> | change range to `whole buffer`
|
|
|
|
|
<kbd>SPC s r d</kbd> | change range to `display area`
|
|
|
|
|
<kbd>SPC s r f</kbd> | change range to `function`
|
|
|
|
|
<kbd>SPC s R</kbd> | change range to default (`whole buffer`)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
In 'Spacemacs' highlight symbol micro-state:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------|------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>e</kbd> | edit occurrences
|
|
|
|
|
<kbd>n</kbd> | go to next occurrence
|
|
|
|
|
<kbd>N</kbd> | go to previous occurrence
|
|
|
|
|
<kbd>d</kbd> | go to next definition occurrence
|
|
|
|
|
<kbd>D</kbd> | go to previous definition occurrence
|
|
|
|
|
<kbd>r</kbd> | change range (`function`, `display area`, `whole buffer`)
|
|
|
|
|
<kbd>R</kbd> | go to home occurrence (reset position to starting occurrence)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
Any other key | leave the navigation micro-state
|
|
|
|
|
|
|
|
|
|
The micro-state text in minibuffer display the following information:
|
|
|
|
|
|
|
|
|
|
<M> [6/11]* press (n) or (N) to navigate, (R) for home symbol, (r) to change range
|
|
|
|
|
|
|
|
|
|
Where `<M> [x/y]*` is:
|
|
|
|
|
- M: the current range mode
|
|
|
|
|
- `<B>`: whole buffer range
|
|
|
|
|
- `<D>`: current display range
|
|
|
|
|
- `<F>`: current function range
|
|
|
|
|
- `x`: the index of the current highlighted occurrence
|
|
|
|
|
- `y`: the total number of occurrences
|
|
|
|
|
- `*`: appears if there is at least one occurrence which is not currently
|
|
|
|
|
visible.
|
|
|
|
|
|
|
|
|
|
### Visual Star
|
|
|
|
|
|
|
|
|
|
With [evil-visualstar][] you can search for the next occurrence of the current
|
|
|
|
|
selection.
|
|
|
|
|
|
|
|
|
|
It is pretty useful combined with the [expand-region](#region-selection)
|
|
|
|
|
bindings.
|
|
|
|
|
|
|
|
|
|
_Note:_ If the current state is not the `visual state` then pressing `*` uses
|
|
|
|
|
[auto-highlight-symbol](#auto-highlight-symbols) and its micro-state.
|
|
|
|
|
|
|
|
|
|
### Listing symbols by semantic
|
|
|
|
|
|
|
|
|
|
Use `helm-semantic-or-imenu` command from `Helm` to quickly navigate between
|
|
|
|
|
the symbols in a buffer.
|
|
|
|
|
|
|
|
|
|
To list all the symbols of a buffer press:
|
|
|
|
|
|
|
|
|
|
<SPC> s l
|
|
|
|
|
|
|
|
|
|
### Helm-swoop
|
|
|
|
|
|
|
|
|
|
This is very similar to `moccur`, it displays a `helm` buffer with all the
|
|
|
|
|
occurrences of the word under point. You can then change the search query
|
|
|
|
|
in real-time and navigate between them easily.
|
|
|
|
|
|
|
|
|
|
You can even edit the occurrences directly in the `helm` buffer and apply
|
|
|
|
|
the modifications to the buffer.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC s s</kbd> | execute `helm-swoop`
|
|
|
|
|
<kbd>SPC s S</kbd> | execute `helm-multi-swoop`
|
|
|
|
|
<kbd>SPC s C-s</kbd> | execute `helm-multi-swoop-all`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Editing
|
|
|
|
|
|
|
|
|
|
### Text manipulation commands
|
|
|
|
|
|
|
|
|
|
Text related commands (start with `x`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC x u</kbd> | set the selected text to lower case
|
|
|
|
|
<kbd>SPC x U</kbd> | set the selected text to upper case
|
|
|
|
|
<kbd>SPC x d w</kbd> | delete trailing whitespaces
|
|
|
|
|
<kbd>SPC x g l</kbd> | set languages used by translate commands
|
|
|
|
|
<kbd>SPC x g t</kbd> | translate current word using Google Translate
|
|
|
|
|
<kbd>SPC x g T</kbd> | reverse source and target languages
|
|
|
|
|
<kbd>SPC x m j</kbd> | move down a line of text
|
|
|
|
|
<kbd>SPC x m k</kbd> | move up a line of text
|
|
|
|
|
<kbd>SPC x t c</kbd> | swap (transpose) the current character with the previous one
|
|
|
|
|
<kbd>SPC x t w</kbd> | swap (transpose) the current word with the previous one
|
|
|
|
|
<kbd>SPC x t l</kbd> | swap (transpose) the current line with the previous one
|
|
|
|
|
<kbd>SPC x w c</kbd> | count the number of words in the selection region
|
|
|
|
|
<kbd>SPC x w C</kbd> | count the number of occurrences per word in the select region
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Change font size
|
|
|
|
|
|
|
|
|
|
The font size of the current buffer can be adjusted with the commands:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC x +</kbd> | scale up the font and initiate the font scaling micro-state
|
|
|
|
|
<kbd>SPC x -</kbd> | scale down the font and initiate the font scaling micro-state
|
|
|
|
|
<kbd>SPC x =</kbd> | reset the font size (no scaling) and initiate the font scaling micro-state
|
|
|
|
|
<kbd>+</kbd> | increase the font size
|
|
|
|
|
<kbd>-</kbd> | decrease the font size
|
|
|
|
|
<kbd>=</kbd> | reset the font size
|
|
|
|
|
Any other key | leave the font scaling micro-state
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Increase/Decrease numbers
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [evil-numbers][] to easily increase or increase numbers.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC n +</kbd> | increase the number under point by one and initiate micro-state
|
|
|
|
|
<kbd>SPC n -</kbd> | decrease the number under point by one and initiate micro-state
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
In micro-state:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------|------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>+</kbd> | increase the number under point by one
|
|
|
|
|
<kbd>-</kbd> | decrease the number under point by one
|
2014-11-22 05:45:19 +00:00
|
|
|
|
Any other key | leave the micro-state
|
|
|
|
|
|
|
|
|
|
**Tips:** you can increase or decrease a value by more that once by using a
|
2014-11-27 16:02:18 +00:00
|
|
|
|
prefix argument (ie. `10 SPC n +` will add 10 to the number under point).
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Spell checking
|
|
|
|
|
|
|
|
|
|
Spell checking commands start with `S`:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC S c</kbd> | list of corrections in a `helm` buffer
|
|
|
|
|
<kbd>SPC S d</kbd> | change dictionary language
|
|
|
|
|
<kbd>SPC S n</kbd> | go to the next spell check error
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Region selection
|
|
|
|
|
|
|
|
|
|
Vi `Visual` modes are all supported by `evil`, `Spacemacs` adds another
|
|
|
|
|
`Visual` mode via the [expand-region][] mode.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC v</kbd> | initiate expand-region mode then...
|
|
|
|
|
<kbd>v</kbd> | expand the region by one semantic unit
|
|
|
|
|
<kbd>V</kbd> | contract the region by one semantic unit
|
|
|
|
|
<kbd>r</kbd> | reset the region to initial selection
|
|
|
|
|
<kbd>ESC</kbd> | leave expand-region mode
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Region narrowing
|
|
|
|
|
|
|
|
|
|
The displayed text of a buffer can be narrowed with the commands
|
|
|
|
|
(start with `n`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC n f</kbd> | narrow the buffer to the current function
|
|
|
|
|
<kbd>SPC n p</kbd> | narrow the buffer to the visible page
|
|
|
|
|
<kbd>SPC n r</kbd> | narrow the buffer to the selected text
|
|
|
|
|
<kbd>SPC n w</kbd> | widen, i.e show the whole buffer again
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Line formatting
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
`Spacemacs` performs `go to the line below point and indent it` with
|
|
|
|
|
<kbd>SPC j k</kbd>.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
You may repeat this operation with `evil-repeat` if you need to indent many lines.
|
|
|
|
|
|
|
|
|
|
Line formatting commands start with `j`:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>J</kbd> | join the current line with the next line
|
|
|
|
|
<kbd>SPC j j</kbd> | same as <kbd>SPC j k</kbd> but will split the current line at point
|
|
|
|
|
<kbd>SPC J</kbd> | split a quoted string or s-expression in place
|
|
|
|
|
<kbd>SPC j J</kbd> | split a quoted string or s-expression and auto-indent
|
|
|
|
|
<kbd>SPC j k</kbd> | go to next line and indent it using auto-indent rules
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Used together these key bindings are very powerful to quickly reformat the code.
|
|
|
|
|
|
|
|
|
|
### Auto-completion
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [auto-complete][] auto-completion engine.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>C-j</kbd> | select next candidate
|
|
|
|
|
<kbd>C-k</kbd> | select previous candidate
|
|
|
|
|
<kbd>TAB</kbd> | expand selection or select next candidate
|
|
|
|
|
<kbd>S-TAB</kbd> | select previous candidate
|
|
|
|
|
<kbd>return</kbd> | complete word, if word is already completed insert a carriage return
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Commenting
|
|
|
|
|
|
|
|
|
|
Comments are handled by [evil-nerd-commenter][], it's bound to the following keys.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC ;</kbd> | comment operator
|
|
|
|
|
<kbd>SPC c i</kbd> | comment invert
|
|
|
|
|
<kbd>SPC c l</kbd> | comment lines
|
|
|
|
|
<kbd>SPC c p</kbd> | comment paragraphs
|
|
|
|
|
<kbd>SPC c r</kbd> | comment region
|
|
|
|
|
<kbd>SPC c t</kbd> | comment to line
|
|
|
|
|
<kbd>SPC c y</kbd> | comment and yank
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
**Tips:** To comment efficiently a block of line use the combo:
|
|
|
|
|
|
|
|
|
|
<SPC> ; <SPC> l
|
|
|
|
|
|
|
|
|
|
### Editing Lisp code
|
|
|
|
|
|
|
|
|
|
Lisp navigation and edition is performed with a custom evil `lisp state`
|
|
|
|
|
provided by [evil-lisp-state][evil-lisp-state] package.
|
|
|
|
|
|
|
|
|
|
Intuitive navigation model:
|
|
|
|
|
|
|
|
|
|
`hjkl` behaves like in the default `normal state`.
|
|
|
|
|
|
|
|
|
|
**Next sexp on the same level (sibling)**
|
2014-11-27 16:02:18 +00:00
|
|
|
|
- <kbd>L</kbd> next sexp
|
|
|
|
|
- <kbd>H</kbd> previous sexp
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
**Change level (parent/children)**
|
2014-11-27 16:02:18 +00:00
|
|
|
|
- <kbd>J</kbd> go to next sexp one level down
|
|
|
|
|
- <kbd>K</kbd> go to previous one level up
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
And that's it! All these commands always put the point _at the beginning_ of
|
|
|
|
|
the sexp.
|
|
|
|
|
|
|
|
|
|
#### Key bindings maps
|
|
|
|
|
|
|
|
|
|
##### Regular normal state bindings
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Function
|
|
|
|
|
----------------|------------------------------------------------------------
|
|
|
|
|
<kbd>a</kbd> | evil-append
|
|
|
|
|
<kbd>c</kbd> | evil-change
|
|
|
|
|
<kbd>d</kbd> | evil-delete
|
|
|
|
|
<kbd>h</kbd> | previous char
|
|
|
|
|
<kbd>i</kbd> | evil-insert-state
|
|
|
|
|
<kbd>I</kbd> | evil-insert-line
|
|
|
|
|
<kbd>j</kbd> | next visual line
|
|
|
|
|
<kbd>k</kbd> | previous visual line
|
|
|
|
|
<kbd>l</kbd> | next char
|
|
|
|
|
<kbd>o</kbd> | evil-insert-below
|
|
|
|
|
<kbd>O</kbd> | evil-insert-above
|
|
|
|
|
<kbd>p</kbd> | evil-past-after
|
|
|
|
|
<kbd>P</kbd> | evil-past-before
|
|
|
|
|
<kbd>r</kbd> | evil-replace
|
|
|
|
|
<kbd>C-r</kbd> | undo-tree-redo
|
|
|
|
|
<kbd>u</kbd> | undo-tree-undo
|
|
|
|
|
<kbd>x</kbd> | evil-delete-char
|
|
|
|
|
<kbd>X</kbd> | evil-delete-backward-char
|
|
|
|
|
<kbd>y</kbd> | evil-yank
|
|
|
|
|
<kbd>ESC</kbd> | evil-normal-state
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
##### Lisp specific bindings
|
|
|
|
|
|
|
|
|
|
_In this table we assume that `evil-lisp-state-backward-prefix` is set to
|
|
|
|
|
default `<tab>`_
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Function
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>(</kbd> | insert sibling before sexp and switch to `insert state`
|
|
|
|
|
<kbd>)</kbd> | insert sibling after sexp and switch to `insert state`
|
|
|
|
|
<kbd>$</kbd> | sp-end-of-sexp
|
|
|
|
|
<kbd>0</kbd> | sp-beginning-of-sexp
|
|
|
|
|
<kbd>A</kbd> | sp-absorb-sexp
|
|
|
|
|
<kbd>b</kbd> | sp-forward-barf-sexp
|
|
|
|
|
<kbd><tab> b</kbd> | sp-backward-barf-sexp
|
|
|
|
|
<kbd>C</kbd> | sp-convolute-sexp
|
|
|
|
|
<kbd>Dd</kbd> | sp-kill-hybrid-sexp
|
|
|
|
|
<kbd>Dx</kbd> | sp-kill-sexp
|
|
|
|
|
<kbd><tab> Dx</kbd> | sp-backward-kill-sexp
|
|
|
|
|
<kbd>Ds</kbd> | sp-kill-symbol
|
|
|
|
|
<kbd><tab> Ds</kbd> | sp-backward-kill-symbol
|
|
|
|
|
<kbd>Dw</kbd> | sp-kill-word
|
|
|
|
|
<kbd><tab> Dw</kbd> | sp-backward-kill-word
|
|
|
|
|
<kbd>E$</kbd> | evil-lisp-state-eval-sexp-end-of-line
|
|
|
|
|
<kbd>Ee</kbd> | eval-last-sexp
|
|
|
|
|
<kbd>Ef</kbd> | eval-defun
|
|
|
|
|
<kbd>gs</kbd> | go to source of symbol under point
|
|
|
|
|
<kbd>gt</kbd> | sp-transpose-sexp
|
|
|
|
|
<kbd>gT</kbd> | sp-transpose-hybrid-sexp
|
|
|
|
|
<kbd>H</kbd> | previous sexp at the same level
|
|
|
|
|
<kbd>J</kbd> | next sexp one level down
|
|
|
|
|
<kbd>K</kbd> | previous sexp one level up
|
|
|
|
|
<kbd>L</kbd> | next sexp of the same level
|
|
|
|
|
<kbd>M</kbd> | sp-join-sexp (think about `merge-sexp`)
|
|
|
|
|
<kbd>R</kbd> | sp-raise-sexp
|
|
|
|
|
<kbd>s</kbd> | sp-forward-slurp-sexp
|
|
|
|
|
<kbd><tab> s</kbd> | sp-backward-slurp-sexp
|
|
|
|
|
<kbd>S</kbd> | sp-splice-sexp-killing-forward
|
|
|
|
|
<kbd><tab> S</kbd> | sp-splice-sexp-killing-backward
|
|
|
|
|
<kbd>w</kbd> | wrap sexp
|
|
|
|
|
<kbd>W</kbd> | unwrap sexp
|
|
|
|
|
<kbd><tab> W</kbd> | sp-backward-unwrap-sexp
|
|
|
|
|
<kbd>Y</kbd> | sp-copy-sexp
|
|
|
|
|
<kbd><tab> y</kbd> | sp-backward-copy-sexp
|
|
|
|
|
<kbd>backspace</kbd> | sp-backward-delete-char
|
|
|
|
|
<kbd>S-backspace</kbd> | sp-delete-char
|
|
|
|
|
<kbd>RET</kbd> | indent next line
|
|
|
|
|
<kbd>S-RET</kbd> | insert new line char and switch to `insert state`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
**Reminder:**
|
|
|
|
|
`lisp state` is a [base state](#base-states) which means that leaving
|
|
|
|
|
the `insert state` when the previous state was `lisp` will set you back
|
|
|
|
|
in `lisp state`.
|
|
|
|
|
To go back to `normal state` press `<ESC>` or `fd` while in `lisp state`.
|
|
|
|
|
|
|
|
|
|
## Project management
|
|
|
|
|
|
|
|
|
|
Projects in `Spacemacs` are managed with [projectile][projectile]. In
|
|
|
|
|
`projectile` projects are defined implicitly, for instance the root of a
|
|
|
|
|
project is found when a `.git` repository or `.projectile` file is
|
|
|
|
|
encountered in the file tree.
|
|
|
|
|
|
2014-11-28 00:24:56 +00:00
|
|
|
|
`Helm` is used whenever it is possible.
|
|
|
|
|
|
|
|
|
|
To search in a project see [project searching](#project-searching).
|
|
|
|
|
|
|
|
|
|
`projectile` commands start with <kbd>p</kbd>:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC p /</kbd> | run `ag`
|
|
|
|
|
<kbd>SPC p a</kbd> | run `ag`
|
|
|
|
|
<kbd>SPC p A</kbd> | run `ack`
|
|
|
|
|
<kbd>SPC p b</kbd> | switch to project buffer
|
|
|
|
|
<kbd>SPC p d</kbd> | find directory
|
|
|
|
|
<kbd>SPC p D</kbd> | open project root in `dired`
|
|
|
|
|
<kbd>SPC p f</kbd> | find file
|
|
|
|
|
<kbd>SPC p g</kbd> | run `grep`
|
|
|
|
|
<kbd>SPC p h</kbd> | find file using `helm`
|
|
|
|
|
<kbd>SPC p I</kbd> | invalidate the projectile cache
|
|
|
|
|
<kbd>SPC p j</kbd> | find a tag
|
|
|
|
|
<kbd>SPC p k</kbd> | kill all project buffers
|
|
|
|
|
<kbd>SPC p o</kbd> | run `multi-occur`
|
|
|
|
|
<kbd>SPC p R</kbd> | regenerate the project's [e|g]tags
|
|
|
|
|
<kbd>SPC p r</kbd> | replace a string
|
|
|
|
|
<kbd>SPC p s</kbd> | switch project
|
|
|
|
|
<kbd>SPC p t</kbd> | find tags
|
|
|
|
|
<kbd>SPC p T</kbd> | find test files
|
|
|
|
|
<kbd>SPC p v</kbd> | open project root in `vc-dir` or `magit`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Working with Git
|
|
|
|
|
|
|
|
|
|
Git commands (start with `g`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC g c c</kbd> | highlight regions by age of commits
|
|
|
|
|
<kbd>SPC g c C</kbd> | clear highlights
|
|
|
|
|
<kbd>SPC g c t</kbd> | highlight regions by last updated time
|
|
|
|
|
<kbd>SPC g s</kbd> | open a `magit` status window
|
|
|
|
|
<kbd>SPC g m</kbd> | display the last commit message of the current line
|
|
|
|
|
<kbd>SPC g t</kbd> | launch the git time machine
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
- Highlight by age of commit or last update time is provided by
|
|
|
|
|
[smeargle][smeargle].
|
|
|
|
|
- Git time machine is provided by [git-timemachine][git-timemachine].
|
|
|
|
|
- Git last commit message per line is provided by
|
|
|
|
|
[git-messenger][git-messenger]
|
|
|
|
|
|
|
|
|
|
### Magit
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [magit][magit] to manage Git repositories.
|
|
|
|
|
|
|
|
|
|
To open a `status buffer`, type in a buffer of a Git repository:
|
|
|
|
|
|
|
|
|
|
<SPC> g s
|
|
|
|
|
|
|
|
|
|
`hjkl` navigation is enabled in all Magit buffers. The default Magit keys
|
|
|
|
|
on `hjkl` are remapped on `HJKL`.
|
|
|
|
|
|
|
|
|
|
Here are the often used bindings inside a `status buffer`:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------|------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>$</kbd> | open `command output buffer`
|
|
|
|
|
<kbd>c c</kbd> | open a `commit message buffer`
|
|
|
|
|
<kbd>b b</kbd> | checkout a branch
|
|
|
|
|
<kbd>b c</kbd> | create a branch
|
|
|
|
|
<kbd>b v</kbd> | open the `branch manager buffer`
|
|
|
|
|
<kbd>f f</kbd> | fetch changes
|
|
|
|
|
<kbd>F -r F</kbd> | pull and rebase
|
|
|
|
|
<kbd>h</kbd> | go left
|
|
|
|
|
<kbd>j</kbd> | go down
|
|
|
|
|
<kbd>k</kbd> | go up
|
|
|
|
|
<kbd>K</kbd> | discard changes
|
|
|
|
|
<kbd>l</kbd> | go right
|
|
|
|
|
<kbd>L l</kbd> | open `log buffer`
|
|
|
|
|
<kbd>P P</kbd> | push
|
|
|
|
|
<kbd>q</kbd> | quit
|
|
|
|
|
<kbd>s</kbd> | on a file or hunk in a diff: stage the file or hunk
|
|
|
|
|
<kbd>+</kbd> | on a hunk: increase hunk size
|
|
|
|
|
<kbd>-</kbd> | on a hunk: decrease hunk size
|
|
|
|
|
<kbd>S</kbd> | stage all
|
|
|
|
|
<kbd>TAB</kbd> | on a file: expand/collapse diff
|
|
|
|
|
<kbd>u</kbd> | on a staged file: unstage
|
|
|
|
|
<kbd>U</kbd> | unstage all staged files
|
|
|
|
|
<kbd>z z</kbd> | stash changes
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
In a commit message buffer press `C-c C-c` to commit the changes with the
|
|
|
|
|
entered message. `C-c C-k` will discard the commit message.
|
|
|
|
|
|
|
|
|
|
**Note:** Sometimes you will be asked about reverting the commit buffer,
|
|
|
|
|
you can answer `y` with no issue.
|
|
|
|
|
|
|
|
|
|
### Quick guide for recurring use cases in Magit
|
|
|
|
|
|
|
|
|
|
- Amend a commit:
|
2014-11-27 15:35:18 +00:00
|
|
|
|
- `L l` to open `log buffer`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- `c a` on the commit you want to amend
|
|
|
|
|
- `C-c C-c` to submit the changes
|
|
|
|
|
- Squash last commit:
|
2014-11-27 15:35:18 +00:00
|
|
|
|
- `L l` to open `log buffer`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- `E` on the second to last commit, it opens the `rebase buffer`
|
|
|
|
|
- `j` to put point on last commit
|
|
|
|
|
- `i` to pass in `insert state`
|
|
|
|
|
- `s` to squash it
|
|
|
|
|
- `C-c C-c` to continue to the `commit message buffer`
|
|
|
|
|
- `C-c C-c` again when you have finished to edit the commit message
|
|
|
|
|
- Force push a squashed commit:
|
|
|
|
|
- in the `status buffer` you should see the new commit unpushed and the
|
|
|
|
|
old commit unpulled
|
|
|
|
|
- `P -f P` for force a push (**beware** usually it is not recommended to
|
|
|
|
|
rewrite the history of a public repository, but if you are *sure* that you
|
|
|
|
|
are the only one to work on a repository it is ok - i.e. in your fork).
|
|
|
|
|
- Add upstream remote (the parent repository you have forked):
|
|
|
|
|
- `b v` to open the `branch manager buffer`
|
|
|
|
|
- `a` to add a remote, type the name (i.e. `upstream`) and the URL
|
|
|
|
|
- Pull changes from upstream (the parent repository you have forked) and push:
|
|
|
|
|
- `F -r C-u F` and choose `upstream` or the name you gave to it
|
|
|
|
|
- `P P` to push the commit to `origin`
|
|
|
|
|
|
|
|
|
|
### Git gutter bitmaps
|
|
|
|
|
|
|
|
|
|
`Spacemacs` has custom fringe bitmaps for
|
|
|
|
|
[git-gutter-fringe][git-gutter]:
|
|
|
|
|
|
|
|
|
|
Symbol | Description
|
|
|
|
|
:-------------------------------------------------------------------------------------------:|-----------------
|
|
|
|
|
![git-new](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/git-new-line.png) | new line
|
|
|
|
|
![git-del](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/git-del-line.png) | at least one line has been deleted
|
|
|
|
|
![git-mod](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/git-mod-line.png) | modified line
|
|
|
|
|
|
|
|
|
|
## Registers
|
|
|
|
|
|
|
|
|
|
Access commands to the various registers start with `r`:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC r e</kbd> | show evil yank and named registers
|
|
|
|
|
<kbd>SPC r m</kbd> | show marks register
|
|
|
|
|
<kbd>SPC r r</kbd> | show helm register
|
|
|
|
|
<kbd>SPC r y</kbd> | show kill ring
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Errors handling
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [Flycheck][flycheck] to gives error feedback on the fly.
|
|
|
|
|
The checks are only performed at save time by default.
|
|
|
|
|
|
|
|
|
|
Errors management commands (star with `f` for `flycheck`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC f c</kbd> | clear all errors
|
|
|
|
|
<kbd>SPC f l</kbd> | display the `flycheck` list of errors/warnings
|
|
|
|
|
<kbd>SPC f n</kbd> | go to the next `flycheck` error
|
|
|
|
|
<kbd>SPC f p</kbd> | go to the previous flycheck error
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Custom fringe bitmaps:
|
|
|
|
|
|
|
|
|
|
Symbol | Description
|
|
|
|
|
:----------------------------------------------------------------------------------------------:|------------
|
|
|
|
|
![dot-error](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/dot-error.png) | Error
|
|
|
|
|
![dot-warning](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/dot-warning.png) | warning
|
|
|
|
|
![dot-info](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/dot-info.png) | Info
|
|
|
|
|
|
|
|
|
|
## Modes
|
|
|
|
|
|
|
|
|
|
`Spacemacs` tries to add more natural Vi key bindings to some modes or
|
|
|
|
|
simply add new leader key bindings.
|
|
|
|
|
|
|
|
|
|
Leader key bindings start with `m` because they are bindings related to
|
|
|
|
|
the current `major mode`.
|
|
|
|
|
|
|
|
|
|
### Helm
|
|
|
|
|
|
|
|
|
|
`Spacemacs` add `hjkl` navigation to `helm` buffers:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------|------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>CTRL+h</kbd> | go to previous page
|
|
|
|
|
<kbd>CTRL+j</kbd> | go to previous item
|
|
|
|
|
<kbd>CTRL+k</kbd> | go to next item
|
|
|
|
|
<kbd>CTRL+l</kbd> | go to next page
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
#### Experimental Helm feature
|
|
|
|
|
|
|
|
|
|
If `dotspacemacs-feature-toggle-leader-on-jk` is non nil, pressing `jk` while
|
|
|
|
|
in `helm` buffer will trigger the evil leader.
|
|
|
|
|
|
|
|
|
|
When evil leader is triggered the following commands are available:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------|----------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>1</kbd> | execute action 0
|
|
|
|
|
<kbd>2</kbd> | execute action 1
|
|
|
|
|
<kbd>3</kbd> | execute action 2
|
|
|
|
|
<kbd>4</kbd> | execute action 3
|
|
|
|
|
<kbd>5</kbd> | execute action 4
|
|
|
|
|
<kbd>6</kbd> | execute action 5
|
|
|
|
|
<kbd>7</kbd> | execute action 6
|
|
|
|
|
<kbd>8</kbd> | execute action 7
|
|
|
|
|
<kbd>9</kbd> | execute action 8
|
|
|
|
|
<kbd>0</kbd> | execute action 9
|
|
|
|
|
<kbd>a</kbd> | toggle action selection menu
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Erlang
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [EDTS][edts] as an Erlang coding environment.
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC m d</kbd> | show man page documentation
|
|
|
|
|
<kbd>SPC m e</kbd> | go to next issue
|
|
|
|
|
<kbd>SPC m g</kbd> | go to definition
|
|
|
|
|
<kbd>SPC m G</kbd> | find a module in the current project
|
|
|
|
|
<kbd>SPC m h</kbd> | open the header file under point
|
|
|
|
|
<kbd>SPC m l</kbd> | find a function in the current module
|
|
|
|
|
<kbd>SPC m m</kbd> | go to the macro definition under point
|
|
|
|
|
<kbd>SPC m r</kbd> | go to the record definition under point
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Ledger
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------|------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>SPC m a</kbd> | add a transaction
|
|
|
|
|
<kbd>SPC m d</kbd> | delete current transaction
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Org
|
|
|
|
|
|
2014-11-27 15:31:44 +00:00
|
|
|
|
In `org`, [evil-org-mode][] is activated.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC m a</kbd> | org-agenda
|
|
|
|
|
<kbd>SPC m t</kbd> | org-show-todo-tree
|
|
|
|
|
<kbd>SPC m c</kbd> | org-archive-subtree
|
|
|
|
|
<kbd>SPC m l</kbd> | evil-org-open-links
|
|
|
|
|
<kbd>SPC m o</kbd> | evil-org-recompute-clocks
|
|
|
|
|
<kbd>gh</kbd> | outline-up-heading
|
|
|
|
|
<kbd>gj</kbd> | org-forward-heading-same-level
|
|
|
|
|
<kbd>gk</kbd> | org-backward-heading-same-level
|
|
|
|
|
<kbd>gl</kbd> | outline-next-visible-heading
|
|
|
|
|
<kbd>t</kbd> | org-todo
|
|
|
|
|
<kbd>T</kbd> | org-insert-todo-heading nil
|
|
|
|
|
<kbd>H</kbd> | org-beginning-of-line
|
|
|
|
|
<kbd>L</kbd> | org-end-of-line
|
|
|
|
|
<kbd>o</kbd> | always-insert-item
|
|
|
|
|
<kbd>O</kbd> | org-insert-heading
|
|
|
|
|
<kbd>$</kbd> | org-end-of-line
|
|
|
|
|
<kbd>^</kbd> | org-beginning-of-line
|
|
|
|
|
<kbd><</kbd> | org-metaleft
|
|
|
|
|
<kbd>></kbd> | org-metaright
|
|
|
|
|
<kbd>TAB</kbd> | org-cycle
|
|
|
|
|
<kbd>M-l</kbd> | org-metaright
|
|
|
|
|
<kbd>M-h</kbd> | org-metaleft
|
|
|
|
|
<kbd>M-k</kbd> | org-metaup
|
|
|
|
|
<kbd>M-j</kbd> | org-metadown
|
|
|
|
|
<kbd>M-L</kbd> | org-shiftmetaright
|
|
|
|
|
<kbd>M-H</kbd> | org-shiftmetaleft
|
|
|
|
|
<kbd>M-K</kbd> | org-shiftmetaup
|
|
|
|
|
<kbd>M-J</kbd> | org-shiftmetadown
|
|
|
|
|
<kbd>M-o</kbd> | org-insert-heading+org-metaright
|
|
|
|
|
<kbd>M-t</kbd> | org-insert-todo-heading nil+ org-metaright
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Perforce
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC p 4 a</kbd> | add a file in depot
|
|
|
|
|
<kbd>SPC p 4 d</kbd> | delete a file in depot
|
|
|
|
|
<kbd>SPC p 4 D</kbd> | p4-describe
|
|
|
|
|
<kbd>SPC p 4 e</kbd> | checkout a file
|
|
|
|
|
<kbd>SPC p 4 r</kbd> | rename a file
|
|
|
|
|
<kbd>SPC p 4 R</kbd> | revert a file
|
|
|
|
|
<kbd>SPC p 4 S</kbd> | submit CL
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### Python
|
|
|
|
|
|
2014-11-22 06:17:38 +00:00
|
|
|
|
Writing python code with spacemacs is supported by python contribution. Please see
|
|
|
|
|
[python contribution][python-contrib] documentation for detail.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### JavaScript
|
|
|
|
|
|
|
|
|
|
[js2-mode][] will activate for all `*.js` files, along with
|
|
|
|
|
[tern-auto-complete][] which will provide the best JavaScript
|
|
|
|
|
completion currently available. Just make sure you have the [tern][]
|
|
|
|
|
NPM module installed.
|
|
|
|
|
|
|
|
|
|
Tern includes the following key bindings:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>M-.</kbd> | jump to the definition of the thing under the cursor.
|
|
|
|
|
<kbd>M-,</kbd> | brings you back to last place you were when you pressed M-..
|
|
|
|
|
<kbd>C-c C-r</kbd> | rename the variable under the cursor.
|
|
|
|
|
<kbd>C-c C-c</kbd> | find the type of the thing under the cursor.
|
|
|
|
|
<kbd>C-c C-d</kbd> | find docs of the thing under the cursor. Press again to open the associated URL (if any).
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### rcirc
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------|------------------------------------------------------------
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>CTRL+j</kbd> | next item in command history
|
|
|
|
|
<kbd>CTRL+k</kbd> | previous item in command history
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
# Tips
|
|
|
|
|
|
2014-11-22 21:53:38 +00:00
|
|
|
|
## Updating Spacemacs
|
|
|
|
|
|
|
|
|
|
Currently there is no auto-update mechanism so if you want the latest and greatest features you
|
|
|
|
|
have to `git pull` the latest changes from `syl20bnr/spacemacs`. The `master` branch is updated
|
|
|
|
|
fairly regularly with releases of features that *should* be stable. The `develop` contains bleeding
|
|
|
|
|
edge features that are still in development, if you are an advanced user and want to help test these
|
|
|
|
|
features feel free to run off of this branch.
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
## Tips for Emacs users
|
|
|
|
|
|
|
|
|
|
If you came here with a pure Emacs background, here are some useful tips to get
|
|
|
|
|
you started.
|
|
|
|
|
|
|
|
|
|
1) As you may have notice, raw Emacs behavior is indeed available in Evil via the
|
|
|
|
|
`Emacs state`!
|
|
|
|
|
|
|
|
|
|
To start you could setup the `Emacs state` as the default one, pressing `fd`
|
|
|
|
|
quickly would bring you to `Normal state` and pressing `ESC` from there would
|
|
|
|
|
bring you back in `Emacs state`. This way you should never feel lost.
|
|
|
|
|
|
|
|
|
|
To do so add the following snippet to your `~/.spacemacs`:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(defun dotspacemacs/config ()
|
|
|
|
|
"This is were you can ultimately override default Spacemacs configuration.
|
|
|
|
|
This function is called at the very end of Spacemacs initialization."
|
|
|
|
|
(setq evil-default-state 'emacs)
|
|
|
|
|
(define-key evil-normal-state-map [escape] 'evil-emacs-state))
|
|
|
|
|
```
|
|
|
|
|
## Troubleshoot
|
|
|
|
|
|
|
|
|
|
### Loading fails
|
|
|
|
|
|
|
|
|
|
If during the first boot of Emacs nothing seems to happen or if the
|
|
|
|
|
installation seems to abort prematurely, you can check for an error message
|
|
|
|
|
by opening the `*Warning*` buffer:
|
|
|
|
|
|
|
|
|
|
C-x b warning RET
|
|
|
|
|
|
|
|
|
|
_('C-x b' means 'Ctrl + x then b' and 'RET' means 'return')_
|
|
|
|
|
|
|
|
|
|
Then you can copy/paste the error in a [Github issue][issues], thank you.
|
|
|
|
|
|
|
|
|
|
### I have no file ~/.spacemacs
|
|
|
|
|
|
|
|
|
|
You have to manually copy the `~/.emacs.d/.spacemacs.template` file to
|
|
|
|
|
`~/.spacemacs`
|
|
|
|
|
|
|
|
|
|
## Tips for Spacemacs advanced users
|
|
|
|
|
|
|
|
|
|
### evil-lisp-state as default state
|
|
|
|
|
|
|
|
|
|
To Make `lisp state` the default state in `Emacs Lisp` buffers, insert in
|
|
|
|
|
your `~/.spacemacs` the following snippet:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(defun dotspacemacs/config ()
|
|
|
|
|
(add-hook 'emacs-lisp-mode-hook 'evil-lisp-state))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### "jk" to trigger evil leader
|
|
|
|
|
|
|
|
|
|
It is possible to activate an experimental feature which allows to trigger the
|
|
|
|
|
evil leader in `insert state`, in `ido` minibuffer and in `helm` buffers.
|
|
|
|
|
|
|
|
|
|
To activate it, set `dotspacemacs-feature-toggle-leader-on-jk` to `t`.
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default dotspacemacs-feature-toggle-leader-on-jk t)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
More info on this feature:
|
|
|
|
|
- [insert state](#experimental-insert-state-feature)
|
|
|
|
|
- [helm](#experimental-helm-feature)
|
|
|
|
|
- [ido](#experimental-ido-feature)
|
|
|
|
|
|
|
|
|
|
# Achievements
|
|
|
|
|
|
|
|
|
|
Achievements | Account
|
|
|
|
|
-----------------------------------------------------|------------------------
|
|
|
|
|
[First contribution][1st-contrib] | [trishume][]
|
|
|
|
|
[First contribution layer][1st-clayer] | [trishume][]
|
|
|
|
|
[First blog article on Spacemacs][1st-article] | [Wolfy87][]
|
|
|
|
|
[100th issue (PR)][100th-issue] | [danielwuz][]
|
|
|
|
|
100th star | [Jackneill][]
|
|
|
|
|
|
|
|
|
|
# Thank you
|
|
|
|
|
|
2014-11-22 06:17:38 +00:00
|
|
|
|
[Jokes aside](#using-configuration-layers), thank you Richard for this great
|
|
|
|
|
piece of software.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Thank you to all the contributors and the whole Emacs community from core
|
|
|
|
|
developers to elisp hackers!
|
|
|
|
|
|
|
|
|
|
[evil]: https://gitorious.org/evil/pages/Home
|
|
|
|
|
[evil-leader]: https://github.com/cofi/evil-leader
|
|
|
|
|
[RSI]: http://en.wikipedia.org/wiki/Repetitive_strain_injury
|
|
|
|
|
[sacha_guide]: http://sachachua.com/blog/2013/05/how-to-learn-emacs-a-hand-drawn-one-pager-for-beginners/
|
|
|
|
|
[use-package]: https://github.com/jwiegley/use-package
|
|
|
|
|
[keychords]: http://www.emacswiki.org/emacs/KeyChord
|
|
|
|
|
[centered-cursor]: http://www.emacswiki.org/emacs/centered-cursor-mode.el
|
|
|
|
|
[ace-jump]: https://github.com/winterTTr/ace-jump-mode
|
|
|
|
|
[helm]: https://github.com/emacs-helm/helm
|
|
|
|
|
[popwin]: http://www.emacswiki.org/emacs/PopWin
|
|
|
|
|
[golden-ratio]: https://github.com/roman/golden-ratio.el
|
|
|
|
|
[solarized-theme]: https://github.com/bbatsov/solarized-emacs
|
|
|
|
|
[powerline]: https://github.com/milkypostman/powerline
|
|
|
|
|
[diminish]: http://www.emacswiki.org/emacs/DiminishedModes
|
|
|
|
|
[auto-complete]: https://github.com/auto-complete
|
|
|
|
|
[auto-highlight]: https://github.com/emacsmirror/auto-highlight-symbol
|
|
|
|
|
[e-project]: https://github.com/jrockway/eproject
|
|
|
|
|
[projectile]: https://github.com/bbatsov/projectile
|
|
|
|
|
[sp]: https://github.com/Fuco1/smartparens
|
2014-11-28 00:13:51 +00:00
|
|
|
|
[ag]: https://github.com/ggreer/the_silver_searcher
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[flycheck]: https://github.com/flycheck
|
|
|
|
|
[yasnippet]: https://github.com/capitaomorte/yasnippet
|
|
|
|
|
[expand-region]: https://github.com/magnars/expand-region.el
|
|
|
|
|
[multiple-cursors]: https://github.com/magnars/multiple-cursors.el
|
|
|
|
|
[keybindings]: https://github.com/syl20bnr/vimacs/blob/master/my-keybindings.el
|
|
|
|
|
[hswoop]: https://github.com/ShingoFukuyama/helm-swoop
|
|
|
|
|
[hcss]: https://github.com/ShingoFukuyama/helm-css-scss
|
|
|
|
|
[hyas]: https://github.com/emacs-helm/helm-c-yasnippet
|
|
|
|
|
[hthemes]: https://github.com/syohex/emacs-helm-themes
|
|
|
|
|
[projectile]: https://github.com/bbatsov/projectile
|
|
|
|
|
[hdescbinds]: https://github.com/emacs-helm/helm-descbinds
|
|
|
|
|
[hflyspell]: https://gist.github.com/cofi/3013327
|
|
|
|
|
[evil-little-word]: https://github.com/tarao/evil-plugins#evil-little-wordel
|
|
|
|
|
[evil-visualstar]: https://github.com/bling/evil-visualstar
|
|
|
|
|
[evil-exchange]: https://github.com/Dewdrops/evil-exchange
|
|
|
|
|
[evil-surround]: https://github.com/timcharper/evil-surround
|
|
|
|
|
[camelcasemotion.vim]: http://www.vim.org/scripts/script.php?script_id=1905
|
|
|
|
|
[vim-exchange]: https://github.com/tommcdo/vim-exchange
|
|
|
|
|
[vim-surround]: https://github.com/tpope/vim-surround
|
|
|
|
|
[evil-nerd-commenter]: https://github.com/redguardtoo/evil-nerd-commenter
|
|
|
|
|
[nerdcommenter]: https://github.com/scrooloose/nerdcommenter
|
|
|
|
|
[evil-escape]: https://github.com/syl20bnr/evil-escape
|
|
|
|
|
[evil-args]: https://github.com/wcsmith/evil-args
|
|
|
|
|
[evil-jumper]: https://github.com/bling/evil-jumper
|
|
|
|
|
[evil-numbers]: https://github.com/cofi/evil-numbers
|
|
|
|
|
[evil-org-mode]: https://github.com/edwtjo/evil-org-mode
|
|
|
|
|
[evil-lisp-state]: https://github.com/syl20bnr/evil-lisp-state
|
|
|
|
|
[nose]: https://github.com/nose-devs/nose/
|
|
|
|
|
[nose.el]: https://github.com/syl20bnr/nose.el
|
|
|
|
|
[pylookup]: https://github.com/tsgates/pylookup
|
|
|
|
|
[jedi]: https://github.com/tkf/emacs-jedi
|
|
|
|
|
[edts]: https://github.com/tjarvstrand/edts
|
|
|
|
|
[ess-R-object-popup]: https://github.com/myuhe/ess-R-object-popup.el
|
|
|
|
|
[ess-R-data-view]: https://github.com/myuhe/ess-R-data-view.el
|
|
|
|
|
[monokai-theme]: https://github.com/oneKelvinSmith/monokai-emacs
|
|
|
|
|
[zenburn-theme]: https://github.com/bbatsov/zenburn-emacs
|
|
|
|
|
[git-gutter]: https://github.com/syohex/emacs-git-gutter-fringe
|
|
|
|
|
[magit]: http://magit.github.io/
|
|
|
|
|
[smeargle]: https://github.com/syohex/emacs-smeargle
|
|
|
|
|
[git-timemachine]: https://github.com/pidu/git-timemachine
|
|
|
|
|
[git-messenger]: https://github.com/syohex/emacs-git-messenger
|
|
|
|
|
[ido-vertical-mode]: https://github.com/gempesaw/ido-vertical-mode.el
|
|
|
|
|
[issues]: https://github.com/syl20bnr/spacemacs/issues
|
|
|
|
|
[vundle]: https://github.com/gmarik/Vundle.vim
|
|
|
|
|
[anzu]: https://github.com/syohex/emacs-anzu
|
|
|
|
|
[js2-mode]: https://github.com/mooz/js2-mode
|
|
|
|
|
[tern-auto-complete]: https://github.com/marijnh/tern/blob/master/emacs/tern-auto-complete.el
|
|
|
|
|
[tern]: http://ternjs.net/
|
|
|
|
|
[themes-megapack]: https://github.com/syl20bnr/spacemacs/tree/master/contrib/themes-megapack
|
|
|
|
|
[python-contrib]: https://github.com/syl20bnr/spacemacs/tree/master/contrib/lang/python
|
|
|
|
|
[guide-key]: https://github.com/kai2nenobu/guide-key
|
|
|
|
|
[guide-key-tip]: https://github.com/aki2o/guide-key-tip
|
|
|
|
|
[gitter]: https://gitter.im/syl20bnr/spacemacs
|
|
|
|
|
[CONTRIBUTE.md]: https://github.com/syl20bnr/spacemacs/blob/master/CONTRIBUTE.md
|
|
|
|
|
[neotree]: https://github.com/jaypei/emacs-neotree
|
|
|
|
|
[nerdtree]: https://github.com/scrooloose/nerdtree
|
|
|
|
|
[anaconda-mode]: https://github.com/proofit404/anaconda-mode
|
|
|
|
|
[1st-contrib]: https://github.com/syl20bnr/spacemacs/pull/19
|
|
|
|
|
[1st-clayer]: https://github.com/syl20bnr/spacemacs/commit/e802027d75d0c0aed55539b0da2dfa0df94dfd39
|
|
|
|
|
[1st-article]: http://oli.me.uk/2014/11/06/spacemacs-emacs-vim/
|
|
|
|
|
[100th-issue]: https://github.com/syl20bnr/spacemacs/pull/100
|
|
|
|
|
[trishume]:https://github.com/trishume
|
|
|
|
|
[Wolfy87]:https://github.com/Wolfy87
|
|
|
|
|
[danielwuz]:https://github.com/danielwuz
|
|
|
|
|
[Jackneill]:https://github.com/Jackneill
|
|
|
|
|
[use-package]: https://github.com/jwiegley/use-package
|
2014-11-24 03:34:57 +00:00
|
|
|
|
[fancy-battery]: https://github.com/lunaryorn/fancy-battery.el
|