Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Jan 1, 2024
1 parent 44edab5 commit 07da1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Navigate your Kitty scrollback buffer to quickly search, copy, and execute comma
<summary>😻 Navigate Kitty's scrollback buffer with Neovim</summary>

- Open Kitty's scrollback history (default mapping `<C-S-h>`)
- That's it! You are in Neovim, navigate the scollback buffer.
- That's it! You are in Neovim, navigate the scrollback buffer.

</details>

Expand Down Expand Up @@ -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 `<C-x><C-e>` in Bash)
- Modify the content in the paste window
- Exectue the content of the paste window in Kitty (default mapping `<C-CR>`)
- Execute the content of the paste window in Kitty (default mapping `<C-CR>`)
- `kitty-scrollback.nvim` automatically closes and executes the content of the paste window

</details>
Expand Down

0 comments on commit 07da1d5

Please sign in to comment.