From 3189c372859c6c807dc86aa8782bacaa3c2826c1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 4 Aug 2025 01:32:04 +0200 Subject: Engage! --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3