From e5f2d2e385866082e7b667dade34f351993dcfab Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Wed, 14 Sep 2022 10:07:41 +0100 Subject: [PATCH] Add SnipRun map --- init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 01ec4c5e..af1b072b 100644 --- a/init.vim +++ b/init.vim @@ -89,7 +89,8 @@ filetype plugin indent on imap jk command Bd b# | bd # command! BufOnly silent! execute "%bd|e#|bd#" -nnoremap a :Ack! +nnoremap a :Ack! +nnoremap sr :SnipRun nnoremap ff Telescope find_files nnoremap fg Telescope live_grep nnoremap fb Telescope buffers