Skip to content

Commit

Permalink
Merge pull request #2 from miversen33/fix-typo
Browse files Browse the repository at this point in the history
Fixed Typo
  • Loading branch information
miversen33 authored Nov 21, 2023
2 parents a759a6e + d5e634f commit 4878478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ calling his proper command. This makes the Hydra very seamless.
Imagine you want to change the size of your current window. Vim allows you to do it with
`<C-w>+`, `<C-w>-`, `<C-w><`, `<C-w>>` bindings. So, you have to press
`<C-w>+<C-w>+<C-w>+<C-w><<C-w><<C-w><...` as many times as you need
(I know about count prefixes, but I was never fun of them).
(I know about count prefixes, but I was never fond of them).
Hydra allows you to press `<C-w>` just once and then get access to any `<C-w>...` bindings
without pressing the prefix again: `<C-w>+++++--<<<<`.
Or buffer side scrolling: instead of `zlzlzlzlzlzl...` press `zlllllllllhhhl` to freely
Expand Down

0 comments on commit 4878478

Please sign in to comment.