diff options
| 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) | |
| tree | 524c1038322eed43b8ff515d465b8292f6c4d558 /README.md | |
| parent | 3c22e1cef29aaabbde0ac4e3af5051f754635d2f (diff) | |
| download | sniper.vim-master.tar.gz | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
