summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-04 02:06:54 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-04 02:06:54 +0200
commitf26e0ba5a516f70ab51c697933e61fb51dfd52b7 (patch)
tree524c1038322eed43b8ff515d465b8292f6c4d558 /README.md
parent3c22e1cef29aaabbde0ac4e3af5051f754635d2f (diff)
downloadsniper.vim-f26e0ba5a516f70ab51c697933e61fb51dfd52b7.tar.gz
Updated readmeHEADmaster
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>