diff options
Diffstat (limited to 'services/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines')
| -rw-r--r-- | services/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/services/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html b/services/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html index 96dc3b4e..27eb273e 100644 --- a/services/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html +++ b/services/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html @@ -15,7 +15,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <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=899271ae83285479ca025cc358975c53"> + <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade"> </head> <body class="single"> <header class="header"> @@ -49,6 +49,37 @@ </li> </ul> </header> + <nav class="toc"> + <h2>目次</h2> + <ul> + <li> + <a href="#section--tl-dr">TL; DR</a> + </li> + <li> + <a href="#section--version">バージョン情報</a> + </li> + <li> + <a href="#section--existing-solution">よく紹介されている手法</a> + <ul> + <li> + <a href="#section--existing-solution--external-commands"> / </a> + </li> + <li> + <a href="#section--existing-solution--global-command"></a> + </li> + </ul> + </li> + <li> + <a href="#section--problem-of-global-command"> の問題点</a> + </li> + <li> + <a href="#section--solution">解決策</a> + </li> + <li> + <a href="#section--solution-revised">解決策 (改訂版)</a> + </li> + </ul> + </nav> <div class="post-content"> <section id="changelog"> <h2><a href="#changelog">更新履歴</a></h2> |
