From 07da1d5097146596f61978c27491493f0b266835 Mon Sep 17 00:00:00 2001 From: Mike Smith <10135646+mikesmithgh@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:33:05 -0500 Subject: [PATCH] chore: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71ea58e2..c92571c3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Navigate your Kitty scrollback buffer to quickly search, copy, and execute comma 😻 Navigate Kitty's scrollback buffer with Neovim - Open Kitty's scrollback history (default mapping ``) -- That's it! You are in Neovim, navigate the scollback buffer. +- That's it! You are in Neovim, navigate the scrollback buffer. @@ -104,7 +104,7 @@ Navigate your Kitty scrollback buffer to quickly search, copy, and execute comma - Copy selection to the paste window in `kitty-scrollback.nvim` for further edits - Alternatively, you could just enter Insert mode (`i` or `a`) to open an empty floating window (similar to `` in Bash) - Modify the content in the paste window -- Exectue the content of the paste window in Kitty (default mapping ``) +- Execute the content of the paste window in Kitty (default mapping ``) - `kitty-scrollback.nvim` automatically closes and executes the content of the paste window