mirror of https://github.com/helix-editor/helix
Update runtime/tutor
Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>pull/11307/head
parent
951e648881
commit
f5d0135b77
|
@ -1520,10 +1520,10 @@ letters! that is not good grammar. you can fix this.
|
||||||
= CHAPTER 14.1 RUN SHELL COMMANDS =
|
= CHAPTER 14.1 RUN SHELL COMMANDS =
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
Shell commands can be run from within helix using the command
|
Run shell commands directly within Helix
|
||||||
:run-shell-command , also aliased as :sh . This will execute the
|
using :run-shell-command, also aliased as :sh. This command
|
||||||
command in the parent terminal, and print the output in a new
|
executes in the parent terminal and prints the output in a new
|
||||||
popup.
|
popup window.
|
||||||
|
|
||||||
For example, on a linux system, type in helix
|
For example, on a linux system, type in helix
|
||||||
:sh date
|
:sh date
|
||||||
|
|
Loading…
Reference in New Issue