evil-better-jumper layer
Table of ContentsClose
1. Description
This layer adds support for better-jumper. A configurable jump list implementation for Emacs that can be used to easily jump back to previous locations.
1.1. Features:
- jump back and forth
2. Install
To use this configuration layer, add it to your ~/.spacemacs. You will need to
add evil-better-jumper to the existing dotspacemacs-configuration-layers list in
this file. If C-i acts like TAB instead of better-jumper-jump-forward, please
use M-x describe-variable to check the value of the symbol
dotspacemacs-distinguish-gui-tab and ensure it is set to t in the dotspacemacs
file.
(defun dotspacemacs/init () ;; ... dotspacemacs-distinguish-gui-tab t)
3. Key bindings
| Key binding | Description |
|---|---|
C-o |
better-jumper-jump-backward |
C-i |
better-jumper-jump-forward |