Add SnipRun map

This commit is contained in:
Edward Litherland-Smith 2022-09-14 10:07:41 +01:00
parent 47921f8533
commit e5f2d2e385

View file

@ -89,7 +89,8 @@ filetype plugin indent on
imap jk <Esc> imap jk <Esc>
command Bd b# | bd # command Bd b# | bd #
command! BufOnly silent! execute "%bd|e#|bd#" command! BufOnly silent! execute "%bd|e#|bd#"
nnoremap <Leader>a :Ack!<Space> nnoremap <leader>a :Ack!<Space>
nnoremap <leader>sr :SnipRun<cr>
nnoremap <leader>ff <cmd>Telescope find_files<cr> nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr> nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr> nnoremap <leader>fb <cmd>Telescope buffers<cr>