Replies: 1 comment
-
The "prefix character" can be other A-Z letters, or an English word starting with Those rules with a prefix character of To use a rule explicitly, you may try:
|
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
-
Hi all
I am using vimium C
since I use github.dev to open a vscode in github urls often, I would like to use vimium-c to create a shortcut to change the ".com" to ".dev".
for example I want to change:
to
https://github.dev/gdh1995/vimium-c
I've seen
#885
and
https://github.com/gdh1995/vimium-c/wiki/Substitute-URLs-and-text-during-commands
but the documentation is not to easy for me to understand.
For example it's not clear to me which prefix letter should I use:
"The prefix character may be c|p|s|i|g …; "c" means copying, "p" for pasting and "s" for both. "
this is the sed expression I need:
's/github.com/github.dev/'
I guess maybe something in the lines of this?
r@^github.com/github.dev/
but how do I bind it to a key?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions