Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.53 KB

README.org

File metadata and controls

42 lines (33 loc) · 1.53 KB

Octave layer

img/octave.png

Table of Contents

Description

This layer activates octave-mode for files with .m extensions and configures spacemacs-style key bindings.

Install

Make sure that GNU Octave is installed and in your PATH. For information about setting up $PATH, check out the corresponding section in the FAQ (SPC h SPC $PATH RET).

To use this configuration layer, add it to your ~/.spacemacs. You will need to add octave to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Inferior REPL process

Send code to inferior process with these commands:

KeyDescription
SPC m s bsend buffer
SPC m s fsend function
SPC m s istart/switch to REPL inferior process
SPC m s lsend line
SPC m s rsend region

Helpers

Key BindingDescription
SPC m h hview documentation for function at point
SPC m h iread octave info documentation