Menu

Tree [5d3df2] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2018-07-28 clari3d clari3d [336cf5] Initial commit
 positions.el 2018-07-30 gdewailly gdewailly [afb7f2] Implement the kill buffer hook used to remove t...
 readme.md 2018-07-30 Clari3D Clari3D [293b1f] Update readme.md

Read Me

Positions --- cyclic cursor positions manager for Emacs

Positions is an Emacs extension that allows to store the current cursor position
in a ring and to jump to the stored positions in a cyclic way.

Instalation

Install the extension

Positions is hosted in GitHub at
github.com/clari3d/positions.el.git.

Linux

Clone the repository somewhere:
$ cd /tmp
$ git clone https://github.com/clari3d/positions.el.git

Copy the file /tmp/positions.el/positions.el in the direcotry where emacs stores
the extensions:

$ cp /tmp/positions.el/positions.el ~/.emacs.d/site-lisp

or copy it in the shared emacs extensions directory:

$ cp /tmp/positions.el/positions.el /usr/share/emacs/site-lisp

Macos

Clone the repository somewhere:
$ cd /tmp
$ git clone https://github.com/clari3d/positions.el.git

Copy the file /tmp/positions.el/positions.el in the directory where emacs stores
the extensions:

$ cp /tmp/positions.el/positions.el ~/.emacs.d/

or copy it in the shared emacs extensions directory:

$ cp /tmp/positions.el/positions.el /Applications/Emacs.app/Contents/Resources/site-lisp

Windows

To be continued...

Register the extension

Once the file is installed, register it in the .emacs: Add (require 'positions)
in your .emacs file.

Usage

Positions is a global minor mode. In order to activate the extension type:

M-x position-mode

The word 'Position' should be displayed in the loaded minor modes.

The key binding is:
- C+j : switch to the next position, if any
- C-xjn: switch to the next position, if any
- C-xjp: switch to the previous position, if any
- C-xjr: remove all the stored positions
- C-xjs: store the current cursor position
- C-xjl: list all the positions"

Author

Positions is edited by Clari3D www.clari3d.com thats
also edits the famous Clari3D viewer for Linux, Macos, Windows and Web.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.