Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 297 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 297 Bytes

openline

Vim like line opening for Emacs.

Usage

Download or copy openline.el into your package manager.

Set your key bindings to enable the the o and Shift + o in Vim.

(global-set-key (kbd "C-o") 'open-next-line)
(global-set-key (kbd "M-o") 'open-previous-line)