diff --git a/plugin/mappings.vim b/plugin/mappings.vim index 11c5812..b969812 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -37,6 +37,8 @@ nnoremap l :BLines nnoremap c :Colors nnoremap h :Helptags nnoremap s :Snippets +" Search to the word under the cursor +nnoremap ag :Ag =expand('') " Treat long lines as line containing breaks nnoremap j gj