Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F131922
rg.lua
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
270 B
Referenced Files
None
Subscribers
None
rg.lua
View Options
local
utils
=
require
"ivy.utils"
local
rg
=
{
name
=
"RG"
,
command
=
"IvyRg"
,
description
=
"Run ripgrep to search for content in files"
,
keymap
=
"<leader>/"
,
items
=
utils
.
command_finder
"rg --vimgrep --"
,
callback
=
utils
.
vimgrep_action
(),
}
return
rg
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Apr 6 2026, 6:40 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10562
Default Alt Text
rg.lua (270 B)
Attached To
Mode
R1 ivy.nvim
Attached
Detach File
Event Timeline
Log In to Comment