From a34c939953c995b9506037136495c3c113ac2806 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 5 Mar 2026 10:55:28 -0500 Subject: [PATCH] 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