Mercurial > dotfiles.old
diff vimrc @ 176:f817460f011a
Remap search to f
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 04 Nov 2014 21:47:00 +0100 |
parents | a7247b4a7e69 |
children | ca5bd373473e |
line wrap: on
line diff
--- a/vimrc Tue Nov 04 20:49:12 2014 +0100 +++ b/vimrc Tue Nov 04 21:47:00 2014 +0100 @@ -476,7 +476,7 @@ nnoremap <silent> <SPACE>k :<C-u>Unite -auto-preview -buffer-name=recent file_mru<cr> nnoremap <silent> <leader>y :<C-u>Unite -buffer-name=yanks history/yank<cr> -nnoremap <silent> <leader>/ :<C-u>Unite -no-quit -buffer-name=search grep:.<cr> +nnoremap <silent> <leader>f :<C-u>Unite -no-quit -buffer-name=search grep:.<cr> nnoremap <silent> <leader>o :<C-u>Unite outline<CR> nnoremap <silent> <leader>t :<C-u>Unite tag<CR> nnoremap <silent> <C-p> :<C-u>Unite -start-insert buffer file_rec/async<CR>