An open API service indexing awesome lists of open source software.

https://github.com/manateelazycat/open-newline

Open newline like vi.
https://github.com/manateelazycat/open-newline

Last synced: 9 months ago
JSON representation

Open newline like vi.

Awesome Lists containing this project

README

          

# What is open-newline.el ?
Open newline like vi.

Those code wrote at 2009, i extract those code from my basic-toolkit.el

## Installation
Clone or download this repository (path of the folder is the `` used below).

In your `~/.emacs`, add the following two lines:
```Elisp
(add-to-list 'load-path "") ; add open-newline to your load-path
(require 'open-newline)
```

## Usage
Bind your favorite key to functions:

| Function | Description |
| :-------- | :---- |
| open-newline-above | Move to the previous line (like vi) and then opens a line. |
| open-newline-below | Move to the next line (like vi) and then opens a line. |