Vim: Just discovered `ci"` - can I append?How to replace char in file with appropriate ascii code in...
Is there a German word for “analytics”?
Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?
What is a term for a function that when called repeatedly, has the same effect as calling once?
When should a commit not be version tagged?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
Hacker Rank: Array left rotation
Linear regression when Y is bounded and discrete
Can you use a beast's innate abilities while polymorphed?
Equivalent to "source" in OpenBSD?
Why does Starman/Roadster have radial acceleration?
What type of postprocessing gives the effect of people standing out
I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?
How to speed up a process
"Murder!" The knight said
Make me a metasequence
How to approximate rolls for potions of healing using only d6's?
Why is working on the same position for more than 15 years not a red flag?
Closure of presentable objects under finite limits
As a new poet, where can I find help from a professional to judge my work?
Where is this triangular-shaped space station from?
What can I substitute for soda pop in a sweet pork recipe?
Compare four integers, return word based on maximum
Casually inserting sexuality
What's the purpose of these copper coils with resistors inside them in A Yamaha RX-V396RDS amplifier?
Vim: Just discovered `ci"` - can I append?
How to replace char in file with appropriate ascii code in vim…Vim - select text highlighted by search?Delete characters from the end of multiple lines in VImIn Vim, what's an elegant way to grab output from the command-line?non-destructive piping in vim?how to do a vim search inverse search for all lines with out textHow to insert a recent search pattern to use for search-and-replace in vim?Can vim highlight current matching words when I input replace command?How do you run a vim command that is the text inside a buffer?Is there vim text object for python identifiers
I've recently found out the command ci"
to replace "text inside quotes"
. I want to instead append the text in the quotes (to get, say, "text inside quotes with some more"
), without deleting the existing text. Is there a way to do this?
vim text-editors
add a comment |
I've recently found out the command ci"
to replace "text inside quotes"
. I want to instead append the text in the quotes (to get, say, "text inside quotes with some more"
), without deleting the existing text. Is there a way to do this?
vim text-editors
add a comment |
I've recently found out the command ci"
to replace "text inside quotes"
. I want to instead append the text in the quotes (to get, say, "text inside quotes with some more"
), without deleting the existing text. Is there a way to do this?
vim text-editors
I've recently found out the command ci"
to replace "text inside quotes"
. I want to instead append the text in the quotes (to get, say, "text inside quotes with some more"
), without deleting the existing text. Is there a way to do this?
vim text-editors
vim text-editors
asked 8 hours ago
preferred_anonpreferred_anon
1083
1083
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.
Of course! Thank you, don't know what I was thinking.
– preferred_anon
7 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1411159%2fvim-just-discovered-ci-can-i-append%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.
Of course! Thank you, don't know what I was thinking.
– preferred_anon
7 hours ago
add a comment |
Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.
Of course! Thank you, don't know what I was thinking.
– preferred_anon
7 hours ago
add a comment |
Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.
Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.
answered 8 hours ago
grawitygrawity
240k37508561
240k37508561
Of course! Thank you, don't know what I was thinking.
– preferred_anon
7 hours ago
add a comment |
Of course! Thank you, don't know what I was thinking.
– preferred_anon
7 hours ago
Of course! Thank you, don't know what I was thinking.
– preferred_anon
7 hours ago
Of course! Thank you, don't know what I was thinking.
– preferred_anon
7 hours ago
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1411159%2fvim-just-discovered-ci-can-i-append%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown