Skip to content

Commit

Permalink
vim: Change unite prefix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
aereal committed Feb 20, 2014
1 parent 79c662e commit 83bf661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ function! unite.hooks.on_source(bundle) " {{{
endfunction

nnoremap <SID>[unite] <Nop>
nmap <Space> <SID>[unite]
nmap <C-u> <SID>[unite]
nnoremap <SID>[unite]<C-g> <Nop>
nnoremap <silent> <SID>[unite]f :<C-u>UniteWithBufferDir file file/new -hide-source-names -buffer-name=files<CR>
nnoremap <silent> <SID>[unite]F :<C-u>UniteWithCurrentDir file file/new -hide-source-names -buffer-name=files<CR>
Expand Down

0 comments on commit 83bf661

Please sign in to comment.