pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit d7c87397c5e1b6c4f873582d4cc0a7b6a9e9d92f
parent dc66545e3b4f5720e4647890c8d3a099567cfed4
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 20 Oct 2022 15:51:41 +0100

shell_shocked

Diffstat:
Mentry/shell_shocked.md | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/entry/shell_shocked.md b/entry/shell_shocked.md @@ -7,7 +7,7 @@ As of vim 8 the terminal feature is natively supported. Neovim also has this fe :echo has('terminal') ``` -If the output is `1` then you have the terminal feature. +If the output is `1` then you have it. To simply open a terminal in a split incant ``` @@ -20,4 +20,9 @@ or You can append a command, which once completed will open the output in a buffer ready for editing. -This is a cool feature, and will probably use it quite a bit. It is great fun to be constantly learning vim, even finding features that have been around for a while. +This is a cool feature, and I will probably use it quite a bit. It is great fun to be constantly learning vim, even finding features that have been around for a while. + +For more information on the terminal feature check out the help page +``` +:help terminal +```