From 14163ab578cb79d37b4e8b5b140fe9e8541f17a3 Mon Sep 17 00:00:00 2001
From: Muhammed Nihad <33249669+MuhammedNihad@users.noreply.github.com>
Date: Sun, 18 Jun 2023 09:42:53 +0530
Subject: [PATCH 1/2] chore: fixed typos
---
src/webviewContent.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/webviewContent.ts b/src/webviewContent.ts
index 20050f0..4c1ddac 100644
--- a/src/webviewContent.ts
+++ b/src/webviewContent.ts
@@ -188,7 +188,7 @@ export function getWebviewContent(
"+p – paste from the system clipboard register
Tip
-
Registers are being stored in ~/.viminfo, and will be loaded again on next restart of vim.
+
Registers are being stored in ~/.viminfo, and will be loaded again on the next restart of vim.
Tip Special registers:
@@ -247,7 +247,7 @@ export function getWebviewContent(
- yy – yank (copy) a line
- 2y – yank (copy) 2 lines
- - yw – yank (copy) the characters of the word from the cursor posion to the start of the next word
+ - yw – yank (copy) the characters of the word from the cursor position to the start of the next word
- yiw – yank (copy) word under the cursor
- yaw – yank (copy) word under the cursor and the space after or before it
- y$ or Y – yank (copy) to the end of line
From 7a4cca1f6b16564d20cdb6d6e71569d03d574aa4 Mon Sep 17 00:00:00 2001
From: Muhammed Nihad <33249669+MuhammedNihad@users.noreply.github.com>
Date: Sun, 18 Jun 2023 09:53:11 +0530
Subject: [PATCH 2/2] fix #5 : typo in yank multiple line shortcut
---
src/webviewContent.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/webviewContent.ts b/src/webviewContent.ts
index 4c1ddac..fb69dd0 100644
--- a/src/webviewContent.ts
+++ b/src/webviewContent.ts
@@ -246,7 +246,7 @@ export function getWebviewContent(
Cut and paste
- yy – yank (copy) a line
- - 2y – yank (copy) 2 lines
+ - 2yy – yank (copy) 2 lines
- yw – yank (copy) the characters of the word from the cursor position to the start of the next word
- yiw – yank (copy) word under the cursor
- yaw – yank (copy) word under the cursor and the space after or before it