Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shanecelis/hideshow-org

Provides org-mode like hide and show for hideshow.el
https://github.com/shanecelis/hideshow-org

Last synced: 7 days ago
JSON representation

Provides org-mode like hide and show for hideshow.el

Awesome Lists containing this project

README

        

hideshow-org.el
===============

hideshow-org.el provides an org-mode like interface to the
hideshow.el file.

org-mode provides an elegant means of interacting with outlines
that one can toggle with the TAB key and Shift TAB.
hideshow-org.el is my attempt to bring the org-mode like hiding and
showing to code.

## Download

$ git clone git://github.com/secelis/hideshow-org.git

## Installation

(add-to-list 'load-path "/path/to/hideshow-org-directory")
(require 'hideshow-org)

## Keymaps

I set this as my global key.

(global-set-key "\C-ch" 'hs-org/minor-mode)

Here are the keys in the minor mode.

TAB -- execute normal TAB command, if point doesn't move, try to
toggle the visibility of the block.
-- execute normal