Skip to content

Commit

Permalink
Bring back word under cursor search!
Browse files Browse the repository at this point in the history
  • Loading branch information
therealadam committed Oct 5, 2012
1 parent 0b4e4d1 commit 5ce26c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ nnoremap <leader>W :%s/\s\+$//<cr>:let @/=''<CR>
"" Ack is so great
nnoremap <leader>a :Ack
" nnoremap <leader>aw :Ack <C-r><C-w>
nnoremap <leader>aw :Ack <C-r><C-w>
"" Fold HTML tags
nnoremap <leader>ft Vatzf
Expand Down

0 comments on commit 5ce26c9

Please sign in to comment.