- SPC o r now prompts for a REPL to open when none was found for the current buffer. - REPL handlers must now follow the naming convention "*/open*-repl". e.g. +python/open-ipython-repl, +emacs-lisp/open-repl, etc. - +eval/open-repl has been split in two: - +eval/open-repl-other-window - +eval/open-repl-same-window
22 lines
679 B
Org Mode
22 lines
679 B
Org Mode
#+TITLE: :lang sh
|
|
|
|
This module adds support for shell scripting languages.
|
|
|
|
+ Code completion (company-shell)
|
|
+ Syntax Checking (flycheck)
|
|
+ Added command substitution and variable interpolation fontification
|
|
+ REPL support
|
|
|
|
* Table of Contents :TOC:
|
|
- [[Install][Install]]
|
|
- [[Appendix][Appendix]]
|
|
- [[Commands][Commands]]
|
|
|
|
* Install
|
|
This module has no dependencies.
|
|
|
|
* Appendix
|
|
** Commands
|
|
| command | key / ex command | description |
|
|
|-----------------+------------------+-------------------------------------------------------|
|
|
| ~+sh/open-repl~ | =:repl= | Open a terminal (or send the current selection to it) |
|