<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inarizuuuushi</author_name>
  <author_url>https://blog.hatena.ne.jp/inarizuuuushi/</author_url>
  <blog_title>Sabrou-mal サブロウ丸</blog_title>
  <blog_url>https://inarizuuuushi.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>vim で複数ファイルを操作する方法のまとめ 1. 複数ファイルを開く vim -O abc.txt xyz.txt # 横向きに表示 vim -o abc.txt xyz.txt # 縦向きに表示 2. 条件指定で複数ファイルを開く 例えば, .h 拡張子のファイルを全てvimで開きたいとき vim -O $(ls *.h) .h 拡張子と.cpp拡張子のファイルを全てvimで開きたいとき vim -O $(ls *.h *.cpp) -O の後に開きたいファイルの一覧の出力がされていれば良い. 3. vimで複数ファイルに対し一斉置換 (参考) 【 Vim 】文字列一括置換 ( 複数ファイ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finarizuuuushi.hatenablog.com%2Fentry%2F2021%2F05%2F16%2F191050&quot; title=&quot;vim 複数ファイル操作 - Sabrou-mal サブロウ丸&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-05-16 19:10:50</published>
  <title>vim 複数ファイル操作</title>
  <type>rich</type>
  <url>https://inarizuuuushi.hatenablog.com/entry/2021/05/16/191050</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
