From 8cd34057517b886fb8250eb9797929e68d48f3fd Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 5 Mar 2026 10:53:25 -0500 Subject: [PATCH 1/3] Resize images in README for shed component Updated images to new dimensions for shed component and search. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 934243d..b853135 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Additionally, `echo` now has a `-p` flag that expands prompt escape sequences, s `shed` comes with fuzzy completion and history searching out of the box. It has it's own internal fuzzyfinder implementation, so `fzf` is not a dependency. -shed_comp -shed_search +shed_comp +shed_search ### Keymaps From 902f1e68898e879806f5155dc212f2611245b241 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 5 Mar 2026 10:53:52 -0500 Subject: [PATCH 2/3] Adjust image height in README.md Updated image height for the shed component in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b853135..39029a3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Additionally, `echo` now has a `-p` flag that expands prompt escape sequences, s `shed` comes with fuzzy completion and history searching out of the box. It has it's own internal fuzzyfinder implementation, so `fzf` is not a dependency. -shed_comp +shed_comp shed_search From a34c939953c995b9506037136495c3c113ac2806 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 5 Mar 2026 10:55:28 -0500 Subject: [PATCH 3/3] Add documentation comments to surround_plugin.sh Add comments explaining the surround_plugin implementation --- examples/surround_plugin.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/surround_plugin.sh b/examples/surround_plugin.sh index 7672cc4..ab2a4a7 100644 --- a/examples/surround_plugin.sh +++ b/examples/surround_plugin.sh @@ -1,3 +1,7 @@ +# An implementation of the 'nvim-surround' plugin by kylechui +# that uses shed's keymap system to alter line editor state + + _get_surround_target() { # get the delimiters to surround our selection with read_key -v _s_ch