diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-09 14:07:28 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-09 14:07:28 -0400 |
commit | 4496fdf75dc3aea9406c63f59cab7b64b84ef474 (patch) | |
tree | 3967811d44b4b056ba319150267e7bb4a1845797 /vimrc | |
parent | af8876cf7760511e803433142d886500e2c33ce0 (diff) |
Emacs and vim config.
Diffstat (limited to 'vimrc')
-rwxr-xr-x | vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -55,12 +55,12 @@ endif let g:unite_source_history_yank_enable = 1 call unite#filters#matcher_default#use(['matcher_fuzzy']) -nnoremap <leader>t :<C-u>Unite -no-split -buffer-name=files -start-insert file_mru file_rec/async:!<cr> +nnoremap <leader>t :<C-u>Unite -no-split -buffer-name=files -start-insert file_mru file_rec/async:.<cr> nnoremap <leader>r :<C-u>Unite -no-split -buffer-name=mru -start-insert file_rec/git<cr> -nnoremap <leader>o :<C-u>Unite -no-split -buffer-name=outline -start-insert outline<cr> +nnoremap <leader>O :<C-u>Unite -no-split -buffer-name=outline outline<cr> nnoremap <leader>y :<C-u>Unite -no-split -buffer-name=yank history/yank<cr> nnoremap <leader>b :<C-u>Unite -no-split -buffer-name=buffer buffer bookmark<cr> -nnoremap <leader>g :<C-u>Unite -no-split -buffer-name=grep -start-insert grep<cr> +nnoremap <leader>g :<C-u>Unite -no-split -buffer-name=grep -start-insert grep:.<cr> " map <leader>t :CtrlP<CR> " map <leader>b :CtrlPBuffer<CR> |