Skip to content

Commit

Permalink
Rg current word using ,a
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmartin committed Oct 18, 2022
1 parent 4b689bf commit d089dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,9 @@ nnoremap <Leader>H :History<CR>
nnoremap <Leader>L :Lines<CR>
nnoremap <Leader>' :Marks<CR>
nnoremap <leader>a :Ack<space>
" nnoremap <leader>a :Ack<space>
nnoremap <Leader>/ :Rg<Space>
nnoremap <leader>a :Rg <c-r><c-w><cr>
cnoremap %% <C-R>=expand('%:h').'/'<cr>
Expand Down

0 comments on commit d089dcc

Please sign in to comment.