Replies: 1 comment
-
yes, you can redirect this pattern to cmdline = {
format = {
replace = {
conceal = false,
pattern = "^:s/",
icon = " ",
lang = "regex",
view = "cmdline",
},
replace_all = {
conceal = false,
pattern = "^:%%s/",
icon = " ",
lang = "regex",
view = "cmdline",
},
},
}, and there's a tiny bug in noice, if you try to delete the first character |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like how
/
and?
input prompts get displayed at the bottom so they don't overlay the file you're searching.But it's not the case when searching and replacing with
:s
or:%s
.Is there a way I can have the
:
prompt move to the bottom when I inputs
or%s
?If not, maybe I could directly remap
:s
or:%s
?Beta Was this translation helpful? Give feedback.
All reactions