diff --git a/README.md b/README.md index 934243d..39029a3 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 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