summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e270eae..bdfde9e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Quickly store and recall buffers with F1-F4 keys.
-Insipired by [ThePrimeagen/harpoon](https://github.com/ThePrimeagen/harpoon).
+Inspired by [ThePrimeagen/harpoon](https://github.com/ThePrimeagen/harpoon).
## Installation
@@ -32,7 +32,7 @@ Plug 'mitjafelicijan/sniper.vim'
`BufferNumber` is a number between 1 and 4.
-## Default keybinds
+## Default key binds
```vim
nnoremap <silent> <S-F1> :call sniper#StoreBuffer(1)<CR>