From f81dd4b497e575a3700261532507bb77afdfbb6a Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Fri, 8 Apr 2022 10:29:34 -0500 Subject: [PATCH] More WIP --- nvim/init.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 967a2ad..3f5f4ab 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -153,7 +153,7 @@ nnoremap fb Telescope buffers nnoremap fs Telescope spell_suggest nnoremap fr Telescope registers nnoremap fo Telescope oldfiles -nnoremap g Telescope live_grep +nnoremap fg Telescope live_grep nnoremap / Telescope current_buffer_fuzzy_find " Bufferline lua << EOF @@ -166,3 +166,6 @@ lua << EOF EOF " Async Run (:AsyncRun) let g:asyncrun_open=1 +nnoremap a :AsyncRun -mode=term +nnoremap ga :AsyncRun -mode=term git add -p +nnoremap gc :AsyncRun -mode=term git add commit -m ""