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)
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- [Core Pillars](#core-pillars)
|
|
|
|
|
- [Mnemonic](#mnemonic)
|
|
|
|
|
- [Discoverability](#discoverability)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Consistency](#consistency)
|
|
|
|
|
- [Crowd-Configured](#crowd-configured)
|
|
|
|
|
- [Goals](#goals)
|
|
|
|
|
- [Screenshots](#screenshots)
|
|
|
|
|
- [Who can benefit from this ?](#who-can-benefit-from-this-)
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- [Update and Rollback](#update-and-rollback)
|
|
|
|
|
- [Update Spacemacs repository](#update-spacemacs-repository)
|
|
|
|
|
- [Update packages](#update-packages)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Configuration layers](#configuration-layers)
|
|
|
|
|
- [Structure](#structure)
|
|
|
|
|
- [Extensions and Packages](#extensions-and-packages)
|
2015-04-21 04:33:23 +00:00
|
|
|
|
- [Within a layer](#within-a-layer)
|
|
|
|
|
- [Declaration](#declaration)
|
|
|
|
|
- [Initialization](#initialization)
|
|
|
|
|
- [Exclusion](#exclusion)
|
|
|
|
|
- [Without a layer](#without-a-layer)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [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)
|
2015-03-08 05:06:54 +00:00
|
|
|
|
- [Synchronization of dotfile changes](#synchronization-of-dotfile-changes)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Content](#content)
|
2014-11-22 06:17:38 +00:00
|
|
|
|
- [Using configuration layers](#using-configuration-layers)
|
2015-01-26 04:22:41 +00:00
|
|
|
|
- [Setting configuration layers variables](#setting-configuration-layers-variables)
|
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)
|
|
|
|
|
- [Evil leader](#evil-leader)
|
|
|
|
|
- [Universal argument](#universal-argument)
|
2014-12-16 03:57:00 +00:00
|
|
|
|
- [Micro-states](#micro-states)
|
2014-12-16 03:48:27 +00:00
|
|
|
|
- [Differences between Vim, Evil and Spacemacs](#differences-between-vim-evil-and-spacemacs)
|
|
|
|
|
- [The vim-surround case](#the-vim-surround-case)
|
2015-01-10 20:04:00 +00:00
|
|
|
|
- [Evil plugins](#evil-plugins)
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- [Spacemacs UI](#spacemacs-ui)
|
|
|
|
|
- [Graphical UI](#graphical-ui)
|
|
|
|
|
- [Color themes](#color-themes)
|
|
|
|
|
- [Font](#font)
|
|
|
|
|
- [Graphical UI Toggles](#graphical-ui-toggles)
|
2015-03-26 05:48:16 +00:00
|
|
|
|
- [Mouse usage](#mouse-usage)
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- [Mode-line](#mode-line)
|
|
|
|
|
- [Flycheck integration](#flycheck-integration)
|
|
|
|
|
- [Anzu integration](#anzu-integration)
|
|
|
|
|
- [Battery status integration](#battery-status-integration)
|
|
|
|
|
- [Powerline separators](#powerline-separators)
|
|
|
|
|
- [Minor Modes](#minor-modes)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Commands](#commands)
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- [Vim key bindings](#vim-key-bindings)
|
|
|
|
|
- [Escaping](#escaping)
|
|
|
|
|
- [Executing Vim and Emacs ex/M-x commands](#executing-vim-and-emacs-exm-x-commands)
|
|
|
|
|
- [Leader key](#leader-key)
|
2014-12-03 05:32:25 +00:00
|
|
|
|
- [Reserved prefix command for user](#reserved-prefix-command-for-user)
|
2015-02-05 04:13:52 +00:00
|
|
|
|
- [Helm](#helm)
|
2015-04-22 04:59:24 +00:00
|
|
|
|
- [C-z and Tab switch](#c-z-and-tab-switch)
|
2015-02-05 04:13:52 +00:00
|
|
|
|
- [Helm micro-state](#helm-micro-state)
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- [Discovering](#discovering)
|
|
|
|
|
- [Key bindings](#key-bindings)
|
2015-04-09 01:50:33 +00:00
|
|
|
|
- [Guide-key](#guide-key)
|
|
|
|
|
- [Helm describe key bindings](#helm-describe-key-bindings)
|
|
|
|
|
- [Getting help](#getting-help)
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- [Available layers](#available-layers)
|
|
|
|
|
- [Available packages in Spacemacs](#available-packages-in-spacemacs)
|
|
|
|
|
- [New packages from ELPA repositories](#new-packages-from-elpa-repositories)
|
|
|
|
|
- [Toggles](#toggles)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Navigating](#navigating)
|
|
|
|
|
- [Point/Cursor](#pointcursor)
|
|
|
|
|
- [Smooth scrolling](#smooth-scrolling)
|
|
|
|
|
- [Vim motions with ace-jump mode](#vim-motions-with-ace-jump-mode)
|
2015-04-09 01:50:33 +00:00
|
|
|
|
- [ace-link mode](#ace-link-mode)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Window manipulation](#window-manipulation)
|
2015-02-22 03:54:06 +00:00
|
|
|
|
- [Window manipulation key bindings](#window-manipulation-key-bindings)
|
|
|
|
|
- [Window manipulation micro-state](#window-manipulation-micro-state)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Golden ratio](#golden-ratio)
|
|
|
|
|
- [Buffers and Files](#buffers-and-files)
|
2015-03-30 03:38:15 +00:00
|
|
|
|
- [Buffers manipulation key bindings](#buffers-manipulation-key-bindings)
|
|
|
|
|
- [Buffers manipulation manipulation micro-state](#buffers-manipulation-manipulation-micro-state)
|
2015-04-13 19:29:46 +00:00
|
|
|
|
- [Special Buffers](#special-buffers)
|
2015-03-30 03:38:15 +00:00
|
|
|
|
- [Files manipulations key bindings](#files-manipulations-key-bindings)
|
2015-01-01 06:09:33 +00:00
|
|
|
|
- [Emacs and Spacemacs files](#emacs-and-spacemacs-files)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Ido](#ido)
|
2015-02-22 03:54:06 +00:00
|
|
|
|
- [Ido micro-state](#ido-micro-state)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [NeoTree file tree](#neotree-file-tree)
|
2015-01-01 06:00:56 +00:00
|
|
|
|
- [NeoTree navigation](#neotree-navigation)
|
|
|
|
|
- [Opening files with NeoTree](#opening-files-with-neotree)
|
|
|
|
|
- [Other NeoTree key bindings](#other-neotree-key-bindings)
|
|
|
|
|
- [NeoTree mode-line](#neotree-mode-line)
|
2014-12-06 06:31:56 +00:00
|
|
|
|
- [Shells](#shells)
|
2014-12-12 04:49:49 +00:00
|
|
|
|
- [Key bindings](#key-bindings)
|
|
|
|
|
- [Staying in insert state](#staying-in-insert-state)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Bookmarks](#bookmarks)
|
2015-01-23 06:57:17 +00:00
|
|
|
|
- [DocView mode](#docview-mode)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Searching](#searching)
|
2015-04-02 02:37:25 +00:00
|
|
|
|
- [With an external tool](#with-an-external-tool)
|
|
|
|
|
- [Searching in an arbitrary directory](#searching-in-an-arbitrary-directory)
|
|
|
|
|
- [Searching in a project](#searching-in-a-project)
|
2015-04-11 00:34:30 +00:00
|
|
|
|
- [Searching the web](#searching-the-web)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Persistent highlighting](#persistent-highlighting)
|
|
|
|
|
- [Stacking highlights](#stacking-highlights)
|
2014-12-02 21:27:27 +00:00
|
|
|
|
- [Highlight current symbol](#highlight-current-symbol)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Visual Star](#visual-star)
|
|
|
|
|
- [Listing symbols by semantic](#listing-symbols-by-semantic)
|
|
|
|
|
- [Helm-swoop](#helm-swoop)
|
|
|
|
|
- [Editing](#editing)
|
2015-03-08 05:06:54 +00:00
|
|
|
|
- [Paste text](#paste-text)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Text manipulation commands](#text-manipulation-commands)
|
2014-12-13 05:50:25 +00:00
|
|
|
|
- [Smartparens Strict mode](#smartparens-strict-mode)
|
2014-12-13 06:05:09 +00:00
|
|
|
|
- [Zooming](#zooming)
|
|
|
|
|
- [Text](#text)
|
|
|
|
|
- [Frame](#frame)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Increase/Decrease numbers](#increasedecrease-numbers)
|
|
|
|
|
- [Spell checking](#spell-checking)
|
|
|
|
|
- [Region selection](#region-selection)
|
2014-12-23 03:15:49 +00:00
|
|
|
|
- [Expand-region](#expand-region)
|
|
|
|
|
- [Indent text object](#indent-text-object)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Region narrowing](#region-narrowing)
|
|
|
|
|
- [Line formatting](#line-formatting)
|
2014-12-18 02:26:52 +00:00
|
|
|
|
- [Replacing text with iedit](#replacing-text-with-iedit)
|
|
|
|
|
- [iedit states key bindings](#iedit-states-key-bindings)
|
|
|
|
|
- [State transitions](#state-transitions)
|
|
|
|
|
- [In iedit state](#in-iedit-state)
|
|
|
|
|
- [In iedit-insert state](#in-iedit-insert-state)
|
|
|
|
|
- [Examples](#examples)
|
2015-04-12 02:47:46 +00:00
|
|
|
|
- [Replacing text in several files](#replacing-text-in-several-files)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Commenting](#commenting)
|
2014-11-29 03:47:03 +00:00
|
|
|
|
- [Deleting files](#deleting-files)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Editing Lisp code](#editing-lisp-code)
|
2015-02-22 03:54:06 +00:00
|
|
|
|
- [Lisp Key Bindings](#lisp-key-bindings)
|
|
|
|
|
- [Lisp state key bindings](#lisp-state-key-bindings)
|
|
|
|
|
- [Emacs lisp specific key bindings](#emacs-lisp-specific-key-bindings)
|
2015-03-08 05:06:54 +00:00
|
|
|
|
- [Managing projects](#managing-projects)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Registers](#registers)
|
|
|
|
|
- [Errors handling](#errors-handling)
|
2014-12-05 05:02:26 +00:00
|
|
|
|
- [Compiling](#compiling)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Modes](#modes)
|
2014-12-19 05:35:14 +00:00
|
|
|
|
- [Major Mode leader key](#major-mode-leader-key)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Helm](#helm)
|
|
|
|
|
- [Python](#python)
|
|
|
|
|
- [JavaScript](#javascript)
|
2014-12-18 02:26:52 +00:00
|
|
|
|
- [HTML and CSS](#html-and-css)
|
2014-12-13 05:50:25 +00:00
|
|
|
|
- [Emacs Server](#emacs-server)
|
|
|
|
|
- [Connecting to the Emacs server](#connecting-to-the-emacs-server)
|
|
|
|
|
- [Keeping the server alive](#keeping-the-server-alive)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Troubleshoot](#troubleshoot)
|
|
|
|
|
- [Loading fails](#loading-fails)
|
|
|
|
|
- [I have no file ~/.spacemacs](#i-have-no-file-spacemacs)
|
|
|
|
|
- [Achievements](#achievements)
|
2015-04-01 03:29:28 +00:00
|
|
|
|
- [Issues](#issues)
|
|
|
|
|
- [Merged Pull Requests](#merged-pull-requests)
|
2015-05-07 04:13:13 +00:00
|
|
|
|
- [Stars, forks and watchers](#stars-forks-and-watchers)
|
2015-04-01 03:29:28 +00:00
|
|
|
|
- [Specials](#specials)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- [Thank you](#thank-you)
|
|
|
|
|
|
|
|
|
|
<!-- markdown-toc end -->
|
2015-04-13 19:29:46 +00:00
|
|
|
|
# Spacemacs Documentation
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
# Core Pillars
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
Four core pillars: Mnemonic, Discoverability, Consistency, "Crowd-Configured".
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
If any of these core pillars is violated open an issue and we'll fix it.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
## Mnemonic
|
|
|
|
|
|
|
|
|
|
`Spacemacs` organizes key bindings by mnemonic namespaces as much as possible.
|
|
|
|
|
If you are looking 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...
|
|
|
|
|
|
|
|
|
|
## Discoverability
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
`Spacemacs` comes with a dedicated major mode `spacemacs-mode`. Its goal is to
|
2015-02-09 02:21:23 +00:00
|
|
|
|
give useful feedbacks and easily perform maintenance tasks.
|
|
|
|
|
|
|
|
|
|
It also comes with dedicated [helm][] sources to quickly find layers, packages
|
|
|
|
|
and more.
|
|
|
|
|
|
|
|
|
|
[guide-key][] is enabled by default, it will display all the available key
|
|
|
|
|
bindings in a dedicated popup buffer.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Consistency
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
Similar functionalities should have the same key binding no matter which major
|
|
|
|
|
is currently active. For instance if you are looking for the definition of a
|
|
|
|
|
function, the binding is <kbd>SPC m g g</kbd>, `m` for `major mode` and `g g`
|
|
|
|
|
for `go to thing at point`. No matter what is the major mode it is the same
|
|
|
|
|
binding to perform this action.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
This is also true for the documentation, each configuration layer comes with
|
|
|
|
|
an associated `README.md` file with the same base layout.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
The consistency core pillar is supported by a convention file:
|
|
|
|
|
[CONVENTIONS.md][]
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
## Crowd-Configured
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
By defining an very light structure called `configuration layer` which is easy
|
|
|
|
|
to understand, `Spacemacs` makes it easy to contribute additional support.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
The conventions in [CONVENTIONS.md][] make it easy to get the spacemacs way
|
|
|
|
|
and keep consistency even if there are a lot of contributions.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
`Crowd-configuration` is the most powerful pillar of `Spacemacs`. Anybody can
|
|
|
|
|
submit upstream improvements to configuration layers or a whole new one. Any
|
|
|
|
|
user can easily and directly use this layer by adding it to a list in a
|
|
|
|
|
dotfile. It is even possible to exclude _any_ unwanted packages.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
2015-03-05 03:54:13 +00:00
|
|
|
|
- **Crowd-configured**: Contribute easily your improvements and new
|
2015-02-09 02:21:23 +00:00
|
|
|
|
configuration layers.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- **Minimalistic and nice graphical UI**, keep your available screen space for
|
|
|
|
|
what matters: your text files.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
- **Mnemonic and consistent key bindings** which should be easier to learn
|
2015-02-09 02:21:23 +00:00
|
|
|
|
and remember and be the same in all major modes.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- **Fast boot time**, everything is lazy-loaded.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- **Lower the risk of RSI** by heavily using the space bar instead of modifiers.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
- Hopefully, if it's not already the case:
|
|
|
|
|
|
|
|
|
|
Ɛ>Ɛ>Ɛ> **make you love modal editing!** <3<3<3
|
|
|
|
|
|
|
|
|
|
# Screenshots
|
|
|
|
|
|
|
|
|
|
_Startup_
|
2014-12-12 00:55:44 +00:00
|
|
|
|
![spacemacs_startup](img/spacemacs-startup.png)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
_Python_
|
2014-12-12 00:55:44 +00:00
|
|
|
|
![spacemacs_python](img/spacemacs-python.png)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
_Terminal (urxvt)_
|
2014-12-12 00:55:44 +00:00
|
|
|
|
![spacemacs_urxvt](img/spacemacs-urxvt.png)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
*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]**
|
2015-02-09 02:21:23 +00:00
|
|
|
|
induced by the default Emacs key bindings (this is an assumption, there is no
|
|
|
|
|
official studies to prove this).
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Emacs users wanting to learn **a different way to edit files** or wanting to
|
2015-01-18 04:40:31 +00:00
|
|
|
|
learn Vim key bindings.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
# Update and Rollback
|
|
|
|
|
|
|
|
|
|
For now it is still needed to update the `Spacemacs` repository manually.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
## Update Spacemacs repository
|
|
|
|
|
|
|
|
|
|
Close Emacs and update the git repository:
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
git pull --rebase
|
|
|
|
|
git submodule sync; git submodule update
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Note** It is recommended to update the packages first, see next session.
|
|
|
|
|
|
|
|
|
|
## Update packages
|
|
|
|
|
|
|
|
|
|
To update `Spacemacs` press <kbd>RET</kbd> (enter) or click on the link
|
|
|
|
|
`[Update]` in the startup page under the banner then restart Emacs.
|
|
|
|
|
|
|
|
|
|
If anything goes wrong you should be able to rollback the update by pressing
|
|
|
|
|
<kbd>RET</kbd> or clicking on the `[Rollback]` link next to the `[Update]`
|
|
|
|
|
link and choose a rollback slot (sorted by date).
|
|
|
|
|
|
|
|
|
|
# Configuration layers
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
2015-04-21 04:33:23 +00:00
|
|
|
|
### Within a layer
|
|
|
|
|
|
|
|
|
|
#### Declaration
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
`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
|
2015-04-19 03:40:24 +00:00
|
|
|
|
(setq <layer>-packages
|
2014-11-22 05:45:19 +00:00
|
|
|
|
'(
|
|
|
|
|
package1
|
|
|
|
|
package2
|
2015-04-21 04:33:23 +00:00
|
|
|
|
...
|
2014-11-22 05:45:19 +00:00
|
|
|
|
)
|
|
|
|
|
```
|
|
|
|
|
|
2015-04-21 04:33:23 +00:00
|
|
|
|
#### Initialization
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2015-04-21 04:33:23 +00:00
|
|
|
|
#### Exclusion
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
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
|
2015-04-19 03:40:24 +00:00
|
|
|
|
(setq <layer>-excluded-packages
|
2014-11-22 05:45:19 +00:00
|
|
|
|
'(
|
|
|
|
|
package1
|
2015-04-21 04:33:23 +00:00
|
|
|
|
package2
|
|
|
|
|
...
|
|
|
|
|
)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Without a layer
|
|
|
|
|
|
|
|
|
|
Sometimes a layer can be an unnecessary overhead, this is the case if you just
|
|
|
|
|
want yo install a package without any configuration associated to it. A good
|
|
|
|
|
example is some niche language where you are only interested syntax
|
|
|
|
|
highlighting.
|
|
|
|
|
|
|
|
|
|
You can install such packages by adding them to the variable
|
|
|
|
|
`dotspacemacs-additional-packages` in your dotfile.
|
|
|
|
|
|
|
|
|
|
If you want to add some configuration for them then consider to create a layer,
|
|
|
|
|
or just put the configuration in the `dotspacemacs/config` function.
|
|
|
|
|
|
|
|
|
|
Example to install `llvm-mode` and `dts-mode`:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(setq dotspacemacs-additional-packages
|
|
|
|
|
'(
|
|
|
|
|
llvm-mode
|
|
|
|
|
dts-mode
|
2014-11-22 05:45:19 +00:00
|
|
|
|
)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
|
2015-01-22 23:34:36 +00:00
|
|
|
|
It effectively makes `Spacemacs` behave like [Vundle][vundle].
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## 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].
|
|
|
|
|
|
2014-12-05 06:34:56 +00:00
|
|
|
|
To install it, just add `themes-megapack` to your `~/.spacemacs` like so:
|
|
|
|
|
|
|
|
|
|
```elisp
|
2015-02-28 07:09:51 +00:00
|
|
|
|
(setq-default dotspacemacs-configuration-layers '(themes-megapack))
|
2014-12-05 06:34:56 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
You have now installed around 100 themes you are free to try with <kbd>SPC T h</kbd>
|
2014-11-27 16:02:18 +00:00
|
|
|
|
(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
|
2014-12-02 01:05:51 +00:00
|
|
|
|
manually from the template file `~/.emacs.d/core/templates/.spacemacs.template`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
```sh
|
2014-12-02 01:05:51 +00:00
|
|
|
|
$ cp ~/.emacs.d/core/templates/.spacemacs.template ~/.spacemacs
|
2014-11-22 05:45:19 +00:00
|
|
|
|
```
|
|
|
|
|
|
2015-03-05 03:46:38 +00:00
|
|
|
|
## Synchronization of dotfile changes
|
2015-03-03 04:10:45 +00:00
|
|
|
|
|
2015-04-19 03:40:24 +00:00
|
|
|
|
To apply the modifications made in `~/.spacemacs` press <kbd>SPC f e R</kbd>.
|
2015-03-03 04:10:45 +00:00
|
|
|
|
It will re-execute the `Spacemacs` initialization process.
|
|
|
|
|
|
|
|
|
|
**Note:** A synchronization re-execute the functions `dotspacemacs/init` and
|
|
|
|
|
`dotspacemacs/config`. Depending on the content of this functions you may
|
|
|
|
|
encounter some unwanted side effects. For instance if you use a toggle in
|
|
|
|
|
`dotspacemac/config` to enable some behavior, this behavior will be turned off
|
|
|
|
|
whenever the dotfile is re-synchronize. To avoid these side-effects it is
|
|
|
|
|
recommended to use `setq` expressions instead of toggle functions.
|
|
|
|
|
It is also possible to _skip_ the execution of `dotspacemacs/config` with the
|
2015-04-19 03:40:24 +00:00
|
|
|
|
universal argument (<kbd>SPC u SPC f e R</kbd>).
|
2015-03-03 04:10:45 +00:00
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
## 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
|
2015-01-26 04:22:41 +00:00
|
|
|
|
[the `contrib` directory](../contrib).
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|
|
2015-01-26 04:22:41 +00:00
|
|
|
|
### Setting configuration layers variables
|
|
|
|
|
|
|
|
|
|
Some configuration layers have configuration variables to enable specific
|
|
|
|
|
support. For instance the [git layer][] has several configuration variables,
|
|
|
|
|
they can be set directly in the `dotspacemacs-configuration-layers` like this:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
;; List of configuration layers to load.
|
2015-04-17 05:56:36 +00:00
|
|
|
|
dotspacemacs-configuration-layers '(auto-completion
|
2015-01-26 04:22:41 +00:00
|
|
|
|
(git :variables
|
|
|
|
|
git-magit-status-fullscreen t
|
|
|
|
|
git-enable-github-support t
|
|
|
|
|
git-gutter-use-fringe t)
|
|
|
|
|
smex)
|
|
|
|
|
```
|
|
|
|
|
|
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
|
|
|
|
|
|
2015-03-23 03:11:00 +00:00
|
|
|
|
`Spacemacs` has 9 states:
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-03-29 03:46:42 +00:00
|
|
|
|
State | Color | Description
|
|
|
|
|
-------------|-------------|--------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
evilified | light brown | exclusive to `Spacemacs`, this is an `emacs state` modified to bring Vim navigation, selection and search.
|
|
|
|
|
lisp | pink | exclusive to `Spacemacs`, used to navigate Lisp code and modify it (more [info](#editing-lisp-code))
|
|
|
|
|
iedit | red | exclusive to `Spacemacs`, used to navigate between multiple regions of text using `iedit` (more [info](#replacing-text-with-iedit))
|
|
|
|
|
iedit-insert | red | exclusive to `Spacemacs`, used to replace multiple regions of text using `iedit` (more [info](#replacing-text-with-iedit))
|
2014-12-18 02:26:52 +00:00
|
|
|
|
|
|
|
|
|
Note: Technically speaking there are also the `operator` and `replace` evil
|
|
|
|
|
states.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## 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
|
2015-04-28 04:54:09 +00:00
|
|
|
|
key is set on <kbd>SPC</kbd> (space bar, hence the name `spacemacs`).
|
2014-11-27 16:02:18 +00:00
|
|
|
|
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
|
|
|
|
|
2014-12-16 03:57:00 +00:00
|
|
|
|
## Micro-states
|
|
|
|
|
|
|
|
|
|
`Spacemacs` defines a wide variety of `micro-states` (temporary overlay maps)
|
2015-01-21 07:01:05 +00:00
|
|
|
|
where it makes sense. This prevents one from doing repetitive and tedious presses on the
|
2014-12-16 03:57:00 +00:00
|
|
|
|
<kbd>SPC</kbd> key.
|
|
|
|
|
|
|
|
|
|
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](img/spacemacs-ahs-micro-state.png)
|
|
|
|
|
|
|
|
|
|
[Text scale micro-state](#change-font-size):
|
|
|
|
|
![spacemacs_scale_micro_state](img/spacemacs-scale-micro-state.png)
|
|
|
|
|
|
2014-12-16 03:48:27 +00:00
|
|
|
|
# Differences between Vim, Evil and Spacemacs
|
|
|
|
|
|
2015-03-17 03:55:30 +00:00
|
|
|
|
- The `,` key does "repeat last `f`, `t`, `F`, or `T` command in opposite
|
2015-04-25 18:02:12 +00:00
|
|
|
|
direction in `Vim`, but in `Spacemacs` it is the major mode specific leader
|
2015-04-28 04:54:09 +00:00
|
|
|
|
key by default (which can be set on another key binding in the dotfile).
|
2015-03-16 07:48:40 +00:00
|
|
|
|
|
2014-12-16 03:48:27 +00:00
|
|
|
|
Send a PR to add the differences you found in this section.
|
|
|
|
|
|
|
|
|
|
## The vim-surround case
|
|
|
|
|
|
2014-12-16 03:57:00 +00:00
|
|
|
|
There is one obvious visible difference though. It is not between `Evil` and
|
|
|
|
|
`Vim` but between `Spacemacs` and [vim-surround][]: the `surround` command is
|
|
|
|
|
on <kbd>S</kbd> in `vim-surround` whereas it is on <kbd>s</kbd> in `Spacemacs`.
|
2014-12-16 03:48:27 +00:00
|
|
|
|
|
|
|
|
|
This is something that can surprise some Vim users so let me explain why this is
|
|
|
|
|
the case:
|
|
|
|
|
- `s` and `c` do the same thing in `visual state`,
|
|
|
|
|
- `s` is only useful to delete _one_ character and add more than one character
|
|
|
|
|
which is a _very_ narrow use case,
|
|
|
|
|
- `c` accept motions and can do everything `s` can do in `normal state`,
|
|
|
|
|
- this is also true for `r` but `r` is more useful because it stays in
|
|
|
|
|
`normal state`.
|
2015-02-21 19:06:17 +00:00
|
|
|
|
- `surround` command is just a more powerful command than `s`
|
2014-12-16 03:48:27 +00:00
|
|
|
|
|
|
|
|
|
If you are not convinced, then here is the snippet to revert back to the default
|
|
|
|
|
`Vim + vim-surround` setup (add it to your `dotspacemacs/config` function or
|
|
|
|
|
your `~/.spacemacs`):
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(evil-define-key 'visual evil-surround-mode-map "s" 'evil-substitute)
|
|
|
|
|
(evil-define-key 'visual evil-surround-mode-map "S" 'evil-surround-region)
|
|
|
|
|
```
|
|
|
|
|
|
2015-01-10 20:04:00 +00:00
|
|
|
|
# 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-indent-textobject][] | add text object based on indentation level
|
|
|
|
|
[evil-visualstar][] | search for current selection with `*`
|
|
|
|
|
[evil-exchange][] | port of [vim-exchange][]
|
|
|
|
|
[evil-surround][] | port of [vim-surround][]
|
2015-01-16 04:45:53 +00:00
|
|
|
|
[evil-matchit][] | port of [matchit.vim][]
|
2015-01-10 20:04:00 +00:00
|
|
|
|
[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]
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
# Spacemacs UI
|
|
|
|
|
|
|
|
|
|
`Spacemacs` has unique UI elements to make the Emacs experience even
|
|
|
|
|
more enjoyable:
|
|
|
|
|
- dedicated startup page with a mode aimed at easily managing `Spacemacs`
|
|
|
|
|
- dedicated helm source via `helm-spacemacs`
|
|
|
|
|
- a [guide-key][] buffer
|
|
|
|
|
|
|
|
|
|
## Graphical UI
|
|
|
|
|
|
|
|
|
|
`Spacemacs` has a minimalistic and distraction free graphical UI:
|
|
|
|
|
- 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](../contrib/git/README.md#git-gutter-bitmaps) for
|
|
|
|
|
git gutter (available in [git layer][])
|
|
|
|
|
|
|
|
|
|
### Color themes
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-28 04:14:51 +00:00
|
|
|
|
By default, `Spacemacs` uses the theme [solarized-light][solarized-theme].
|
|
|
|
|
|
2015-01-24 03:02:08 +00:00
|
|
|
|
It is possible to define your default themes in your `~/.spacemacs` with
|
|
|
|
|
the variable `dotspacemacs-themes`. For instance, to specify `leuven` and
|
2015-02-21 19:06:17 +00:00
|
|
|
|
`zenburn` (high contrast theme and low contrast theme):
|
2014-11-28 04:14:51 +00:00
|
|
|
|
|
|
|
|
|
```elisp
|
2015-01-24 03:02:08 +00:00
|
|
|
|
(setq-default dotspacemacs-themes '(leuven zenburn))
|
2014-11-28 04:14:51 +00:00
|
|
|
|
```
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-30 16:48:22 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2015-01-24 03:02:08 +00:00
|
|
|
|
<kbd>SPC T n</kbd> | switch to next theme listed in `dotspacemacs-themes`.
|
2015-01-25 08:36:28 +00:00
|
|
|
|
<kbd>SPC T h</kbd> | select a theme using a `helm` buffer.
|
2014-11-30 16:48:22 +00:00
|
|
|
|
|
2015-04-14 19:50:29 +00:00
|
|
|
|
**Note:**
|
|
|
|
|
- You don't need to explicitly list in a layer the theme packages you are
|
|
|
|
|
defining in `dotspacemacs-themes`, Spacemacs is smart enough to remove those
|
|
|
|
|
packages from the list of orphans.
|
|
|
|
|
- Due to the inner working of themes in Emacs, switching theme during
|
2014-11-30 16:48:22 +00:00
|
|
|
|
the same session may have some weird side effects. Although these side effects
|
2015-01-24 03:02:08 +00:00
|
|
|
|
should be pretty rare.
|
2014-11-30 16:48:22 +00:00
|
|
|
|
|
2015-01-24 03:02:08 +00:00
|
|
|
|
**Hint** If you are an `Org` user, [leuven-theme][] is amazing ;-)
|
2014-12-02 05:11:47 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
### Font
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
The default font used by `Spacemacs` is [source code pro][] by Adobe. It is
|
|
|
|
|
recommended to install it on your system.
|
|
|
|
|
|
|
|
|
|
To change the default font set the variable `dotspacemacs-default-font` in
|
|
|
|
|
your `.spacemacs` file.
|
|
|
|
|
|
|
|
|
|
By default its value is:
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default dotspacemacs-default-font '("Source Code Pro"
|
|
|
|
|
:size 13
|
|
|
|
|
:weight normal
|
|
|
|
|
:width normal
|
|
|
|
|
:powerline-scale 1.1))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The properties should be pretty straightforward, it is possible to set any
|
|
|
|
|
valid property of a [font-spec][]:
|
|
|
|
|
- `:family` Font family or fontset (a string).
|
|
|
|
|
- `:width` Relative character width. This should be one of the symbols:
|
|
|
|
|
- ultra-condensed
|
|
|
|
|
- extra-condensed
|
|
|
|
|
- condensed
|
|
|
|
|
- semi-condensed
|
|
|
|
|
- normal
|
|
|
|
|
- semi-expanded
|
|
|
|
|
- expanded
|
|
|
|
|
- extra-expanded
|
|
|
|
|
- ultra-expanded
|
|
|
|
|
- `:height` The height of the font. In the simplest case, this is an integer in
|
|
|
|
|
units of 1/10 point.
|
|
|
|
|
- `:weight` Font weight—one of the symbols (from densest to faintest):
|
|
|
|
|
- ultra-bold
|
|
|
|
|
- extra-bold
|
|
|
|
|
- bold
|
|
|
|
|
- semi-bold
|
|
|
|
|
- normal
|
|
|
|
|
- semi-light
|
|
|
|
|
- light
|
|
|
|
|
- extra-light
|
|
|
|
|
- ultra-light
|
|
|
|
|
- `:slant` Font slant—one of the symbols:
|
|
|
|
|
- italic
|
|
|
|
|
- oblique
|
|
|
|
|
- normal
|
|
|
|
|
- reverse-italic
|
|
|
|
|
- reverse-oblique
|
|
|
|
|
- `:size` The font size—either a non-negative integer that specifies the pixel
|
2015-03-11 19:57:12 +00:00
|
|
|
|
size, or a floating-point number that specifies the point size.
|
2015-02-09 02:21:23 +00:00
|
|
|
|
- `:adstyle` Additional typographic style information for the font, such as
|
|
|
|
|
‘sans’. The value should be a string or a symbol.
|
|
|
|
|
- `:registry` The charset registry and encoding of the font, such as
|
2015-03-11 19:57:12 +00:00
|
|
|
|
‘iso8859-1’. The value should be a string or a symbol.
|
|
|
|
|
- `:script` The script that the font must support (a symbol).
|
2015-02-09 02:21:23 +00:00
|
|
|
|
|
|
|
|
|
The special property `:powerline-scale` is `Spacemacs` specific and it is for
|
|
|
|
|
quick tweaking of the mode-line height in order to avoid crappy rendering of
|
|
|
|
|
the separators like on the following screenshot (default value is 1.1).
|
|
|
|
|
|
|
|
|
|
_Ugly separators_
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
![ugly-separators](img/crappy-powerline-separators.png)
|
|
|
|
|
|
|
|
|
|
### Graphical UI Toggles
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-04-10 14:30:46 +00:00
|
|
|
|
Some graphical UI indicators can be toggled on and off
|
|
|
|
|
(toggles start with `t` and `T`):
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-03-25 17:56:11 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------------|------------------------------------------------------------
|
2015-04-01 03:03:34 +00:00
|
|
|
|
<kbd>SPC t ~</kbd> | display `~` in the fringe on empty lines
|
2015-03-25 17:56:11 +00:00
|
|
|
|
<kbd>SPC t c</kbd> | display the fill column (by default the fill column is set to 80)
|
|
|
|
|
<kbd>SPC t h h</kbd> | toggle highlight of the current line
|
|
|
|
|
<kbd>SPC t h i</kbd> | toggle highlight indentation levels
|
|
|
|
|
<kbd>SPC t h c</kbd> | toggle highlight indentation current column
|
2015-03-31 04:07:36 +00:00
|
|
|
|
<kbd>SPC t i</kbd> | toggle indentation guide at point
|
2015-03-25 17:56:11 +00:00
|
|
|
|
<kbd>SPC t l</kbd> | toggle truncate lines
|
|
|
|
|
<kbd>SPC t L</kbd> | toggle visual lines
|
|
|
|
|
<kbd>SPC t n</kbd> | show the absolute line numbers
|
2015-04-10 14:30:46 +00:00
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC T F</kbd> | toggle frame fullscreen
|
|
|
|
|
<kbd>SPC T f</kbd> | toggle display of the fringe
|
|
|
|
|
<kbd>SPC T m</kbd> | toggle menu bar
|
|
|
|
|
<kbd>SPC T M</kbd> | toggle frame maximize
|
|
|
|
|
<kbd>SPC T t</kbd> | toggle tool bar
|
|
|
|
|
<kbd>SPC T T</kbd> | toggle frame transparency
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
**Note** These toggles are all available via the `helm-spacemacs` interface
|
2015-04-27 22:25:31 +00:00
|
|
|
|
(press <kbd>SPC f e h</kbd> to display the `helm-spacemacs` buffer).
|
2015-02-09 02:21:23 +00:00
|
|
|
|
|
2015-03-26 05:48:16 +00:00
|
|
|
|
### Mouse usage
|
|
|
|
|
|
|
|
|
|
There are some added mouse features set for the line number margin (if shown):
|
|
|
|
|
|
|
|
|
|
- single click in line number margin visually selects the entire line
|
|
|
|
|
- drag across line number margin visually selects the region
|
|
|
|
|
- double click in line number margin visually select the current code block
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
### Mode-line
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-21 19:06:17 +00:00
|
|
|
|
The mode line is a heavily customized [powerline][powerline] with the
|
2014-11-22 05:45:19 +00:00
|
|
|
|
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:
|
|
|
|
|
|
2014-12-18 02:29:38 +00:00
|
|
|
|
Evil State | Color
|
|
|
|
|
-------------------|------------------
|
|
|
|
|
Normal | Orange
|
|
|
|
|
Insert | Green
|
|
|
|
|
Visual | Grey
|
|
|
|
|
Emacs | Blue
|
|
|
|
|
Motion | Purple
|
|
|
|
|
Lisp | Pink
|
|
|
|
|
Iedit/Iedit-Insert | Red
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Some elements can be dynamically toggled:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<kbd>SPC t m b</kbd> | toggle the battery status
|
2015-04-11 04:13:02 +00:00
|
|
|
|
<kbd>SPC t m c</kbd> | toggle the `org` task clock (available in `org` layer)
|
|
|
|
|
<kbd>SPC t m f</kbd> | toggle the flycheck info (available in `syntax-checking` layer)
|
2015-03-11 04:14:43 +00:00
|
|
|
|
<kbd>SPC t m m</kbd> | toggle the minor mode lighters
|
|
|
|
|
<kbd>SPC t m n</kbd> | toggle the cat! (if `colors` layer is declared in your dotfile)
|
|
|
|
|
<kbd>SPC t m p</kbd> | toggle the point character position
|
2015-01-08 05:34:23 +00:00
|
|
|
|
<kbd>SPC t m v</kbd> | toggle the new version lighter
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
#### Flycheck integration
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
When [Flycheck][flycheck] minor mode is enabled, a new element appears showing
|
|
|
|
|
the number of errors, warnings and info.
|
|
|
|
|
|
2014-12-12 00:55:44 +00:00
|
|
|
|
![powerline-wave](img/powerline-wave.png)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
#### Anzu integration
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
[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.
|
|
|
|
|
|
2014-12-12 00:55:44 +00:00
|
|
|
|
![powerline-anzu](img/powerline-anzu.png)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
#### Battery status integration
|
2014-11-24 03:34:57 +00:00
|
|
|
|
|
|
|
|
|
[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.
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
#### Powerline separators
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
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)
|
2014-12-29 09:11:20 +00:00
|
|
|
|
)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
To save you the time to try all the possible separators provided by the
|
|
|
|
|
powerline, here is an exhaustive set of screenshots:
|
|
|
|
|
|
|
|
|
|
Separator | Screenshot
|
|
|
|
|
------------------|------------------------------------------------------------
|
2014-12-12 00:55:44 +00:00
|
|
|
|
`alternate` | ![powerline-alternate](img/powerline-alternate.png)
|
|
|
|
|
`arrow` | ![powerline-arrow](img/powerline-arrow.png)
|
|
|
|
|
`arrow-fade` | ![powerline-arrow-fade](img/powerline-arrow-fade.png)
|
|
|
|
|
`bar` | ![powerline-bar](img/powerline-bar.png)
|
|
|
|
|
`box` | ![powerline-box](img/powerline-box.png)
|
|
|
|
|
`brace` | ![powerline-brace](img/powerline-brace.png)
|
|
|
|
|
`butt` | ![powerline-butt](img/powerline-butt.png)
|
|
|
|
|
`chamfer` | ![powerline-chamfer](img/powerline-chamfer.png)
|
|
|
|
|
`contour` | ![powerline-contour](img/powerline-contour.png)
|
|
|
|
|
`curve` | ![powerline-curve](img/powerline-curve.png)
|
|
|
|
|
`rounded` | ![powerline-rounded](img/powerline-rounded.png)
|
|
|
|
|
`roundstub` | ![powerline-roundstub](img/powerline-roundstub.png)
|
|
|
|
|
`slant` | ![powerline-slant](img/powerline-slant.png)
|
|
|
|
|
`wave` | ![powerline-wave](img/powerline-wave.png)
|
|
|
|
|
`zigzag` | ![powerline-zigzag](img/powerline-zigzag.png)
|
|
|
|
|
`nil` | ![powerline-nil](img/powerline-nil.png)
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
#### Minor Modes
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
`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
|
|
|
|
|
|
2014-12-23 21:39:57 +00:00
|
|
|
|
Unicode symbols are displayed by default. Setting the variable
|
|
|
|
|
`dotspacemacs-mode-line-unicode-symbols` to `nil` in your `~/.spacemacs` will
|
2015-04-06 20:02:14 +00:00
|
|
|
|
display ASCII characters instead (may be useful in terminal if you
|
|
|
|
|
cannot set an appropriate font).
|
|
|
|
|
|
|
|
|
|
The letters displayed in the mode-line correspond to the key bindings used
|
|
|
|
|
to toggle them.
|
|
|
|
|
|
|
|
|
|
Some toggle have two flavors: local and glocal. The global version of the
|
|
|
|
|
toggle can be reached using the `control` key.
|
|
|
|
|
|
|
|
|
|
Key Binding | Unicode | ASCII | Mode
|
|
|
|
|
---------------------|:-----------:|:----------:|----------------------------------------------------
|
|
|
|
|
<kbd>SPC t -</kbd> | `⊝` | - | [centered-cursor][] mode
|
|
|
|
|
<kbd>SPC t C--</kbd> | | | global
|
|
|
|
|
<kbd>SPC t a</kbd> | `ⓐ` | a | auto-completion
|
|
|
|
|
<kbd>SPC t c</kbd> | `ⓒ` | c | fill-column-indicator mode
|
|
|
|
|
`none` | `ⓔ` | e | [evil-org][evil-org-mode] mode
|
|
|
|
|
<kbd>SPC t f</kbd> | `ⓕ` | f | flycheck mode
|
|
|
|
|
<kbd>SPC t F</kbd> | `Ⓕ` | F | auto-fill mode
|
|
|
|
|
<kbd>SPC t g</kbd> | `ⓖ` | g | [golden-ratio][] mode
|
|
|
|
|
<kbd>SPC t k</kbd> | `Ⓖ` | G | guide-key mode
|
|
|
|
|
<kbd>SPC t i</kbd> | `ⓘ` | i | indentation guide
|
|
|
|
|
<kbd>SPC t C-i</kbd> | | | global
|
|
|
|
|
<kbd>SPC t I</kbd> | `Ⓘ` | I | aggressive indent mode
|
|
|
|
|
<kbd>SPC t p</kbd> | `ⓟ` | p | [smartparens][sp] mode
|
|
|
|
|
<kbd>SPC t C-p</kbd> | | | global
|
|
|
|
|
<kbd>SPC t s</kbd> | `ⓢ` | s | flyspell mode
|
|
|
|
|
<kbd>SPC t w</kbd> | `ⓦ` | w | whitespace mode
|
|
|
|
|
<kbd>SPC t C-w</kbd> | | | global
|
|
|
|
|
<kbd>SPC t y</kbd> | `ⓨ` | y | [yasnippet][yasnippet] mode
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
# Commands
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
## Vim key bindings
|
2014-12-03 05:32:25 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
`Spacemacs` is based on `Vim` modal user interface to navigate and edit text.
|
|
|
|
|
If you are not familiar with the `Vim` way of editing text you can try the
|
2015-02-21 19:06:17 +00:00
|
|
|
|
[evil tutor][] lessons by pressing <kbd>SPC h T</kbd> at any time.
|
2014-12-03 05:32:25 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
### Escaping
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
`Spacemacs` uses [evil-escape][] to easily switch between `insert state` and
|
2015-01-22 02:34:54 +00:00
|
|
|
|
`normal state` by quickly pressing the `fd` keys.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
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
|
2014-12-09 00:22:57 +00:00
|
|
|
|
- quit apropos buffers
|
|
|
|
|
- quit ert buffers
|
|
|
|
|
- quit undo-tree buffer
|
|
|
|
|
- quit paradox
|
|
|
|
|
- quit gist-list menu
|
2014-11-22 05:45:19 +00:00
|
|
|
|
- hide neotree buffer
|
|
|
|
|
|
2015-01-19 03:40:41 +00:00
|
|
|
|
This sequence can be customized in your `~/.spacemacs`. Example to set it
|
|
|
|
|
to `jj` (it is important set the variable in `dotspacemacs/init`):
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
```elisp
|
2014-12-08 23:31:36 +00:00
|
|
|
|
(defun dotspacemacs/init ()
|
2015-01-19 03:40:41 +00:00
|
|
|
|
(setq-default evil-escape-key-sequence "jj"))
|
2014-11-22 05:45:19 +00:00
|
|
|
|
```
|
|
|
|
|
|
2015-01-22 02:34:54 +00:00
|
|
|
|
**Note:** Although `jj` or `jk` are popular choices of vim users, these key
|
|
|
|
|
sequences are not optimal for `Spacemacs`. Indeed it is very easy in
|
|
|
|
|
`visual state` to press quickly `jj` and inadvertently escape to `normal state`.
|
|
|
|
|
|
2015-03-09 03:11:02 +00:00
|
|
|
|
**Important Note** One caveat of `evil-escape` is that you must not use it
|
|
|
|
|
while recording macros. Use `escape` key instead.
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
### Executing Vim and Emacs ex/M-x commands
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-12-13 03:22:33 +00:00
|
|
|
|
Command | Key Binding
|
|
|
|
|
:---------------:|------------------------------------------------------------------
|
|
|
|
|
Vim (ex-command) | <kbd>`:`</kbd>
|
|
|
|
|
Emacs (M-x) | <kbd>SPC :</kbd>
|
|
|
|
|
|
|
|
|
|
The command key `:` can be easily changed with the variable
|
|
|
|
|
`dotspacemacs-command-key` of your `~/.spacemacs`. Note that is will change both
|
|
|
|
|
`:` and `SPC :` bindings to keep the symmetry between Vim and Emacs. A good
|
|
|
|
|
key can be `,` for example.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
### Leader key
|
|
|
|
|
|
|
|
|
|
On top of `Vim` modes (modes are called states in `Spacemacs`) there is a
|
|
|
|
|
special key called the leader key which once pressed gives a whole new
|
|
|
|
|
keyboard layer. The leader key is by default <kbd>SPC</kbd> (space).
|
|
|
|
|
It is possible to change this key with the variable `dotspacemacs-leader-key`.
|
|
|
|
|
|
|
|
|
|
## Reserved prefix command for user
|
|
|
|
|
|
|
|
|
|
<kbd>SPC o</kbd> is reserved for the user. Setting key bindings behind
|
|
|
|
|
`<SPC> o` is **guaranteed** to never conflict with `Spacemacs` defaults key
|
|
|
|
|
bindings.
|
|
|
|
|
|
2015-03-24 02:11:21 +00:00
|
|
|
|
**Example:**
|
|
|
|
|
Put `(evil-leader/set-key "oc" 'org-capture)` inside `dotspacemacs/config`
|
|
|
|
|
in your `~/.spacemacs` file, to be able to use <kbd>SPC o c</kbd> to run
|
|
|
|
|
org mode capture.
|
2015-03-22 05:25:41 +00:00
|
|
|
|
|
2015-02-05 04:13:52 +00:00
|
|
|
|
## Helm
|
|
|
|
|
|
|
|
|
|
`Spacemacs` is powered by [Helm][helm-link] which is an incremental completion
|
|
|
|
|
and selection narrowing framework.
|
|
|
|
|
|
|
|
|
|
`Helm` is the central control tower of `Spacemacs`, it is used to manage
|
|
|
|
|
buffers, projects, search results, configuration layers, toggles and more...
|
|
|
|
|
|
|
|
|
|
Mastering `Helm` will make you a `Spacemacs` power user. Do not hesitate
|
|
|
|
|
to read the [Helm documentation wiki][helm-doc].
|
|
|
|
|
|
2015-04-22 04:59:24 +00:00
|
|
|
|
### C-z and Tab switch
|
|
|
|
|
|
|
|
|
|
The command bound to C-z is much more useful than the one bound to Tab, so it
|
|
|
|
|
makes sense to swap them. It's also recommended [here][tuhdo-tuto].
|
|
|
|
|
|
2015-02-05 04:13:52 +00:00
|
|
|
|
### Helm micro-state
|
|
|
|
|
|
|
|
|
|
`Spacemacs` defines a [micro-state](#micro-states) for `Helm` to make it
|
2015-03-22 03:50:09 +00:00
|
|
|
|
work like [Vim's Unite][] plugin.
|
2015-02-05 04:13:52 +00:00
|
|
|
|
|
2015-04-23 02:44:51 +00:00
|
|
|
|
Initiate the micro-state with <kbd>M-SPC</kbd> or <kbd>s-M-SPC</kbd>
|
|
|
|
|
while in a `Helm` buffer.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>M-SPC</kbd> or <kbd>s-M-SPC</kbd> | initiate or leave the micro-state
|
|
|
|
|
<kbd>TAB</kbd> | switch to actions page and leave the micro-state
|
|
|
|
|
<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> | switch to actions page
|
|
|
|
|
<kbd>g</kbd> | go to first candidate
|
|
|
|
|
<kbd>G</kbd> | go to last candidate
|
|
|
|
|
<kbd>h</kbd> | go to previous source
|
|
|
|
|
<kbd>j</kbd> | select next candidate
|
|
|
|
|
<kbd>k</kbd> | select previous candidate
|
|
|
|
|
<kbd>l</kbd> | go to next source
|
|
|
|
|
<kbd>q</kbd> | quit micro-state
|
|
|
|
|
<kbd>t</kbd> | mark current candidate
|
|
|
|
|
<kbd>T</kbd> | mark all candidates
|
|
|
|
|
<kbd>v</kbd> | execute persistent action
|
2015-02-05 04:13:52 +00:00
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
## Discovering
|
|
|
|
|
|
|
|
|
|
### Key bindings
|
|
|
|
|
|
2015-04-09 01:50:33 +00:00
|
|
|
|
#### Guide-key
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
An help buffer is displayed each time the <kbd>SPC</kbd> key is pressed in
|
|
|
|
|
normal mode. It lists the available key bindings and their associated
|
|
|
|
|
commands.
|
|
|
|
|
|
|
|
|
|
By default the [guide-key][] buffer will be displayed quickly after the key
|
|
|
|
|
has been pressed. You can change the delay by setting the variable
|
|
|
|
|
`dotspacemacs-guide-key-delay` to your liking (the value is in second).
|
|
|
|
|
|
2015-04-09 01:50:33 +00:00
|
|
|
|
#### Helm describe key bindings
|
|
|
|
|
|
|
|
|
|
It is possible to search for specific key bindings by pressing
|
|
|
|
|
<kbd>SPC ?</kbd>.
|
|
|
|
|
|
|
|
|
|
To narrow the list to some key bindings using the leader key type a pattern
|
|
|
|
|
like this regular expression:
|
|
|
|
|
|
|
|
|
|
SPC\ b
|
|
|
|
|
|
|
|
|
|
which would list all `buffer` related bindings.
|
|
|
|
|
|
|
|
|
|
### Getting help
|
|
|
|
|
|
|
|
|
|
`Describe functions` are powerful Emacs introspection commands to get
|
|
|
|
|
information about functions, variables, modes etc. These commands are bound
|
|
|
|
|
thusly:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------------
|
2015-04-28 03:43:27 +00:00
|
|
|
|
<kbd>SPC h d b</kbd> | describe bindings in a `helm` buffer
|
2015-04-09 01:50:33 +00:00
|
|
|
|
<kbd>SPC h d c</kbd> | describe current character under point
|
|
|
|
|
<kbd>SPC h d f</kbd> | describe a function
|
|
|
|
|
<kbd>SPC h d k</kbd> | describe a key
|
|
|
|
|
<kbd>SPC h d m</kbd> | describe current modes
|
|
|
|
|
<kbd>SPC h d p</kbd> | describe a package
|
|
|
|
|
<kbd>SPC h d t</kbd> | describe a theme
|
|
|
|
|
<kbd>SPC h d v</kbd> | describe a variable
|
|
|
|
|
|
|
|
|
|
Other help key bindings
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------------
|
|
|
|
|
<kbd>SPC h i</kbd> | search in info pages with the symbol at point
|
|
|
|
|
<kbd>SPC h m</kbd> | search available man pages
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
### Available layers
|
|
|
|
|
|
|
|
|
|
All layers can be easily discovered via `helm-spacemacs` accessible with
|
|
|
|
|
<kbd>SPC f e h</kbd>.
|
|
|
|
|
|
|
|
|
|
The following helm actions are available:
|
|
|
|
|
- default: open the layer `README.md`
|
|
|
|
|
- 2nd: open the layer `packages.el`
|
|
|
|
|
- 3nd: open the layer `extensions.el`
|
|
|
|
|
|
|
|
|
|
#### Available packages in Spacemacs
|
|
|
|
|
|
|
|
|
|
`helm-spacemacs` also lists all the packages available in `Spacemacs`.
|
|
|
|
|
The entry format is `(layer) packages`. If you type `flycheck` you'll
|
|
|
|
|
be able to see all the layers where `flycheck` is used.
|
|
|
|
|
|
|
|
|
|
The following helm actions are available on packages:
|
|
|
|
|
- default: go the package init function
|
|
|
|
|
|
|
|
|
|
#### New packages from ELPA repositories
|
|
|
|
|
|
|
|
|
|
`package-list-packages` is where you can browse for all available packages
|
|
|
|
|
in the different Elpa repositories. It is possible to upgrade packages
|
|
|
|
|
from there but it is not recommended, use the `[Update]` link on the
|
|
|
|
|
`Spacemacs` startup page instead.
|
|
|
|
|
|
|
|
|
|
`Spacemacs` proposes to use [Paradox][] instead of `package-list-packages`
|
|
|
|
|
to list available ELPA packages.
|
|
|
|
|
Paradox enhances the package list buffer with better feedbacks, new
|
|
|
|
|
filters and Github information like the number of stars. Optionally you
|
|
|
|
|
can also star packages directly in the buffer.
|
|
|
|
|
|
|
|
|
|
**Important Note 1** Installing a new package from `Paradox` won't make it
|
|
|
|
|
persistent. To install a package persistently you have to add it explicitly
|
|
|
|
|
to a configuration layer.
|
|
|
|
|
|
|
|
|
|
**Important Note 2** Don't _update_ your packages from `Paradox` or
|
|
|
|
|
`package-list-packages` because they don't support the rollback feature of
|
|
|
|
|
Spacemacs.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>/</kbd> | evil-search
|
|
|
|
|
<kbd>f k</kbd> | filter by keywords
|
|
|
|
|
<kbd>f r</kbd> | filter by regexp
|
|
|
|
|
<kbd>f u</kbd> | display only installed package with updates available
|
|
|
|
|
<kbd>h</kbd> | go left
|
|
|
|
|
<kbd>H</kbd> | show help (not accurate)
|
|
|
|
|
<kbd>j</kbd> | go down
|
|
|
|
|
<kbd>k</kbd> | go up
|
|
|
|
|
<kbd>l</kbd> | go right
|
|
|
|
|
<kbd>L</kbd> | show last commits
|
|
|
|
|
<kbd>n</kbd> | next search occurrence
|
|
|
|
|
<kbd>N</kbd> | previous search occurrence
|
|
|
|
|
<kbd>o</kbd> | open package homepage
|
|
|
|
|
<kbd>r</kbd> | refresh
|
|
|
|
|
<kbd>S P</kbd> | sort by package name
|
|
|
|
|
<kbd>S S</kbd> | sort by status (installed, available, etc...)
|
|
|
|
|
<kbd>S *</kbd> | sort by Github stars
|
|
|
|
|
<kbd>v</kbd> | `visual state`
|
|
|
|
|
<kbd>V</kbd> | `visual-line state`
|
|
|
|
|
<kbd>x</kbd> | execute (action flags)
|
|
|
|
|
|
|
|
|
|
### Toggles
|
|
|
|
|
|
|
|
|
|
`helm-spacemacs` is also a central place to discover the available toggles.
|
|
|
|
|
To display only the toggles source press <kbd>C-l</kbd> (or in
|
|
|
|
|
[Helm micro-state](#helm-micro-state) you can press just <kbd>l</kbd>).
|
|
|
|
|
|
|
|
|
|
The following helm actions are available on packages:
|
|
|
|
|
- default: toggle on/off
|
|
|
|
|
|
|
|
|
|
**Tips** Use <kbd>SPC h l</kbd> to resume the last helm session. It is
|
|
|
|
|
handy to quickly toggle on and off a toggle.
|
|
|
|
|
|
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)
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 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-12-03 05:19:14 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------------
|
|
|
|
|
<kbd>SPC SPC</kbd> | initiate ace jump word mode
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<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.
|
|
|
|
|
|
2015-04-05 02:36:39 +00:00
|
|
|
|
#### ace-link mode
|
|
|
|
|
|
|
|
|
|
Similar to `ace-jump-mode`, [ace-link][ace-link] allows one to jump to any link in
|
|
|
|
|
`help-mode` and `info-mode` with two key strokes.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------------
|
|
|
|
|
<kbd>o</kbd> | initiate ace link mode in `help-mode` and `info-mode`
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
### Window manipulation
|
|
|
|
|
|
2015-02-15 01:02:14 +00:00
|
|
|
|
#### Window manipulation key bindings
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
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
|
|
|
|
|
--------------------|----------------------------------------------------------------
|
2015-02-15 01:02:14 +00:00
|
|
|
|
<kbd>SPC 1</kbd> | go to window number 1
|
2014-12-03 05:20:18 +00:00
|
|
|
|
<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
|
2015-02-15 01:02:14 +00:00
|
|
|
|
<kbd>SPC 0</kbd> | go to window number 0
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Windows manipulation commands (start with `w`):
|
|
|
|
|
|
2014-12-14 18:19:33 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------------------------------|----------------------------------------------------------------
|
2015-03-21 01:22:35 +00:00
|
|
|
|
<kbd>SPC w =</kbd> | balance split windows
|
2015-02-14 22:59:47 +00:00
|
|
|
|
<kbd>SPC w b</kbd> | force the focus back to the minibuffer (usefull with `helm` popups)
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w c</kbd> | close a window
|
2015-03-04 15:00:10 +00:00
|
|
|
|
<kbd>SPC w C</kbd> | delete another window using [ace-delete-window][ace-window]
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w d</kbd> | toggle window dedication (dedicated window cannot be reused by a mode)
|
2015-02-15 01:02:14 +00:00
|
|
|
|
<kbd>SPC w h</kbd> | move to window on the left
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w H</kbd> | move window to the left
|
2015-02-15 01:02:14 +00:00
|
|
|
|
<kbd>SPC w j</kbd> | move to window below
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w J</kbd> | move window to the bottom
|
2015-02-15 01:02:14 +00:00
|
|
|
|
<kbd>SPC w k</kbd> | move to window above
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w K</kbd> | move window to the top
|
2015-02-15 01:02:14 +00:00
|
|
|
|
<kbd>SPC w l</kbd> | move to window on the right
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w L</kbd> | move window to the right
|
2015-04-25 17:35:15 +00:00
|
|
|
|
<kbd>SPC w m</kbd> | maximize/minimize a window (maximize is equivalent to delete other windows)
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w M</kbd> | maximize/minimize a window, when maximized the buffer is centered
|
|
|
|
|
<kbd>SPC w o</kbd> | cycle and focus between frames
|
|
|
|
|
<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
|
2014-12-24 05:19:43 +00:00
|
|
|
|
<kbd>SPC w R</kbd> | rotate windows clockwise
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w s</kbd> or <kbd>SPC w /</kbd> | horizontal split
|
2014-12-24 05:19:43 +00:00
|
|
|
|
<kbd>SPC w S</kbd> | horizontal split and focus new window
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w u</kbd> | undo window layout (used to effectively undo a closed window)
|
|
|
|
|
<kbd>SPC w U</kbd> | redo window layout
|
|
|
|
|
<kbd>SPC w v</kbd> or <kbd>SPC w -</kbd> | vertical split
|
2014-12-24 05:19:43 +00:00
|
|
|
|
<kbd>SPC w V</kbd> | vertical split and focus new window
|
2014-12-14 18:19:33 +00:00
|
|
|
|
<kbd>SPC w w</kbd> | cycle and focus between windows
|
2015-03-04 15:00:10 +00:00
|
|
|
|
<kbd>SPC w W</kbd> | select window using [ace-window][ace-window]
|
2014-12-03 05:20:18 +00:00
|
|
|
|
|
2015-02-15 01:02:14 +00:00
|
|
|
|
#### Window manipulation micro-state
|
2014-12-03 05:20:18 +00:00
|
|
|
|
|
2015-02-15 01:02:14 +00:00
|
|
|
|
A convenient window manipulation micro-state allows to perform most of the
|
|
|
|
|
actions listed above. The micro-state allows additional actions as well like
|
|
|
|
|
window resizing.
|
2014-12-03 05:20:18 +00:00
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------|------------------------------------------------------------
|
2015-02-15 01:02:14 +00:00
|
|
|
|
<kbd>SPC w .</kbd> | initiate micro-state
|
|
|
|
|
<kbd>?</kbd> | display the full documentation in minibuffer
|
|
|
|
|
<kbd>0</kbd> | go to window number 0
|
|
|
|
|
<kbd>1</kbd> | go to window number 1
|
|
|
|
|
<kbd>2</kbd> | go to window number 2
|
|
|
|
|
<kbd>3</kbd> | go to window number 3
|
|
|
|
|
<kbd>4</kbd> | go to window number 4
|
|
|
|
|
<kbd>5</kbd> | go to window number 5
|
|
|
|
|
<kbd>6</kbd> | go to window number 6
|
|
|
|
|
<kbd>7</kbd> | go to window number 7
|
|
|
|
|
<kbd>8</kbd> | go to window number 8
|
|
|
|
|
<kbd>9</kbd> | go to window number 9
|
|
|
|
|
<kbd>-</kbd> | vertical split
|
|
|
|
|
<kbd>/</kbd> | horizontal split
|
|
|
|
|
<kbd>[</kbd> | shrink window horizontally
|
|
|
|
|
<kbd>]</kbd> | enlarge window horizontally
|
|
|
|
|
<kbd>{</kbd> | shrink window vertically
|
|
|
|
|
<kbd>}</kbd> | enlarge window vertically
|
|
|
|
|
<kbd>c</kbd> | close window
|
|
|
|
|
<kbd>C</kbd> | close other windows
|
|
|
|
|
<kbd>g</kbd> | toggle `golden-ratio` on and off
|
|
|
|
|
<kbd>h</kbd> | go to window on the left
|
|
|
|
|
<kbd>j</kbd> | go to window below
|
|
|
|
|
<kbd>k</kbd> | go to window above
|
|
|
|
|
<kbd>l</kbd> | go to window on the right
|
|
|
|
|
<kbd>H</kbd> | move window to the left
|
|
|
|
|
<kbd>J</kbd> | move window to the bottom
|
|
|
|
|
<kbd>K</kbd> | move bottom to the top
|
|
|
|
|
<kbd>L</kbd> | move window to the right
|
|
|
|
|
<kbd>o</kbd> | focus other frame
|
|
|
|
|
<kbd>R</kbd> | rotate windows
|
|
|
|
|
<kbd>s</kbd> | horizontal split
|
|
|
|
|
<kbd>S</kbd> | horizontal split and focus new window
|
|
|
|
|
<kbd>u</kbd> | undo window layout (used to effectively undo a closed window)
|
|
|
|
|
<kbd>U</kbd> | redo window layout
|
|
|
|
|
<kbd>v</kbd> | vertical split
|
|
|
|
|
<kbd>V</kbd> | horizontal split and focus new window
|
|
|
|
|
<kbd>w</kbd> | focus other window
|
2014-12-03 05:20:18 +00:00
|
|
|
|
Any other key | leave the micro-state
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
#### Golden ratio
|
|
|
|
|
|
2014-12-03 05:20:18 +00:00
|
|
|
|
If you resize windows like crazy you may want to give a try to [golden-ratio][].
|
|
|
|
|
|
|
|
|
|
`golden-ratio` resizes windows dynamically depending on whether they are
|
|
|
|
|
selected or not. By default `golden-ratio` is off.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
The mode can be toggled on and off with:
|
|
|
|
|
|
2014-12-23 21:50:27 +00:00
|
|
|
|
<SPC> t g
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### 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.
|
|
|
|
|
|
2015-03-30 03:38:15 +00:00
|
|
|
|
#### Buffers manipulation key bindings
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
Buffer manipulation commands (start with `b`):
|
|
|
|
|
|
2015-04-21 05:00:06 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC TAB</kbd> | switch to alternate buffer (switch back and forth)
|
|
|
|
|
<kbd>SPC b b</kbd> | switch to a buffer using `helm`
|
|
|
|
|
<kbd>SPC b d</kbd> | kill the current buffer (does not delete the visited file)
|
|
|
|
|
<kbd>SPC b e</kbd> | erase the content of the buffer (ask for confirmation)
|
|
|
|
|
<kbd>SPC b h</kbd> | open `*spacemacs*` home buffer
|
|
|
|
|
<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 M</kbd> | swap windows using [ace-swap-window][ace-window]
|
2015-04-13 19:29:46 +00:00
|
|
|
|
<kbd>SPC b n</kbd> | switch to next buffer avoiding special buffers
|
|
|
|
|
<kbd>SPC b p</kbd> | switch to previous buffer avoiding special buffers
|
2015-04-22 03:31:55 +00:00
|
|
|
|
<kbd>SPC b P</kbd> | copy clipboard and replace buffer (useful when pasting from a browser)
|
2015-04-21 05:00:06 +00:00
|
|
|
|
<kbd>SPC b r</kbd> | rename the current buffer
|
|
|
|
|
<kbd>SPC b R</kbd> | revert the current buffer (reload from disk)
|
|
|
|
|
<kbd>SPC b w</kbd> | toggle read-only (writable state)
|
2015-04-22 03:31:55 +00:00
|
|
|
|
<kbd>SPC b Y</kbd> | copy whole buffer to clipboard (useful when copying to a browser)
|
2015-04-21 05:00:06 +00:00
|
|
|
|
<kbd>z f</kbd> | Make current function or comments visible in buffer as much as possible
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-03-30 03:38:15 +00:00
|
|
|
|
#### Buffers manipulation manipulation micro-state
|
|
|
|
|
|
|
|
|
|
A convenient buffer manipulation micro-state allows to quickly cycles through
|
|
|
|
|
the opened buffer and kill them.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC b .</kbd> | initiate micro-state
|
|
|
|
|
<kbd>K</kbd> | kill current buffer
|
|
|
|
|
<kbd>n</kbd> | go to next buffer (avoid special buffers)
|
|
|
|
|
<kbd>N</kbd> | go to previous buffer (avoid special buffers)
|
|
|
|
|
Any other key | leave the micro-state
|
|
|
|
|
|
2015-04-13 19:29:46 +00:00
|
|
|
|
#### Special Buffers
|
|
|
|
|
|
|
|
|
|
Unlike vim, emacs creates many buffers that most people do not need to see.
|
|
|
|
|
Some examples are `*Messages*` and `*Compile-Log*`. Spacemacs tries to automatically
|
|
|
|
|
ignore buffers that are not useful. However, you may want to change the way
|
|
|
|
|
Spacemacs marks buffers as useful. For instructions, see the [special buffer howto][].
|
|
|
|
|
|
2015-03-30 03:38:15 +00:00
|
|
|
|
#### Files manipulations key bindings
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
Files manipulation commands (start with `f`):
|
|
|
|
|
|
2014-12-20 04:54:46 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------------------------------|----------------------------------------------------------------
|
2015-02-10 08:31:10 +00:00
|
|
|
|
<kbd>SPC f D</kbd> | delete a file and the associated buffer (ask for confirmation)
|
2015-04-23 02:30:19 +00:00
|
|
|
|
<kbd>SPC f f</kbd> | open a file under point using `helm`
|
|
|
|
|
<kbd>SPC f F</kbd> | open a file using `ido`
|
2015-01-14 06:10:13 +00:00
|
|
|
|
<kbd>SPC f j</kbd> | jump to the current buffer file in dired
|
2015-01-12 04:08:55 +00:00
|
|
|
|
<kbd>SPC f o</kbd> | open a file using the default external program
|
2014-12-20 04:54:46 +00:00
|
|
|
|
<kbd>SPC f s</kbd> | save a file
|
|
|
|
|
<kbd>SPC f S</kbd> | save all files
|
2015-01-04 05:24:21 +00:00
|
|
|
|
<kbd>SPC f r</kbd> | open a recent file with `helm`
|
2014-12-25 00:57:13 +00:00
|
|
|
|
<kbd>SPC f t</kbd> | toggle file tree side bar using [NeoTree][neotree]
|
2014-12-20 04:54:46 +00:00
|
|
|
|
<kbd>SPC f y</kbd> | show current file absolute path in the minibuffer
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-01-01 06:09:33 +00:00
|
|
|
|
#### Emacs and Spacemacs files
|
|
|
|
|
|
|
|
|
|
Convenient key bindings are located under the prefix <kbd>SPC f e</kbd> to
|
|
|
|
|
quickly navigate between `Emacs` and `Spacemacs` specific files.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------------------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>SPC f e c</kbd> | open `ido` in the `contrib` folder
|
|
|
|
|
<kbd>SPC f e d</kbd> | open the spacemacs dotfile (`~/.spacemacs`)
|
2015-04-28 03:57:19 +00:00
|
|
|
|
<kbd>SPC f e D</kbd> | open `ediff` buffer of `~/.spacemacs` and `.spacemacs.template`
|
2015-01-01 06:09:33 +00:00
|
|
|
|
<kbd>SPC f e h</kbd> | discover `Spacemacs` layers and packages using `helm`
|
|
|
|
|
<kbd>SPC f e i</kbd> | open the all mighty `init.el`
|
2015-04-28 03:57:19 +00:00
|
|
|
|
<kbd>SPC f e R</kbd> | resync the dotfile with spacemacs
|
2015-01-01 06:09:33 +00:00
|
|
|
|
<kbd>SPC f e s</kbd> | open `ido` in the `spacemacs` layer folder
|
2015-04-28 03:57:19 +00:00
|
|
|
|
<kbd>SPC f e v</kbd> | display and copy the spacemacs version
|
2015-01-01 06:09:33 +00:00
|
|
|
|
|
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:
|
|
|
|
|
|
2015-01-08 21:25:03 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>C-\<return\></kbd> | open a `dired buffer`
|
|
|
|
|
<kbd>M-\<return\></kbd> | open a `dired buffer` in terminal
|
|
|
|
|
<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-k</kbd> | select previous file or directory
|
|
|
|
|
<kbd>C-l</kbd> | open the selected file
|
2015-03-23 03:46:41 +00:00
|
|
|
|
<kbd>C-n</kbd> | select next file or directory
|
2015-01-16 03:17:58 +00:00
|
|
|
|
<kbd>C-o</kbd> | open selected file in other window
|
2015-03-23 03:46:41 +00:00
|
|
|
|
<kbd>C-p</kbd> | select previous file or directory
|
2015-01-16 03:17:58 +00:00
|
|
|
|
<kbd>C-s</kbd> | open selected file in a vertically split window
|
2015-01-08 21:25:03 +00:00
|
|
|
|
<kbd>C-t</kbd> | open selected file in a new frame
|
2015-01-16 03:17:58 +00:00
|
|
|
|
<kbd>C-v</kbd> | open selected file in a horizontally split window
|
2015-03-23 03:46:41 +00:00
|
|
|
|
<kbd>C-S-h</kbd> | go to previous directory
|
|
|
|
|
<kbd>C-S-j</kbd> | next history element
|
|
|
|
|
<kbd>C-S-k</kbd> | previous history element
|
|
|
|
|
<kbd>C-S-l</kbd> | go to next directory
|
|
|
|
|
<kbd>C-S-n</kbd | next history element
|
|
|
|
|
<kbd>C-S-p</kbd | previous history element
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-02-22 03:54:06 +00:00
|
|
|
|
### Ido micro-state
|
|
|
|
|
|
|
|
|
|
`Spacemacs` defines a [micro-state](#micro-states) for `ido`.
|
|
|
|
|
|
2015-04-23 02:44:51 +00:00
|
|
|
|
Initiate the micro-state with <kbd>M-SPC</kbd> or <kbd>s-M-SPC</kbd>
|
|
|
|
|
while in a `ido` buffer.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>M-SPC</kbd> or <kbd>s-M-SPC</kbd> | initiate or leave the micro-state
|
|
|
|
|
<kbd>?</kbd> | display help
|
|
|
|
|
<kbd>e</kbd> | open dired
|
|
|
|
|
<kbd>h</kbd> | delete backward or parent directory
|
|
|
|
|
<kbd>j</kbd> | next match
|
|
|
|
|
<kbd>J</kbd> | sub directory
|
|
|
|
|
<kbd>k</kbd> | previous match
|
|
|
|
|
<kbd>K</kbd> | parent directory
|
|
|
|
|
<kbd>l</kbd> | select match
|
|
|
|
|
<kbd>n</kbd> | next directory in history
|
|
|
|
|
<kbd>o</kbd> | open in other window
|
|
|
|
|
<kbd>p</kbd> | previous directory in history
|
|
|
|
|
<kbd>q</kbd> | quit micro-state
|
|
|
|
|
<kbd>s</kbd> | open in a new horizontal split
|
|
|
|
|
<kbd>t</kbd> | open in other frame
|
|
|
|
|
<kbd>v</kbd> | open in a new vertical split
|
2015-02-22 03:54:06 +00:00
|
|
|
|
|
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].
|
|
|
|
|
|
2015-02-28 03:15:21 +00:00
|
|
|
|
To toggle the `NeoTree` buffer press <kbd>SPC f t</kbd> or <kbd>SPC p t</kbd>
|
|
|
|
|
(the latter open NeoTree with the root set to the projectile project root).
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-01-02 01:12:13 +00:00
|
|
|
|
The NeoTree window always has the number `0` so it does not shift the current
|
|
|
|
|
number of the other windows. To select the NeoTree window you then use
|
|
|
|
|
<kbd>SPC 0</kbd>.
|
|
|
|
|
|
2015-01-01 06:00:56 +00:00
|
|
|
|
#### NeoTree navigation
|
|
|
|
|
|
|
|
|
|
Navigation is centered on the `hjkl` with the hope to provide a fast navigation
|
|
|
|
|
experience like in [ranger][]:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------------|----------------------------------------------------------------
|
2015-01-04 06:49:53 +00:00
|
|
|
|
<kbd>h</kbd> | collapse expanded directory or go to parent node
|
2015-01-02 01:12:13 +00:00
|
|
|
|
<kbd>H</kbd> | previous sibling
|
2015-01-01 06:00:56 +00:00
|
|
|
|
<kbd>j</kbd> | next file or directory
|
|
|
|
|
<kbd>J</kbd> | next expanded directory on level down
|
|
|
|
|
<kbd>k</kbd> | previous file or directory
|
|
|
|
|
<kbd>K</kbd> | parent directory, when reaching the root change it to parent directory
|
2015-01-02 01:12:13 +00:00
|
|
|
|
<kbd>l</kbd> or <kbd>RET</kbd> | expand directory
|
|
|
|
|
<kbd>L</kbd> | next sibling
|
2015-02-23 12:20:39 +00:00
|
|
|
|
<kbd>R</kbd> | make a directory the root directory
|
2015-01-01 06:00:56 +00:00
|
|
|
|
|
|
|
|
|
**Note:** The point is automatically set to the first letter of a node for a
|
|
|
|
|
smoother experience.
|
|
|
|
|
|
|
|
|
|
#### Opening files with NeoTree
|
|
|
|
|
|
|
|
|
|
By default a file is opened in the last active window. It is possible to choose
|
|
|
|
|
window number where to open a file by using a numeric argument, for instance
|
2015-01-02 01:12:13 +00:00
|
|
|
|
<kbd>2 l</kbd> or <kbd>2 RET</kbd> will open the current file in the windows 2.
|
2015-01-01 06:00:56 +00:00
|
|
|
|
It is also possible to open the file in a split window with <kbd>|</kbd> and
|
|
|
|
|
<kbd>-</kbd>:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
----------------------------------|----------------------------------------------------------------
|
2015-01-02 01:12:13 +00:00
|
|
|
|
<kbd>l</kbd> or <kbd>RET</kbd> | open file in last active window
|
|
|
|
|
<kbd># l</kbd> or <kbd>2 RET</kbd>| open file in window number `#`
|
2015-01-19 22:03:21 +00:00
|
|
|
|
<kbd>\|</kbd> | open file in an vertically split window
|
2015-01-01 06:00:56 +00:00
|
|
|
|
<kbd>-</kbd> | open file in an horizontally split window
|
|
|
|
|
|
|
|
|
|
#### Other NeoTree key bindings
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------------|----------------------------------------------------------------
|
2015-01-01 06:00:56 +00:00
|
|
|
|
<kbd>TAB</kbd> | toggle stretching of the buffer
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>c</kbd> | create a node
|
|
|
|
|
<kbd>d</kbd> | delete a node
|
|
|
|
|
<kbd>g</kbd> | refresh
|
2015-01-02 01:12:13 +00:00
|
|
|
|
<kbd>s</kbd> | toggle showing of hidden files
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<kbd>q</kbd> or <kbd>fd</kbd> | hide `NeoTree` buffer
|
|
|
|
|
<kbd>r</kbd> | rename a node
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2015-01-01 06:00:56 +00:00
|
|
|
|
#### NeoTree mode-line
|
|
|
|
|
|
|
|
|
|
The mode-line has the following format `[x/y] d (D:a, F:b)` where:
|
|
|
|
|
- `x` is the index of the current selected file or directory
|
|
|
|
|
- `y` the total number of items (file and directory) in the current directory
|
|
|
|
|
- `d` the name of the current directory
|
|
|
|
|
- `a` the number of directories in the current directory
|
|
|
|
|
- `b` the number of files in the current directory
|
|
|
|
|
|
2014-12-06 06:31:56 +00:00
|
|
|
|
### Shells
|
|
|
|
|
|
2014-12-12 04:49:49 +00:00
|
|
|
|
#### Key bindings
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>C-j</kbd> | next item in history
|
|
|
|
|
<kbd>C-k</kbd> | previous item in history
|
|
|
|
|
<kbd>SPC m h</kbd> | browse history with `helm` (works in `eshell` and `shell`)
|
|
|
|
|
|
|
|
|
|
#### Staying in insert state
|
|
|
|
|
|
2014-12-06 06:31:56 +00:00
|
|
|
|
Navigating in shell buffers can be tricky because it is not possible to use the
|
|
|
|
|
leader in `insert state`. Switching back and forth between normal and insert
|
2015-01-19 04:24:42 +00:00
|
|
|
|
states can be tedious. The solution to this is to use <kbd>C-o</kbd> then use
|
|
|
|
|
the leader key. <kbd>C-o</kbd> set the next key to be evaluated in
|
|
|
|
|
`normal state`.
|
2014-12-06 06:31:56 +00:00
|
|
|
|
|
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`.
|
|
|
|
|
|
2015-01-23 06:57:17 +00:00
|
|
|
|
### DocView mode
|
|
|
|
|
|
|
|
|
|
`doc-view-mode` is a built-in major mode to view DVI, PostScript (PS), PDF,
|
|
|
|
|
OpenDocument, and Microsoft Office documents.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
-------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>/</kbd> | search forward
|
|
|
|
|
<kbd>?</kbd> | search backward
|
|
|
|
|
<kbd>+</kbd> | enlarge
|
|
|
|
|
<kbd>-</kbd> | shrink
|
|
|
|
|
<kbd>gg</kbd> | go to first page
|
|
|
|
|
<kbd>G</kbd> | go to last page
|
2015-03-11 19:21:33 +00:00
|
|
|
|
<kbd>gt</kbd> | go to page number
|
2015-01-23 06:57:17 +00:00
|
|
|
|
<kbd>h</kbd> | previous page
|
|
|
|
|
<kbd>H</kbd> | adjust to height
|
|
|
|
|
<kbd>j</kbd> | next line
|
|
|
|
|
<kbd>k</kbd> | previous line
|
|
|
|
|
<kbd>K</kbd> | kill proc and buffer
|
|
|
|
|
<kbd>l</kbd> | next page
|
|
|
|
|
<kbd>n</kbd> | go to next search occurrence
|
|
|
|
|
<kbd>N</kbd> | go to previous search occurrence
|
|
|
|
|
<kbd>P</kbd> | fit page to window
|
|
|
|
|
<kbd>r</kbd> | revert
|
|
|
|
|
<kbd>W</kbd> | adjust to width
|
|
|
|
|
<kbd>C-d</kbd> | scroll down
|
|
|
|
|
<kbd>C-k</kbd> | kill proc
|
|
|
|
|
<kbd>C-u</kbd> | scroll up
|
|
|
|
|
<kbd>C-c C-c</kbd> | toggle display text and image display
|
|
|
|
|
<kbd>C-c C-t</kbd> | open new buffer with doc's text contents
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
## Searching
|
|
|
|
|
|
2014-11-27 18:17:55 +00:00
|
|
|
|
|
2015-04-02 02:37:25 +00:00
|
|
|
|
### With an external tool
|
|
|
|
|
|
|
|
|
|
`Spacemacs` can be interfaced with different search utilities:
|
|
|
|
|
- ack
|
|
|
|
|
- grep
|
|
|
|
|
- [ag][]
|
|
|
|
|
- [pt][]
|
|
|
|
|
|
|
|
|
|
**Note** `ag` and `pt` are optimized to be used in a source control repository
|
|
|
|
|
but they can be used in an arbitrary directory as well.
|
|
|
|
|
|
2015-04-15 02:23:57 +00:00
|
|
|
|
By default Spacemacs will look for the first installed tool in the list
|
|
|
|
|
`("ag", "pt", "ack", "grep")`. This list can be changed in the dotfile with
|
|
|
|
|
the variable `dotspacemacs-search-tools`.
|
|
|
|
|
|
|
|
|
|
**Beware** if you use `pt`, [TCL parser tools][tcl] also install a command line
|
|
|
|
|
tool called `pt`.
|
|
|
|
|
|
2015-04-02 02:37:25 +00:00
|
|
|
|
#### Searching in an arbitrary directory
|
|
|
|
|
|
|
|
|
|
To use these utilities in one or several arbitrary directories:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------------|---------------------------------------------
|
2015-04-15 02:23:57 +00:00
|
|
|
|
<kbd>SPC s /</kbd> | execute the first found utility (by default `ag`, `pt`, `ack` and `grep`)
|
2015-04-02 02:37:25 +00:00
|
|
|
|
<kbd>SPC s a</kbd> | `ag`
|
|
|
|
|
<kbd>SPC s g</kbd> | `grep`
|
|
|
|
|
<kbd>SPC s k</kbd> | `ack`
|
|
|
|
|
<kbd>SPC s p</kbd> | `pt`
|
|
|
|
|
|
|
|
|
|
**Note** Use the universal argument to change the search list of
|
|
|
|
|
<kbd>SPC s /</kbd> to `ack` and `grep` (does not look for `ag` or `pt`).
|
|
|
|
|
|
|
|
|
|
**Note** It is also possible to search in several directories at once by
|
|
|
|
|
marking them in the helm buffer.
|
|
|
|
|
|
|
|
|
|
#### Searching in a project
|
|
|
|
|
|
|
|
|
|
To use these utilities in a project using `projectile`:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------------|---------------------------------------------
|
2015-04-15 02:23:57 +00:00
|
|
|
|
<kbd>SPC /</kbd> | execute the first found utility (by default `ag`, `pt`, `ack` and `grep`)
|
2015-04-02 02:37:25 +00:00
|
|
|
|
<kbd>SPC p s a</kbd> | `ag`
|
|
|
|
|
<kbd>SPC p s g</kbd> | `grep`
|
|
|
|
|
<kbd>SPC p s k</kbd> | `ack`
|
|
|
|
|
<kbd>SPC p s p</kbd> | `pt`
|
|
|
|
|
|
|
|
|
|
**Pro Tip** Use <kbd>SPC h l</kbd> to bring back the last helm session.
|
2014-11-27 18:17:55 +00:00
|
|
|
|
|
2015-04-10 17:55:49 +00:00
|
|
|
|
#### Searching the web
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------------|---------------------------------------------
|
|
|
|
|
<kbd>SPC s w g</kbd> | Get Google suggestions in emacs. Opens Google results in Browser.
|
|
|
|
|
<kbd>SPC s w w</kbd> | Get Wikipedia suggestions in emacs. Opens Wikipedia page in Browser.
|
|
|
|
|
|
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-12-01 02:08:48 +00:00
|
|
|
|
<kbd>SPC h c</kbd> | clear the highlightings
|
|
|
|
|
<kbd>SPC h g c</kbd> | clear the highlightings globally (all opened buffers)
|
|
|
|
|
<kbd>SPC h h</kbd> | highlight all occurrence of the word at point
|
|
|
|
|
<kbd>SPC h g h</kbd> | highlight all occurrence of the word at point globally (all opened buffers)
|
|
|
|
|
<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
|
|
|
|
|
<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
|
|
|
|
|
2014-12-02 21:27:27 +00:00
|
|
|
|
### Highlight current symbol
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-12-02 21:27:27 +00:00
|
|
|
|
`Spacemacs` supports highlighting of the current symbol on demand (provided by
|
2015-02-15 06:14:46 +00:00
|
|
|
|
the [auto-highlight-symbol][auto-highlight] mode) and adds a micro-state to
|
2014-12-02 21:27:27 +00:00
|
|
|
|
easily navigate and rename this symbol.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-12-02 21:27:27 +00:00
|
|
|
|
It is also possible to change the range of the navigation on the fly to:
|
|
|
|
|
- buffer
|
|
|
|
|
- function
|
|
|
|
|
- visible area
|
|
|
|
|
|
|
|
|
|
To initiate the highlighting of the current symbol under point press
|
|
|
|
|
<kbd>SPC s h</kbd>.
|
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
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
2015-02-15 16:12:18 +00:00
|
|
|
|
<kbd>*</kbd> | initiate navigation micro-state on current symbol and jump forwards
|
|
|
|
|
<kbd>#</kbd> | initiate navigation micro-state on current symbol and jump backwards
|
2014-12-01 02:08:48 +00:00
|
|
|
|
<kbd>SPC s b</kbd> | go to the last searched occurrence of the last highlighted symbol
|
2014-12-18 02:26:52 +00:00
|
|
|
|
<kbd>SPC s e</kbd> | edit all occurrences of the current symbol(*)
|
2015-02-15 16:12:18 +00:00
|
|
|
|
<kbd>SPC s h</kbd> | highlight the current symbol and all its occurrence within the current range
|
2014-12-01 02:08:48 +00:00
|
|
|
|
<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-12-18 02:26:52 +00:00
|
|
|
|
<kbd>e</kbd> | edit occurrences (*)
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<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
|
|
|
|
|
|
2014-12-18 02:26:52 +00:00
|
|
|
|
(*) using [iedit][] or the default implementation of `auto-highlight-symbol`
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
The micro-state text in minibuffer display the following information:
|
|
|
|
|
|
2014-12-03 05:19:42 +00:00
|
|
|
|
<M> [6/11]* press (n/N) to navigate, (e) to edit, (r) to change range or (R) for reset
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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
|
|
|
|
|
|
2015-03-08 05:06:54 +00:00
|
|
|
|
### Paste text
|
|
|
|
|
|
|
|
|
|
Whenever you paste some text a `paste` micro-state is initiated. Pressing
|
|
|
|
|
<kbd>p</kbd> again will replace the pasted text with the previous
|
|
|
|
|
yanked (copied) text on the kill ring.
|
|
|
|
|
|
|
|
|
|
For example if you copy `foo` and `bar` then press <kbd>p</kbd> the text `bar`
|
|
|
|
|
will be pasted, pressing <kbd>p</kbd> again will replace `bar` with `foo`.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------------------|----------------------------------------------------------------
|
|
|
|
|
<kbd>p</kbd> or <kbd>P</kbd> | paste the text before or after point and initiate the `paste` micro-state
|
|
|
|
|
<kbd>p</kbd> | in micro-state: replace paste text with the previously copied one
|
|
|
|
|
<kbd>P</kbd> | in micro-state: replace paste text with the next copied one
|
2015-03-09 02:10:15 +00:00
|
|
|
|
<kbd>.</kbd> | paste the same text and leave the micro-state
|
2015-03-08 05:06:54 +00:00
|
|
|
|
Any other key | leave the micro-state
|
|
|
|
|
|
2015-03-21 00:07:22 +00:00
|
|
|
|
This micro-state can be disabled by setting
|
|
|
|
|
`dotspacemacs-enable-paste-micro-state` to `nil` in `~/.spacemacs`.
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
### Text manipulation commands
|
|
|
|
|
|
|
|
|
|
Text related commands (start with `x`):
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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
|
2015-05-10 02:37:07 +00:00
|
|
|
|
<kbd>SPC x J</kbd> | move down a line of text (enter micro-state)
|
|
|
|
|
<kbd>SPC x K</kbd> | move up a line of text (enter micro-state)
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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
|
|
|
|
|
2014-12-13 03:22:55 +00:00
|
|
|
|
### Smartparens Strict mode
|
|
|
|
|
|
|
|
|
|
[Smartparens][sp] comes with a strict mode which prevents deletion of
|
|
|
|
|
parenthesis if the result is unbalanced.
|
|
|
|
|
|
|
|
|
|
This mode can be frustrating for novices, this is why it is not enabled by
|
|
|
|
|
default.
|
|
|
|
|
|
|
|
|
|
It is possible to enable it easily for _all programming modes_ with the
|
|
|
|
|
variable `dotspacemacs-smartparens-strict-mode` of you `~/.spacemacs`.
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default dotspacemacs-smartparens-strict-mode t)
|
|
|
|
|
```
|
|
|
|
|
|
2014-12-13 06:05:09 +00:00
|
|
|
|
### Zooming
|
|
|
|
|
|
|
|
|
|
#### Text
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
The font size of the current buffer can be adjusted with the commands:
|
|
|
|
|
|
2014-12-13 06:05:09 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC z x +</kbd> | scale up the font and initiate the font scaling micro-state
|
|
|
|
|
<kbd>SPC z x -</kbd> | scale down the font and initiate the font scaling micro-state
|
|
|
|
|
<kbd>SPC z 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
|
|
|
|
|
|
|
|
|
|
Note that _only_ the text of the current buffer is scaled, the other buffers,
|
|
|
|
|
the mode-line and the minibuffer are not affected. To zoom the whole content of
|
|
|
|
|
a frame use the `zoom frame` bindings (see next section).
|
|
|
|
|
|
|
|
|
|
#### Frame
|
|
|
|
|
|
|
|
|
|
You can zoom in and out the whole content of the frame with the commands:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC z f +</kbd> | zoom in the frame content
|
|
|
|
|
<kbd>SPC z f -</kbd> | zoom out the frame content
|
|
|
|
|
<kbd>SPC z f =</kbd> | reset the frame content size
|
|
|
|
|
<kbd>+</kbd> | zoom in
|
|
|
|
|
<kbd>-</kbd> | zoom out
|
|
|
|
|
<kbd>=</kbd> | reset zoom
|
|
|
|
|
Any other key | leave the zoom frame 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
|
|
|
|
|
-----------------------|------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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
|
|
|
|
|
|
2014-12-23 03:15:49 +00:00
|
|
|
|
Vi `Visual` modes are all supported by `evil`.
|
|
|
|
|
|
|
|
|
|
#### Expand-region
|
|
|
|
|
|
|
|
|
|
`Spacemacs` adds another `Visual` mode via the [expand-region][] mode.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
-------------------|----------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<kbd>SPC v</kbd> | initiate expand-region mode then...
|
2014-11-27 16:02:18 +00:00
|
|
|
|
<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
|
|
|
|
|
2014-12-23 03:15:49 +00:00
|
|
|
|
#### Indent text object
|
|
|
|
|
|
|
|
|
|
With [evil-indent-textobject] the following action can be performed in
|
|
|
|
|
`normal state`:
|
|
|
|
|
- <kbd>ii</kbd> - Inner Indentation: the surrounding textblock with the same
|
|
|
|
|
indentation
|
|
|
|
|
- <kbd>ai</kbd> - Above and Indentation: ii + the line above with a different
|
|
|
|
|
indentation
|
|
|
|
|
- <kbd>aI</kbd> - Above and Indentation+: ai + the line below with a different
|
|
|
|
|
indentation
|
|
|
|
|
|
|
|
|
|
Example (`|` is the point):
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(while (not done)
|
|
|
|
|
(messa|ge "All work and no play makes Jack a dull boy."))
|
|
|
|
|
(1+ 41)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- <kbd>vii</kbd> will select the line with message
|
|
|
|
|
- <kbd>vai</kbd> will select the whole while loop
|
|
|
|
|
- <kbd>vaI</kbd> will select the whole fragment
|
|
|
|
|
|
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
|
|
|
|
|
-----------------------|----------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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.
|
|
|
|
|
|
2014-12-18 02:26:52 +00:00
|
|
|
|
### Replacing text with iedit
|
|
|
|
|
|
|
|
|
|
`Spacemacs` uses the powerful [iedit][] mode through [evil-iedit-state][] to
|
|
|
|
|
quickly edit multiple occurrences of a symbol or selection.
|
|
|
|
|
|
|
|
|
|
`evil-iedit-state` defines two new evil states:
|
|
|
|
|
- `iedit state`
|
|
|
|
|
- `iedit-insert state`
|
|
|
|
|
|
|
|
|
|
The color code for these states is `red`.
|
|
|
|
|
|
|
|
|
|
`evil-iedit-state` has also a nice integration with [expand-region][] for quick
|
|
|
|
|
edition of the current selected text by pressing <kbd>e</kbd>.
|
|
|
|
|
|
|
|
|
|
#### iedit states key bindings
|
|
|
|
|
|
|
|
|
|
##### State transitions
|
|
|
|
|
|
|
|
|
|
Key Binding | From | To
|
|
|
|
|
-------------------|:------------------:|:-------------------------:
|
|
|
|
|
<kbd>SPC s e</kbd> | normal or visual | iedit
|
|
|
|
|
<kbd>e</kbd> | expand-region | iedit
|
|
|
|
|
<kbd>ESC</kbd> | iedit | normal
|
|
|
|
|
<kbd>C-g</kbd> | iedit | normal
|
|
|
|
|
<kbd>fd</kbd> | iedit | normal
|
|
|
|
|
<kbd>ESC</kbd> | iedit-insert | iedit
|
|
|
|
|
<kbd>C-g</kbd> | iedit-insert | normal
|
|
|
|
|
<kbd>fd</kbd> | iedit-insert | normal
|
|
|
|
|
|
|
|
|
|
To sum-up, in `iedit-insert state` you have to press <kbd>ESC</kbd> twice to
|
|
|
|
|
go back to the `normal state`. You can also at any time press <kbd>C-g</kbd>
|
|
|
|
|
or <kbd>fd</kbd> to return to `normal state`.
|
|
|
|
|
|
|
|
|
|
**Note:** evil commands which switch to `insert state` will switch in
|
|
|
|
|
`iedit-insert state`.
|
|
|
|
|
|
|
|
|
|
##### In iedit state
|
|
|
|
|
|
|
|
|
|
`iedit state` inherits from `normal state`, the following key bindings are
|
|
|
|
|
specific to `iedit state`.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>ESC</kbd> | go back to `normal state`
|
|
|
|
|
<kbd>TAB</kbd> | toggle current occurrence
|
|
|
|
|
<kbd>0</kbd> | go to the beginning of the current occurrence
|
|
|
|
|
<kbd>$</kbd> | go to the end of the current occurrence
|
|
|
|
|
<kbd>#</kbd> | prefix all occurrences with an increasing number (<kbd>SPC u</kbd> to choose the starting number).
|
|
|
|
|
<kbd>A</kbd> | go to the end of the current occurrence and switch to `iedit-insert state`
|
|
|
|
|
<kbd>D</kbd> | delete the occurrences
|
|
|
|
|
<kbd>F</kbd> | restrict the scope to the function
|
|
|
|
|
<kbd>gg</kbd> | go to first occurrence
|
|
|
|
|
<kbd>G</kbd> | go to last occurrence
|
|
|
|
|
<kbd>I</kbd> | go to the beginning of the current occurrence and switch to `iedit-insert state`
|
|
|
|
|
<kbd>J</kbd> | increase the edition scope by one line below
|
|
|
|
|
<kbd>K</kbd> | increase the edition scope by one line above
|
|
|
|
|
<kbd>L</kbd> | restrict the scope to the current line
|
|
|
|
|
<kbd>n</kbd> | go to next occurrence
|
|
|
|
|
<kbd>N</kbd> | go to previous occurrence
|
|
|
|
|
<kbd>p</kbd> | replace occurrences with last yanked (copied) text
|
|
|
|
|
<kbd>S</kbd> | (substitute) delete the occurrences and switch to `iedit-insert state`
|
|
|
|
|
<kbd>V</kbd> | toggle visibility of lines with no occurrence
|
|
|
|
|
<kbd>U</kbd> | Up-case the occurrences
|
|
|
|
|
<kbd>C-U</kbd> | down-case the occurrences
|
|
|
|
|
|
|
|
|
|
**Note:** <kbd>0</kbd>, <kbd>$</kbd>, <kbd>A</kbd> and <kbd>I</kbd> have the
|
|
|
|
|
default Vim behavior when used outside of an occurrence.
|
|
|
|
|
|
|
|
|
|
##### In iedit-insert state
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>ESC</kbd> | go back to `iedit state`
|
|
|
|
|
<kbd>C-g</kbd> | go back to `normal state`
|
|
|
|
|
|
|
|
|
|
#### Examples
|
|
|
|
|
|
|
|
|
|
- manual selection of several words then replace: <kbd>v w w SPC s e S "toto" ESC ESC</kbd>
|
|
|
|
|
- append text to a word on two lines: <kbd>v i w SPC s e J i "toto" ESC ESC</kbd>
|
|
|
|
|
- substitute symbol _with expand-region_: <kbd>SPC v v e S "toto" ESC ESC</kbd>
|
|
|
|
|
- replace symbol with yanked (copied) text _with expand region_: <kbd>SPC v e p ESC ESC</kbd>
|
|
|
|
|
|
2015-04-12 02:47:46 +00:00
|
|
|
|
### Replacing text in several files
|
|
|
|
|
|
|
|
|
|
Replacing an occurrence of text in several files can be performed via
|
|
|
|
|
[helm-ag][].
|
|
|
|
|
|
|
|
|
|
Say you want to replace all `foo` occurrences by `bar` in your current project:
|
|
|
|
|
- initiate a search with <kbd>SPC /</kbd>
|
|
|
|
|
- enter in edit mode with <kbd>C-c C-e</kbd>
|
|
|
|
|
- go to the occurrence and enter in `iedit state` with <kbd>SPC s e</kbd>
|
|
|
|
|
- edit the occurrences then leave the `iedit state`
|
|
|
|
|
- press <kbd>C-c C-c</kbd>
|
|
|
|
|
|
|
|
|
|
**Note** in Spacemacs, `helm-ag` despite its name works with `ack` and `pt` as
|
|
|
|
|
well.
|
|
|
|
|
|
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
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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
|
|
|
|
|
|
2014-11-29 03:47:03 +00:00
|
|
|
|
### Deleting files
|
|
|
|
|
|
|
|
|
|
Deletion is configured to send deleted files to system trash.
|
|
|
|
|
|
|
|
|
|
On OS X the `trash` program is required. It can be installed with
|
|
|
|
|
[homebrew][] with the following command:
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
$ brew install trash
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
To disable the trash you can set the variable `delete-by-moving-to-trash`
|
|
|
|
|
to `nil` in your `~/.spacemacs`.
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
### Editing Lisp code
|
|
|
|
|
|
2015-01-12 04:00:13 +00:00
|
|
|
|
Edition of lisp code is provided by [evil-lisp-state][].
|
|
|
|
|
|
2015-02-17 04:19:29 +00:00
|
|
|
|
Commands will set the current state to `lisp state` where
|
2015-01-21 04:05:56 +00:00
|
|
|
|
different commands combo can be repeated without pressing on
|
|
|
|
|
<kbd>SPC m</kbd>.
|
2015-01-12 04:00:13 +00:00
|
|
|
|
|
|
|
|
|
When in `lisp state` the color of the mode-line changes to pink.
|
|
|
|
|
|
|
|
|
|
Examples:
|
2015-02-17 04:19:29 +00:00
|
|
|
|
- to slurp three times while in normal state: <kbd>SPC k 3 n</kbd>
|
|
|
|
|
- to wrap a symbol in parenthesis then slurping two times: <kbd>SPC k w 2 n</kbd>
|
2015-01-12 04:00:13 +00:00
|
|
|
|
|
2015-02-17 04:19:29 +00:00
|
|
|
|
**Note** The `lisp state` commands are available in _any_ modes! Try it out.
|
2015-01-21 04:05:56 +00:00
|
|
|
|
|
2015-02-17 04:19:29 +00:00
|
|
|
|
#### Lisp Key Bindings
|
2015-01-21 04:05:56 +00:00
|
|
|
|
|
2015-02-17 04:19:29 +00:00
|
|
|
|
##### Lisp state key bindings
|
|
|
|
|
|
|
|
|
|
These commands automatically switch to `lisp state`.
|
2015-01-12 04:00:13 +00:00
|
|
|
|
|
|
|
|
|
Key Binding | Function
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k %</kbd> | evil jump item
|
|
|
|
|
<kbd>SPC k :</kbd> | ex command
|
|
|
|
|
<kbd>SPC k (</kbd> | insert expression before (same level as current one)
|
|
|
|
|
<kbd>SPC k )</kbd> | insert expression after (same level as current one)
|
|
|
|
|
<kbd>SPC k $</kbd> | go to the end of current sexp
|
2015-03-28 14:39:45 +00:00
|
|
|
|
<kbd>SPC k ` k</kbd> | hybrid version of kill sexp (can be used in non lisp dialects)
|
|
|
|
|
<kbd>SPC k ` p</kbd> | hybrid version of push sexp (can be used in non lisp dialects)
|
|
|
|
|
<kbd>SPC k ` s</kbd> | hybrid version of slurp sexp (can be used in non lisp dialects)
|
|
|
|
|
<kbd>SPC k ` t</kbd> | hybrid version of transpose sexp (can be used in non lisp dialects)
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k 0</kbd> | go to the beginning of current sexp
|
|
|
|
|
<kbd>SPC k a</kbd> | absorb expression
|
|
|
|
|
<kbd>SPC k b</kbd> | forward barf expression
|
|
|
|
|
<kbd>SPC k B</kbd> | backward barf expression
|
|
|
|
|
<kbd>SPC k c</kbd> | convolute expression
|
2015-02-17 04:35:12 +00:00
|
|
|
|
<kbd>SPC k ds</kbd> | delete symbol
|
|
|
|
|
<kbd>SPC k Ds</kbd> | backward delete symbol
|
|
|
|
|
<kbd>SPC k dw</kbd> | delete word
|
|
|
|
|
<kbd>SPC k Dw</kbd> | backward delete word
|
|
|
|
|
<kbd>SPC k dx</kbd> | delete expression
|
|
|
|
|
<kbd>SPC k Dx</kbd> | backward delete expression
|
2015-02-17 04:59:26 +00:00
|
|
|
|
<kbd>SPC k e</kbd> | unwrap current expression and kill all symbols after point
|
|
|
|
|
<kbd>SPC k E</kbd> | unwrap current expression and kill all symbols before point
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k h</kbd> | previous symbol
|
2015-03-28 14:39:45 +00:00
|
|
|
|
<kbd>SPC k H</kbd> | go to previous sexp
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k i</kbd> | switch to `insert state`
|
|
|
|
|
<kbd>SPC k I</kbd> | go to beginning of current expression and switch to `insert state`
|
|
|
|
|
<kbd>SPC k j</kbd> | next closing parenthesis
|
2015-02-17 04:35:12 +00:00
|
|
|
|
<kbd>SPC k J</kbd> | join expression
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k k</kbd> | previous opening parenthesis
|
|
|
|
|
<kbd>SPC k l</kbd> | next symbol
|
2015-03-28 14:39:45 +00:00
|
|
|
|
<kbd>SPC k L</kbd> | go to next sexp
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k p</kbd> | paste after
|
|
|
|
|
<kbd>SPC k P</kbd> | paste before
|
|
|
|
|
<kbd>SPC k r</kbd> | raise expression (replace parent expression by current one)
|
2015-02-17 04:35:12 +00:00
|
|
|
|
<kbd>SPC k s</kbd> | forwared slurp expression
|
|
|
|
|
<kbd>SPC k S</kbd> | backward slurp expression
|
|
|
|
|
<kbd>SPC k t</kbd> | transpose expression
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k u</kbd> | undo
|
2015-03-28 14:39:45 +00:00
|
|
|
|
<kbd>SPC k U</kbd> | got to parent sexp backward
|
2015-02-17 04:19:29 +00:00
|
|
|
|
<kbd>SPC k C-r</kbd> | redo
|
|
|
|
|
<kbd>SPC k v</kbd> | switch to `visual state`
|
|
|
|
|
<kbd>SPC k V</kbd> | switch to `visual line state`
|
|
|
|
|
<kbd>SPC k C-v</kbd> | switch to `visual block state`
|
|
|
|
|
<kbd>SPC k w</kbd> | wrap expression with parenthesis
|
|
|
|
|
<kbd>SPC k W</kbd> | unwrap expression
|
|
|
|
|
<kbd>SPC k y</kbd> | copy expression
|
|
|
|
|
|
|
|
|
|
##### Emacs lisp specific key bindings
|
2015-01-21 04:05:56 +00:00
|
|
|
|
|
|
|
|
|
Key Binding | Function
|
|
|
|
|
---------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC m e $</kbd> | go to end of line and evaluate last sexp
|
2015-04-11 04:30:03 +00:00
|
|
|
|
<kbd>SPC m e b</kbd> | evaluate buffer
|
|
|
|
|
<kbd>SPC m e c</kbd> | evaluate current form (a `def` or a `set`)
|
2015-01-21 04:05:56 +00:00
|
|
|
|
<kbd>SPC m e e</kbd> | evaluate last sexp
|
|
|
|
|
<kbd>SPC m e f</kbd> | evaluate current defun
|
2015-03-15 02:54:45 +00:00
|
|
|
|
<kbd>SPC m e l</kbd> | go to end of line and evaluate last sexp
|
2015-04-11 04:30:03 +00:00
|
|
|
|
<kbd>SPC m e r</kbd> | evaluate region
|
2015-03-15 02:54:45 +00:00
|
|
|
|
|
|
|
|
|
Key Binding | Function
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2015-01-21 04:05:56 +00:00
|
|
|
|
<kbd>SPC m g g</kbd> | go to definition
|
2015-01-21 04:27:46 +00:00
|
|
|
|
<kbd>SPC m h h</kbd> | describe elisp thing at point (show documentation)
|
2015-01-21 04:05:56 +00:00
|
|
|
|
<kbd>SPC m t b</kbd> | execute buffer tests
|
|
|
|
|
<kbd>SPC m t q</kbd> | ask for test function to execute
|
|
|
|
|
|
2015-03-08 04:52:03 +00:00
|
|
|
|
## Managing projects
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2015-04-15 02:23:57 +00:00
|
|
|
|
To search in a project see [project searching](#searching-in-a-project).
|
2014-11-28 00:24:56 +00:00
|
|
|
|
|
|
|
|
|
`projectile` commands start with <kbd>p</kbd>:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
--------------------|------------------------------------------------------------
|
|
|
|
|
<kbd>SPC p /</kbd> | run `ag`
|
2015-02-28 04:23:52 +00:00
|
|
|
|
<kbd>SPC p !</kbd> | run shell command in root
|
|
|
|
|
<kbd>SPC p &</kbd> | run async shell command in root
|
2014-11-28 00:24:56 +00:00
|
|
|
|
<kbd>SPC p a</kbd> | run `ag`
|
|
|
|
|
<kbd>SPC p A</kbd> | run `ack`
|
|
|
|
|
<kbd>SPC p b</kbd> | switch to project buffer
|
2015-02-28 03:09:06 +00:00
|
|
|
|
<kbd>SPC p c</kbd> | compile project using `projectile`
|
2014-11-28 00:24:56 +00:00
|
|
|
|
<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 k</kbd> | kill all project buffers
|
|
|
|
|
<kbd>SPC p o</kbd> | run `multi-occur`
|
2015-04-02 02:54:58 +00:00
|
|
|
|
<kbd>SPC p p</kbd> | switch project
|
2014-11-28 00:24:56 +00:00
|
|
|
|
<kbd>SPC p R</kbd> | regenerate the project's [e|g]tags
|
|
|
|
|
<kbd>SPC p r</kbd> | replace a string
|
2015-04-02 02:37:25 +00:00
|
|
|
|
<kbd>SPC p s</kbd> | see [search in project](#searching-in-a-project)
|
2015-02-28 03:15:21 +00:00
|
|
|
|
<kbd>SPC p t</kbd> | open `NeoTree` in `projectile` root
|
2014-11-28 00:24:56 +00:00
|
|
|
|
<kbd>SPC p T</kbd> | find test files
|
|
|
|
|
<kbd>SPC p v</kbd> | open project root in `vc-dir` or `magit`
|
2015-02-28 03:15:21 +00:00
|
|
|
|
<kbd>SPC p y</kbd> | find tags
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
## Registers
|
|
|
|
|
|
|
|
|
|
Access commands to the various registers start with `r`:
|
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2014-12-03 05:19:14 +00:00
|
|
|
|
<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.
|
|
|
|
|
|
2014-12-23 03:54:56 +00:00
|
|
|
|
Errors management commands (star with `e`):
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-11-27 16:02:18 +00:00
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2014-12-23 03:54:56 +00:00
|
|
|
|
<kbd>SPC e c</kbd> | clear all errors
|
|
|
|
|
<kbd>SPC e f</kbd> | toggle flycheck
|
|
|
|
|
<kbd>SPC e l</kbd> | display the `flycheck` list of errors/warnings
|
|
|
|
|
<kbd>SPC e n</kbd> | go to the next error
|
|
|
|
|
<kbd>SPC e p</kbd> | go to the previous error
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
Custom fringe bitmaps:
|
|
|
|
|
|
2014-12-19 04:04:23 +00:00
|
|
|
|
Symbol | Description
|
|
|
|
|
:----------------------------------:|------------
|
2014-12-12 00:55:44 +00:00
|
|
|
|
![dot-error](img/dot-error.png) | Error
|
|
|
|
|
![dot-warning](img/dot-warning.png) | warning
|
|
|
|
|
![dot-info](img/dot-info.png) | Info
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-12-05 05:02:26 +00:00
|
|
|
|
## Compiling
|
|
|
|
|
|
|
|
|
|
`Spacemacs` binds a few commands to support compiling a project.
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
---------------------|------------------------------------------------------------
|
2014-12-19 04:04:23 +00:00
|
|
|
|
<kbd>SPC c c</kbd> | use `helm-make` via projectile
|
|
|
|
|
<kbd>SPC c C</kbd> | compile
|
|
|
|
|
<kbd>SPC c r</kbd> | recompile
|
2014-12-05 05:02:26 +00:00
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
## Modes
|
|
|
|
|
|
2014-12-19 05:35:14 +00:00
|
|
|
|
### Major Mode leader key
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-12-19 05:35:14 +00:00
|
|
|
|
Key bindings specific to the current `major mode` start with <kbd>SPC m</kbd>.
|
|
|
|
|
For convenience a shortcut key called the major mode leader key is set by
|
|
|
|
|
default on <kbd>,</kbd> which saves one precious keystroke.
|
|
|
|
|
|
|
|
|
|
It is possible to change the major mode leader key by defining the variable
|
|
|
|
|
`dotspacemacs-major-mode-leader-key` in your `~/.spacemacs`. For example to
|
|
|
|
|
setup the key on tabulation:
|
|
|
|
|
|
|
|
|
|
```elisp
|
2014-12-19 04:04:23 +00:00
|
|
|
|
(setq-default dotspacemacs-major-mode-leader-key "<tab>")
|
2014-12-19 05:35:14 +00:00
|
|
|
|
```
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
### 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
|
|
|
|
|
|
|
|
|
### Python
|
|
|
|
|
|
2015-03-24 02:10:03 +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
|
|
|
|
|
|
2015-03-24 02:10:03 +00:00
|
|
|
|
More featured JavaScript support is provided by the javascript
|
|
|
|
|
contribution. Please see [javascript contribution][javascript-contrib]
|
|
|
|
|
documentation for detail.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
2014-12-16 03:23:55 +00:00
|
|
|
|
### HTML and CSS
|
|
|
|
|
|
2015-03-24 02:10:03 +00:00
|
|
|
|
HTML contribution provides support for editing HTML, CSS, Scss and Less
|
|
|
|
|
files. Please see [html contribution][html-contrib] documentation for detail.
|
2014-12-16 03:23:55 +00:00
|
|
|
|
|
2014-12-13 05:50:25 +00:00
|
|
|
|
# Emacs Server
|
|
|
|
|
|
|
|
|
|
`Spacemacs` starts a server at launch. This server is killed whenever you close
|
|
|
|
|
your Emacs windows.
|
|
|
|
|
|
|
|
|
|
## Connecting to the Emacs server
|
|
|
|
|
|
2015-03-24 02:10:03 +00:00
|
|
|
|
You can open a file in Emacs from the terminal using `emacsclient`. Use
|
|
|
|
|
`emacsclient -c` to open the file in Emacs GUI. Use `emacsclient -t` to open
|
|
|
|
|
the file in Emacs within the terminal.
|
2015-03-22 04:46:20 +00:00
|
|
|
|
|
2015-03-24 02:10:03 +00:00
|
|
|
|
If you want your Linux/OS X system to use Emacs by default for any prompt, use
|
|
|
|
|
`export EDITOR="emacsclient -c"` in your shell configuration.
|
2015-03-22 04:46:20 +00:00
|
|
|
|
|
2015-03-24 02:10:03 +00:00
|
|
|
|
Note that if you're on OS X, you may have to refer to the emacsclient that comes
|
|
|
|
|
with your GUI Emacs, e.g. `export
|
|
|
|
|
EDITOR="/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -c"`.
|
2015-03-22 04:46:20 +00:00
|
|
|
|
|
2015-03-24 02:10:03 +00:00
|
|
|
|
Tip: Remember to use `:qw` or `C-x #` after you are done editing the file
|
|
|
|
|
in Emacs.
|
2015-03-22 04:46:20 +00:00
|
|
|
|
|
|
|
|
|
See [Emacs as a Server][] in the official Emacs manual for more details.
|
2014-12-13 05:50:25 +00:00
|
|
|
|
|
|
|
|
|
## Keeping the server alive
|
|
|
|
|
|
|
|
|
|
It is possible to keep the server alive when you close Emacs by setting the
|
|
|
|
|
variable `dotspacemacs-persistent-server` to `t` in your `~./spacemacs`.
|
|
|
|
|
|
|
|
|
|
```elisp
|
|
|
|
|
(setq-default dotspacemacs-persistent-server t)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
When this variable is set to `t`, the only way to quit Emacs _and_ kill the
|
|
|
|
|
server is to use the following bindings:
|
|
|
|
|
|
|
|
|
|
Key Binding | Description
|
|
|
|
|
-------------------|------------------------------------------------------------
|
2015-01-29 16:19:55 +00:00
|
|
|
|
<kbd>SPC q q</kbd> | Quit Emacs and kill the server, prompt for changed buffers to save
|
|
|
|
|
<kbd>SPC q Q</kbd> | Quit Emacs and kill the server, lose all unsaved changes.
|
2014-12-13 05:50:25 +00:00
|
|
|
|
<kbd>SPC q s</kbd> | Save the buffers, quit Emacs and kill the server
|
2015-01-29 16:19:55 +00:00
|
|
|
|
<kbd>SPC q z</kbd> | Kill the current frame
|
2014-12-13 05:50:25 +00:00
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
## Troubleshoot
|
|
|
|
|
|
|
|
|
|
### Loading fails
|
|
|
|
|
|
2015-03-18 05:13:45 +00:00
|
|
|
|
If any errors happen during the loading the mode-line will turn red and the
|
|
|
|
|
errors should appear inline in the startup buffer. Spacemacs should still be
|
|
|
|
|
usable, if it is not the case then restart Emacs with `emacs --debug-init` and
|
|
|
|
|
open a [Github issue][issues] with the backtrace.
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
### I have no file ~/.spacemacs
|
|
|
|
|
|
2014-12-02 04:18:20 +00:00
|
|
|
|
You have to manually copy the `~/.emacs.d/core/templates/.spacemacs.template`
|
|
|
|
|
file to `~/.spacemacs`
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
# Achievements
|
|
|
|
|
|
2015-04-01 03:29:28 +00:00
|
|
|
|
## Issues
|
|
|
|
|
|
2014-11-22 05:45:19 +00:00
|
|
|
|
Achievements | Account
|
|
|
|
|
-----------------------------------------------------|------------------------
|
2014-12-23 04:38:07 +00:00
|
|
|
|
[100th issue (PR)][100th-issue] | [danielwuz][]
|
2014-12-19 06:07:35 +00:00
|
|
|
|
[200th issue (question)][200th-issue] | [justrajdeep][]
|
2014-12-23 04:38:07 +00:00
|
|
|
|
[300th issue (PR)][300th-issue] | [danielwuz][]
|
2015-01-10 04:55:17 +00:00
|
|
|
|
[400th issue (PR)][400th-issue] | [CestDiego][]
|
2015-01-31 03:59:59 +00:00
|
|
|
|
[500th issue (PR)][500th-issue] | [bjarkevad][]
|
2015-02-18 03:50:30 +00:00
|
|
|
|
[600th issue (PR)][600th-issue] | [bjarkevad][]
|
2015-03-01 17:22:40 +00:00
|
|
|
|
[700th issue (enhancement)][700th-issue] | [jcpetkovich][]
|
2015-03-11 04:59:03 +00:00
|
|
|
|
[800th issue (PR)][800th-issue] | [ryansroberts][]
|
2015-04-01 03:29:28 +00:00
|
|
|
|
[900th issue (PR)][900th-issue] | [jcpetkovich][]
|
|
|
|
|
[1000th issue (PR)][1000th-issue] | [tuhdo][]
|
|
|
|
|
|
|
|
|
|
## Merged Pull Requests
|
|
|
|
|
|
|
|
|
|
Achievements | Account
|
|
|
|
|
-----------------------------------------------------|------------------------
|
2014-12-09 02:30:12 +00:00
|
|
|
|
[100th pull request][100th-PR] | [bru][]
|
2015-01-15 03:44:13 +00:00
|
|
|
|
[200th pull request][200th-PR] | [smt][]
|
2015-02-18 04:17:55 +00:00
|
|
|
|
[300th pull request][300th-PR] | [BrianHicks][]
|
2015-03-15 05:09:36 +00:00
|
|
|
|
[400th pull request][400th-PR] | [cpaulik][]
|
2015-04-19 06:26:25 +00:00
|
|
|
|
[500th pull request][500th-PR] | [tuhdo][]
|
|
|
|
|
[600th pull request][600th-PR] | [trishume][]
|
2015-04-01 03:29:28 +00:00
|
|
|
|
|
2015-04-22 05:04:52 +00:00
|
|
|
|
## Stars, forks and watchers
|
2015-04-01 03:29:28 +00:00
|
|
|
|
|
|
|
|
|
Achievements | Account
|
|
|
|
|
-----------------------------------------------------|------------------------
|
2015-04-22 05:04:52 +00:00
|
|
|
|
100th watcher | [adouzzy][]
|
2015-01-31 04:02:04 +00:00
|
|
|
|
100th fork | [balajisivaraman][]
|
2015-04-01 03:29:28 +00:00
|
|
|
|
200th fork | [alcol80][]
|
2015-04-22 05:04:52 +00:00
|
|
|
|
300th fork | [mlopes][]
|
2014-11-22 05:45:19 +00:00
|
|
|
|
100th star | [Jackneill][]
|
2014-12-02 02:48:21 +00:00
|
|
|
|
200th star | [jb55][]
|
2014-12-19 06:07:35 +00:00
|
|
|
|
400th star | [dbohdan][]
|
2015-01-24 03:15:06 +00:00
|
|
|
|
600th star | [laat][]
|
2015-02-18 03:50:30 +00:00
|
|
|
|
700th star | [kendall][]
|
2015-03-11 04:59:03 +00:00
|
|
|
|
800th star | [urso][]
|
2015-04-01 03:29:28 +00:00
|
|
|
|
900th star | [luisgerhorst][]
|
2015-04-19 06:26:25 +00:00
|
|
|
|
1000th star! | [rashly][]
|
2015-04-01 03:29:28 +00:00
|
|
|
|
|
|
|
|
|
## Specials
|
|
|
|
|
|
|
|
|
|
Achievements | Account
|
|
|
|
|
-----------------------------------------------------|------------------------
|
|
|
|
|
[First contribution][1st-contrib] | [trishume][]
|
|
|
|
|
[First contribution layer][1st-clayer] | [trishume][]
|
|
|
|
|
[First blog article on Spacemacs][1st-article] | [Wolfy87][]
|
|
|
|
|
[First contributed banner][1st-cbanner] | [chrisbarrett][]
|
|
|
|
|
The Gunner (made 18 PRs in a row) | [ralesi][]
|
|
|
|
|
The Saint (unlocked the holy-mode) | [trishume][]
|
|
|
|
|
The Artist (made the spacemacs logo) | [nashamri][]
|
|
|
|
|
The Meme Master (made the doge banner) | [chrisbarrett][]
|
2015-04-19 06:26:25 +00:00
|
|
|
|
The Helm captain (see [here][tuhdo-tuto]) | [tuhdo][]
|
2014-11-22 05:45:19 +00:00
|
|
|
|
|
|
|
|
|
# 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!
|
|
|
|
|
|
2015-02-09 02:21:23 +00:00
|
|
|
|
[CONVENTIONS.md]: ./CONVENTIONS.md
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[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
|
2015-04-05 02:36:39 +00:00
|
|
|
|
[ace-link]: https://github.com/abo-abo/ace-link
|
2015-03-04 15:00:10 +00:00
|
|
|
|
[ace-window]: https://github.com/abo-abo/ace-window
|
2015-02-05 04:13:52 +00:00
|
|
|
|
[helm-link]: https://github.com/emacs-helm/helm
|
|
|
|
|
[helm-doc]: https://github.com/emacs-helm/helm/wiki
|
2015-04-12 02:47:46 +00:00
|
|
|
|
[helm-ag]: https://github.com/syohex/emacs-helm-ag
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[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
|
2015-01-27 04:21:05 +00:00
|
|
|
|
[font-spec]: http://www.gnu.org/software/emacs/manual/html_node/elisp/Low_002dLevel-Font.html
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[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
|
2015-04-02 02:37:25 +00:00
|
|
|
|
[pt]: https://github.com/monochromegane/the_platinum_searcher
|
2015-04-15 02:23:57 +00:00
|
|
|
|
[tcl]: https://core.tcl.tk/tcllib/doc/trunk/embedded/www/tcllib/files/apps/pt.html
|
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
|
|
|
|
|
[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
|
2014-12-18 02:26:52 +00:00
|
|
|
|
[iedit]: https://github.com/tsdh/iedit
|
|
|
|
|
[evil-iedit-state]: https://github.com/syl20bnr/evil-iedit-state
|
2014-12-23 03:15:49 +00:00
|
|
|
|
[evil-indent-textobject]: https://github.com/cofi/evil-indent-textobject
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[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
|
2015-01-16 04:45:53 +00:00
|
|
|
|
[evil-matchit]: https://github.com/redguardtoo/evil-matchit
|
|
|
|
|
[matchit.vim]: http://www.vim.org/scripts/script.php?script_id=39
|
2014-12-15 04:27:08 +00:00
|
|
|
|
[source code pro]: https://github.com/adobe-fonts/source-code-pro
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[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-lisp-state]: https://github.com/syl20bnr/evil-lisp-state
|
2015-03-22 03:50:09 +00:00
|
|
|
|
[Vim's Unite]: https://github.com/Shougo/unite.vim
|
2014-12-14 04:59:02 +00:00
|
|
|
|
[git-gutter]: https://github.com/syohex/emacs-git-gutter-fringe
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[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
|
|
|
|
|
[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
|
2014-12-02 05:11:47 +00:00
|
|
|
|
[leuven-theme]: https://github.com/fniessen/emacs-leuven-theme
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[monokai-theme]: https://github.com/oneKelvinSmith/monokai-emacs
|
|
|
|
|
[zenburn-theme]: https://github.com/bbatsov/zenburn-emacs
|
|
|
|
|
[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
|
2015-01-26 04:26:09 +00:00
|
|
|
|
[javascript-contrib]: ../contrib/lang/javascript
|
|
|
|
|
[themes-megapack]: ../contrib/themes-megapack
|
|
|
|
|
[python-contrib]: ../contrib/lang/python
|
2015-01-26 04:22:41 +00:00
|
|
|
|
[git layer]: ../contrib/git
|
2015-01-26 04:26:09 +00:00
|
|
|
|
[html-contrib]: ../contrib/lang/html
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[guide-key]: https://github.com/kai2nenobu/guide-key
|
|
|
|
|
[guide-key-tip]: https://github.com/aki2o/guide-key-tip
|
|
|
|
|
[gitter]: https://gitter.im/syl20bnr/spacemacs
|
2015-01-26 04:26:09 +00:00
|
|
|
|
[CONTRIBUTE.md]: ./CONTRIBUTE.md
|
2015-04-13 19:29:46 +00:00
|
|
|
|
[special buffer howto]: ./HOWTOs.md#change-special-buffer-rules
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[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/
|
2014-12-30 05:04:03 +00:00
|
|
|
|
[1st-cbanner]: https://github.com/syl20bnr/spacemacs/commit/7b44a56263049482ed540ed6815a295633ffe9d1
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[100th-issue]: https://github.com/syl20bnr/spacemacs/pull/100
|
2015-02-18 03:50:30 +00:00
|
|
|
|
[200th-issue]: https://github.com/syl20bnr/spacemacs/issues/200
|
2014-12-19 06:07:35 +00:00
|
|
|
|
[300th-issue]: https://github.com/syl20bnr/spacemacs/pull/300
|
2015-01-10 04:55:17 +00:00
|
|
|
|
[400th-issue]: https://github.com/syl20bnr/spacemacs/pull/400
|
2015-01-31 03:59:59 +00:00
|
|
|
|
[500th-issue]: https://github.com/syl20bnr/spacemacs/pull/500
|
2015-02-18 03:50:30 +00:00
|
|
|
|
[600th-issue]: https://github.com/syl20bnr/spacemacs/pull/600
|
2015-03-01 17:22:40 +00:00
|
|
|
|
[700th-issue]: https://github.com/syl20bnr/spacemacs/pull/700
|
2015-03-11 04:59:03 +00:00
|
|
|
|
[800th-issue]: https://github.com/syl20bnr/spacemacs/pull/800
|
2015-04-01 03:29:28 +00:00
|
|
|
|
[900th-issue]: https://github.com/syl20bnr/spacemacs/pull/900
|
|
|
|
|
[1000th-issue]: https://github.com/syl20bnr/spacemacs/pull/1000
|
2014-12-09 02:30:12 +00:00
|
|
|
|
[100th-PR]: https://github.com/syl20bnr/spacemacs/pull/228
|
2015-01-15 03:44:13 +00:00
|
|
|
|
[200th-PR]: https://github.com/syl20bnr/spacemacs/pull/418
|
2015-02-18 04:17:55 +00:00
|
|
|
|
[300th-PR]: https://github.com/syl20bnr/spacemacs/pull/617
|
2015-03-15 05:09:36 +00:00
|
|
|
|
[400th-PR]: https://github.com/syl20bnr/spacemacs/pull/806
|
2015-04-19 06:26:25 +00:00
|
|
|
|
[500th-PR]: https://github.com/syl20bnr/spacemacs/pull/993
|
|
|
|
|
[600th-PR]: https://github.com/syl20bnr/spacemacs/pull/1205
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[trishume]:https://github.com/trishume
|
2015-04-01 03:29:28 +00:00
|
|
|
|
[nashamri]: https://github.com/nashamri
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[Wolfy87]:https://github.com/Wolfy87
|
|
|
|
|
[danielwuz]:https://github.com/danielwuz
|
2015-01-10 04:55:17 +00:00
|
|
|
|
[CestDiego]:https://github.com/CestDiego
|
2015-01-31 03:59:59 +00:00
|
|
|
|
[bjarkevad]:https://github.com/bjarkevad
|
2015-03-01 17:22:40 +00:00
|
|
|
|
[jcpetkovich]:https://github.com/jcpetkovich
|
2015-04-01 03:29:28 +00:00
|
|
|
|
[tuhdo]:https://github.com/tuhdo
|
2015-04-19 06:26:25 +00:00
|
|
|
|
[tuhdo-tuto]:http://tuhdo.github.io/helm-intro.html
|
2015-03-01 17:22:40 +00:00
|
|
|
|
[BrianHicks]:https://github.com/BrianHicks
|
2015-03-15 05:09:36 +00:00
|
|
|
|
[cpaulik]: https://github.com/cpaulik
|
2014-12-30 05:04:03 +00:00
|
|
|
|
[chrisbarrett]:https://github.com/chrisbarrett
|
2014-12-19 06:07:35 +00:00
|
|
|
|
[justrajdeep]:https://github.com/justrajdeep
|
|
|
|
|
[dbohdan]:https://github.com/dbohdan
|
2015-01-24 03:15:06 +00:00
|
|
|
|
[laat]:https://github.com/laat
|
2015-03-11 04:59:03 +00:00
|
|
|
|
[ryansroberts]:https://github.com/laat
|
|
|
|
|
[kendall]:https://github.com/kendall
|
|
|
|
|
[urso]:https://github.com/urso
|
2015-04-01 03:29:28 +00:00
|
|
|
|
[luisgerhorst]:https://github.com/luisgerhorst
|
2015-04-19 06:26:25 +00:00
|
|
|
|
[rashly]:https://github.com/rashly
|
2014-12-09 02:30:12 +00:00
|
|
|
|
[bru]:https://github.com/bru
|
2015-01-15 03:44:13 +00:00
|
|
|
|
[smt]:https://github.com/smt
|
2014-12-23 04:38:07 +00:00
|
|
|
|
[ralesi]:https://github.com/ralesi
|
2015-04-01 03:29:28 +00:00
|
|
|
|
[alcol80]:https://github.com/alcol80
|
2015-04-22 05:04:52 +00:00
|
|
|
|
[adouzzy]:https://github.com/adouzzy
|
|
|
|
|
[mlopes]:https://github.com/mlopes
|
2015-01-31 04:02:04 +00:00
|
|
|
|
[balajisivaraman]:https://github.com/balajisivaraman
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[Jackneill]:https://github.com/Jackneill
|
2014-12-02 02:48:21 +00:00
|
|
|
|
[jb55]:https://github.com/jb55
|
2014-11-22 05:45:19 +00:00
|
|
|
|
[use-package]: https://github.com/jwiegley/use-package
|
2014-12-06 01:35:39 +00:00
|
|
|
|
[Paradox]: https://github.com/Bruce-Connor/paradox
|
2014-11-24 03:34:57 +00:00
|
|
|
|
[fancy-battery]: https://github.com/lunaryorn/fancy-battery.el
|
2014-12-06 06:31:30 +00:00
|
|
|
|
[MacType]: https://code.google.com/p/mactype/
|
2015-03-22 04:46:20 +00:00
|
|
|
|
[Emacs as a Server]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html
|