<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ShineSpark</author_name>
  <author_url>https://blog.hatena.ne.jp/ShineSpark/</author_url>
  <blog_title>人生シーケンスブレイク</blog_title>
  <blog_url>https://shinespark.hatenablog.com/</blog_url>
  <categories>
    <anon>Vim</anon>
  </categories>
  <description>徐々に増える。 検索(ハイライト)した文字列をそのまま置換する 一度 /&lt;search_word&gt; または * でハイライトした状態で :%s//&lt;replace_word&gt;/g :%s/&lt;search_word&gt;/&lt;replace_word&gt;/g と同じ結果になる。 空行削除 :g/^$/d 3行以上の空行を2行空行に置換する :%s/\n\{4,}/\r\r\r/ 重複している行を削除 :sort u 検索文字列を含む行を削除 :g/search/d または、一度 /search で検索して :g//d 検索文字列を含まない行を削除 :v/search/d または、一度 /search で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshinespark.hatenablog.com%2Fentry%2F2019%2F10%2F09%2F090000&quot; title=&quot;Vimでググったコマンド一覧 - 人生シーケンスブレイク&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-10-09 09:00:00</published>
  <title>Vimでググったコマンド一覧</title>
  <type>rich</type>
  <url>https://shinespark.hatenablog.com/entry/2019/10/09/090000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
