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













0















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?










share|improve this question



























    0















    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?










    share|improve this question

























      0












      0








      0








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      preferred_anonpreferred_anon

      1083




      1083






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.






          share|improve this answer
























          • Of course! Thank you, don't know what I was thinking.

            – preferred_anon
            7 hours ago











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          1














          Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.






          share|improve this answer
























          • Of course! Thank you, don't know what I was thinking.

            – preferred_anon
            7 hours ago
















          1














          Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.






          share|improve this answer
























          • Of course! Thank you, don't know what I was thinking.

            – preferred_anon
            7 hours ago














          1












          1








          1







          Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.






          share|improve this answer













          Use f" or t" to jump to the next quotation mark, where you can start appending or inserting text.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 8 hours ago









          grawitygrawity

          240k37508561




          240k37508561













          • 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





          Of course! Thank you, don't know what I was thinking.

          – preferred_anon
          7 hours ago


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...