From 0141aece5faf97fe10a70c56003b763de90bafb4 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:48:51 +0000 Subject: [PATCH] feat: add docs for register `/` --- book/src/registers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/registers.md b/book/src/registers.md index 2edf7e27a..d8e40ff22 100644 --- a/book/src/registers.md +++ b/book/src/registers.md @@ -44,6 +44,7 @@ ### Special registers | `#` | Selection indices (first selection is `1`, second is `2`, etc.) | This register is not writable | | `.` | Contents of the current selections | This register is not writable | | `%` | Name of the current file | This register is not writable | +| `/` | Folder which contains the current file | This register is not writable | | `+` | Reads from the system clipboard | Joins and yanks to the system clipboard | | `*` | Reads from the primary clipboard | Joins and yanks to the primary clipboard |