From 032568e308057517a1bd6e5ea1afa135e4401417 Mon Sep 17 00:00:00 2001 From: chrunchyjesus Date: Sat, 4 May 2019 08:07:43 +0200 Subject: [PATCH] update table of contents, remove commands doc --- modules/lang/sh/README.org | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/modules/lang/sh/README.org b/modules/lang/sh/README.org index 8f7b62a43..2471029db 100644 --- a/modules/lang/sh/README.org +++ b/modules/lang/sh/README.org @@ -8,19 +8,11 @@ This module adds support for shell scripting languages. + REPL support * Table of Contents :TOC: -- [[Install][Install]] - - [[Dependencies][Dependencies]] -- [[Appendix][Appendix]] - - [[Commands][Commands]] +- [[#install][Install]] + - [[#dependencies][Dependencies]] * Install ** Dependencies This module has one soft dependency: + ~shellcheck~ Enables shell script linting. - -* Appendix -** Commands -| command | key / ex command | description | -|-----------------+------------------+-------------------------------------------------------| -| ~+sh/open-repl~ | =:repl= | Open a terminal (or send the current selection to it) |