diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-04 01:32:04 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-04 01:32:04 +0200 |
| commit | 3189c372859c6c807dc86aa8782bacaa3c2826c1 (patch) | |
| tree | 4e50940e070a777b0ed8228ee81564f83aeddcc4 /README.md | |
| download | sniper.vim-3189c372859c6c807dc86aa8782bacaa3c2826c1.tar.gz | |
Engage!
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c036492 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Simple Vim Buffer Bookmark Manager + +Quickly store and recall buffers with F1-F4 keys. + +## Installation + +Using vim-plug: + +```vim +Plug 'mitjafelicijan/sniper.vim' +``` + +## Usage + +- `Shift-F1` to store current buffer in slot 1 +- `Shift-F2` to store current buffer in slot 2 +- `Shift-F3` to store current buffer in slot 3 +- `Shift-F4` to store current buffer in slot 4 +- `F1` to recall buffer from slot 1 +- `F2` to recall buffer from slot 2 +- `F3` to recall buffer from slot 3 +- `F4` to recall buffer from slot 4 +- `F5` or `:SniperList` to view all stored buffers |
