spacemacs/layers/+vim/evil-better-jumper
HanshenWang 947763eeaa
[evil-better-jumper] Update layer documentation (#14744)
* [evil-better-jumper] Update layer documentation

* Correct location of =dotspacemacs-distinguish-gui-tab=
2021-05-08 22:31:24 +02:00
..
funcs.el [vim] Disable unused functions in evil-better-jumper layer 2021-05-06 19:57:07 +00:00
packages.el [vim] add evil-better-jumper layer 2021-05-06 19:41:22 +00:00
README.org [evil-better-jumper] Update layer documentation (#14744) 2021-05-08 22:31:24 +02:00

evil-better-jumper layer

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.

Features:

  • jump back and forth

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)

Key bindings

Key binding Description
C-o better-jumper-jump-backward
C-i better-jumper-jump-forward