Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bling/evil-jumper
jump like vimmers do!
https://github.com/bling/evil-jumper
Last synced: about 2 months ago
JSON representation
jump like vimmers do!
- Host: GitHub
- URL: https://github.com/bling/evil-jumper
- Owner: bling
- Created: 2014-07-02T17:49:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T20:34:54.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T14:41:49.633Z (3 months ago)
- Language: Emacs Lisp
- Size: 33.2 KB
- Stars: 54
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - bling/evil-jumper - jump like vimmers do! (Emacs Lisp)
README
# evil-jumper [![MELPA](https://melpa.org/packages/evil-jumper-badge.svg)](https://melpa.org/#/evil-jumper)
evil-jumper is an add-on for **older versions** of [evil-mode][1] (prior to Feb 2016) which replaces the implementation of the jump list such that it mimics more closely with Vim's behavior. Specifically, it will jump across buffer boundaries and revive dead buffers if necessary. The jump list can also be persisted to history file using `savehist` and restored between sessions.
# package status
evil-jumper is **OBSOLETE**. evil-jumper has been merged into upstream evil-mode; therefore this functionality is already available by default.
# installation
Install `evil-jumper` from [MELPA][3].
# usage
After installation, a global minor mode `evil-jumper-mode` will be made available.
# license
[GPL3][2]
[1]: https://bitbucket.org/lyro/evil/wiki/Home
[2]: http://www.gnu.org/copyleft/gpl.html
[3]: http://melpa.org