# HG changeset patch # User Steve Losh # Date 1348942397 14400 # Node ID a59166904d96d9f506e2df4e79571bbdf955346e # Parent 2d2e9a71f3345694018f4eb37f40d295f9e0b904 Use friendly-find! diff -r 2d2e9a71f334 -r a59166904d96 bin/bootstrap.sh --- a/bin/bootstrap.sh Sat Sep 29 13:06:33 2012 -0400 +++ b/bin/bootstrap.sh Sat Sep 29 14:13:17 2012 -0400 @@ -38,6 +38,7 @@ ensure_link "lib/dotfiles/dotjs" ".js" ensure_link "lib/dotfiles/dotcss" ".css" ensure_link "lib/dotfiles/hgignore" ".hgignore" +ensure_link "lib/dotfiles/ffignore" ".ffignore" ensure_link "lib/dotfiles/ctags" ".ctags" ensure_link "lib/dotfiles/grc" ".grc" ensure_link "lib/dotfiles/fish/config.fish" ".config/fish/config.fish" diff -r 2d2e9a71f334 -r a59166904d96 ffignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ffignore Sat Sep 29 14:13:17 2012 -0400 @@ -0,0 +1,2 @@ +syntax:literal +.DS_Store diff -r 2d2e9a71f334 -r a59166904d96 vim/vimrc --- a/vim/vimrc Sat Sep 29 13:06:33 2012 -0400 +++ b/vim/vimrc Sat Sep 29 14:13:17 2012 -0400 @@ -828,7 +828,7 @@ " Use 1/2/3 to add headings. au Filetype markdown nnoremap 1 yypVr=:redraw au Filetype markdown nnoremap 2 yypVr-:redraw - au Filetype markdown nnoremap 3 mzI### `zllll + au Filetype markdown nnoremap 3 mzI###`zllll augroup END " }}} @@ -1045,7 +1045,7 @@ let my_ctrlp_ffind_command = "ffind --semi-restricted --dir %s --type e -B -f" -let g:ctrlp_user_command = ['.git/', my_ctrlp_ffind_command, my_ctrlp_user_command] +let g:ctrlp_user_command = ['.git/', my_ctrlp_ffind_command, my_ctrlp_ffind_command] nnoremap . :CtrlPTag