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 ""