Page MenuHomePhorge

ag.lua
No OneTemporary

local utils = require "ivy.utils"
local ag = {
name = "AG",
command = "IvyAg",
description = "Run ag to search for content in files",
keymap = "<leader>/",
items = utils.command_finder "ag",
callback = utils.vimgrep_action(),
}
return ag

File Metadata

Mime Type
text/plain
Expires
Apr 6 2026, 9:48 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10578
Default Alt Text
ag.lua (252 B)

Event Timeline