aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/tags/vim/index.html
blob: d8587ab46e322d2abf0c80a6f6d07dcaeea789d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="ja-JP">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="nsfisis">
    <meta name="copyright" content="&copy; 2021 nsfisis">
    <meta name="description" content="タグ「Vim」のついた記事またはスライドの一覧">
    <meta name="keywords" content="Vim">
    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
    <title>タグ「Vim」一覧 | REPL: Rest-Eat-Program Loop</title>
    <link rel="stylesheet" href="/style.css?h=37fff6a2f0eef473abde58e55f28ea69">
  </head>
  <body class="list">
    <header class="header">
      <nav class="nav">
        <ul>
          <li>
            <a href="/">REPL: Rest-Eat-Program Loop</a>
          </li>
          <li>
            <a href="/about/">About</a>
          </li>
          <li>
            <a href="/posts/">Posts</a>
          </li>
          <li>
            <a href="/slides/">Slides</a>
          </li>
          <li>
            <a href="/tags/">Tags</a>
          </li>
        </ul>
      </nav>
    </header>
    <main class="main">
      <header class="page-header">
        <h1>タグ「Vim」一覧</h1>
      </header>
      <article class="post-entry">
        <a href="/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/">
          <header class="entry-header">
            <h2>【Vim】 autocmd events の BufWrite/BufWritePre の違い</h2>
          </header>
          <section class="entry-content">
            <p>
              Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2021-10-02">2021-10-02</time> 投稿
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2021-10-02/vim-swap-order-of-selected-lines/">
          <header class="entry-header">
            <h2>Vimで選択した行の順番を入れ替える</h2>
          </header>
          <section class="entry-content">
            <p>
              Vim で選択した行の順番を入れ替える方法。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2021-10-02">2021-10-02</time> 投稿
          </footer>
        </a>
      </article>
    </main>
    <footer class="footer">
      &copy; 2021 nsfisis
    </footer>
  </body>
</html>