From 3189c372859c6c807dc86aa8782bacaa3c2826c1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 4 Aug 2025 01:32:04 +0200 Subject: Engage! --- plugin/sniper.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugin/sniper.vim (limited to 'plugin') diff --git a/plugin/sniper.vim b/plugin/sniper.vim new file mode 100644 index 0000000..50e5f96 --- /dev/null +++ b/plugin/sniper.vim @@ -0,0 +1,13 @@ +nnoremap :call sniper#StoreBuffer(1) +nnoremap :call sniper#StoreBuffer(2) +nnoremap :call sniper#StoreBuffer(3) +nnoremap :call sniper#StoreBuffer(4) + +nnoremap :call sniper#RecallBuffer(1) +nnoremap :call sniper#RecallBuffer(2) +nnoremap :call sniper#RecallBuffer(3) +nnoremap :call sniper#RecallBuffer(4) + +nnoremap :call sniper#ListBuffers() + +command! SniperList call sniper#ListBuffers() -- cgit v1.2.3