Skip to content

Instantly share code, notes, and snippets.

@meatcar
Created May 29, 2013 02:37
Show Gist options
  • Save meatcar/5667617 to your computer and use it in GitHub Desktop.
Save meatcar/5667617 to your computer and use it in GitHub Desktop.
ctrl-p replacement with Unite.vim
" ctrl-p replacement --------------------------------------------
nno <leader>t :<C-u>Unite file_mru file_rec/async:! -start-insert -buffer-name=files<CR>
nno <leader>cd :<C-u>Unite directory_mru directory -start-insert -buffer-name=cd -default-action=cd<CR>
@meatcar
Copy link
Author

meatcar commented May 29, 2013

ctrl-p replacement with Unite.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment