<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ivxi</author_name>
  <author_url>https://blog.hatena.ne.jp/ivxi/</author_url>
  <blog_title>ivxiのブログ</blog_title>
  <blog_url>https://ivxi.hatenablog.com/</blog_url>
  <categories>
    <anon>vim</anon>
  </categories>
  <description>Vimでsp、vspで分割して複数ファイルを開いて 移動するときの、基本的な操作に以下があげられると思います。 &lt;C-w&gt;w &quot;次のウィンドウへ移動 &lt;C-w&gt;j &quot;下のウィンドウへ移動 &lt;C-w&gt;k &quot;上のウィンドウへ移動 &lt;C-w&gt;l &quot;右のウィンドウへ移動 &lt;C-w&gt;h &quot;左のウィンドウへ移動 ただ、これだと、ウィンドウを移動するたびに毎回 C-w ＋ l、k、w 等を 打鍵することになり、知らず知らずのうちに小指の疲労が蓄積してしまいます。そこで、以下のような設定をvimrcに追加して試してみました。 nnoremap ww &lt;C-w&gt;w nnoremap wj &lt;C-w&gt;j nnor…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fivxi.hatenablog.com%2Fentry%2F2013%2F05%2F25%2F001119&quot; title=&quot;vimでウィンドウ間の移動を楽にする - ivxiのブログ&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>2013-05-25 00:11:19</published>
  <title>vimでウィンドウ間の移動を楽にする</title>
  <type>rich</type>
  <url>https://ivxi.hatenablog.com/entry/2013/05/25/001119</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
