grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 725fb2822002ec0635a1877a86281d3e43dbf007
parent 9cf9888d5a60ba61ab3730fb9f18fc88d007bacf
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  8 Nov 2022 14:18:25 +0000

updates

Diffstat:
Msoftware/vim.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/software/vim.md b/software/vim.md @@ -204,6 +204,15 @@ https://vim.fandom.com/wiki/How_to_sort_using_visual_blocks :help scroll-cursor ``` +## open a terminal +``` +:terminal +:vert term +``` + +`ctrl-w shift-n` puts terminal in normal mode +`a` or `i` returns to shell + ## yanking into a register `"qp` paste the contents of the register to the current cursor position `i` enter insert mode at the begging of the pasted line