Created
May 29, 2013 02:37
-
-
Save meatcar/5667617 to your computer and use it in GitHub Desktop.
ctrl-p replacement with Unite.vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ctrl-p
replacement with Unite.vim