Updated readme
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-04 02:06:54 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-04 02:06:54 +0200 |
| Commit | f26e0ba5a516f70ab51c697933e61fb51dfd52b7 (patch) |
|
-rw-r--r-- |
README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 2 | 2 | ||
| 3 | Quickly store and recall buffers with F1-F4 keys. |
3 | Quickly store and recall buffers with F1-F4 keys. |
| 4 | 4 | ||
| 5 | Insipired by [ThePrimeagen/harpoon](https://github.com/ThePrimeagen/harpoon). |
5 | Inspired by [ThePrimeagen/harpoon](https://github.com/ThePrimeagen/harpoon). |
| 6 | 6 | ||
| 7 | ## Installation |
7 | ## Installation |
| 8 | 8 | ||
| ... | |||
| 32 | 32 | ||
| 33 | `BufferNumber` is a number between 1 and 4. |
33 | `BufferNumber` is a number between 1 and 4. |
| 34 | 34 | ||
| 35 | ## Default keybinds |
35 | ## Default key binds |
| 36 | 36 | ||
| 37 | ```vim |
37 | ```vim |
| 38 | nnoremap <silent> <S-F1> :call sniper#StoreBuffer(1)<CR> |
38 | nnoremap <silent> <S-F1> :call sniper#StoreBuffer(1)<CR> |
| ... | |||