From 07986f1a2061d48d2c2fa1ae46060c85cda92137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E4=BA=91?= Date: Mon, 18 Mar 2013 15:22:11 +0800 Subject: [PATCH] add Agg command to quickly search using ag --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1e38b4e6..f14d44e0 100644 --- a/vimrc +++ b/vimrc @@ -829,7 +829,8 @@ command CenterFull call CenterFull() command -nargs=1 -range=% -complete=customlist,Lilydjwg_Align_complete LA ,call Lilydjwg_Align("") command -nargs=1 -range=% Column ,Align! w0P1p \S\@<=\s\@= command -range=% Paste ,py3 LilyPaste() -command -range=% Tohtml :call Lilydjwg_to_html(, ) +command -range=% Tohtml call Lilydjwg_to_html(, ) +command Agg exe 'Ag -Q ' . expand('') " 插件配置[[[1 " easymotion[[[2 let EasyMotion_leader_key = ''