From fef23007fa5ce644e2d2631bbdbc7a521c90c2ef Mon Sep 17 00:00:00 2001 From: Aron Janarv <332563+aronj@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:33:35 +0100 Subject: [PATCH] readme update --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7d2311..8b37a58 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Navigational package for the VS Code text editor. -This package lets you jump with the cursor vertically across space/whitespace separated blocks/paragraphs and skip empty lines. It also lets you select while jumping and has a command that selects current block/paragraph. +This package lets you jump with the cursor vertically across space/whitespace separated blocks/paragraphs and skip empty lines as well as skipping the closest edge of the new block when jumping out of a block. It also lets you select while jumping and has a command that selects current block/paragraph. # Usage diff --git a/package.json b/package.json index 78c018d..b5a4fa7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Jumps between code blocks separated by empty lines and lands on text", "repository": "https://github.com/aronj/vscode-space-block-text-jumper", "publisher": "aronj", - "version": "0.0.5", + "version": "0.0.6", "engines": { "vscode": "^1.73.0" },