diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-02 00:11:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-02 00:11:46 +0900 |
| commit | c0c73379890f1a4ee6ee07b1aee188c33ef66ab0 (patch) | |
| tree | 62ad848a658fa0dc8a43bc106e05aadcd4a70b8f /vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc | |
| parent | f325479ddb8ccdbe0e832160e9c7fb0155a90f47 (diff) | |
| download | nsfisis.dev-c0c73379890f1a4ee6ee07b1aee188c33ef66ab0.tar.gz nsfisis.dev-c0c73379890f1a4ee6ee07b1aee188c33ef66ab0.tar.zst nsfisis.dev-c0c73379890f1a4ee6ee07b1aee188c33ef66ab0.zip | |
feat(blog/nuldoc): dynamically join nested section ids
Diffstat (limited to 'vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc')
| -rw-r--r-- | vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc b/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc index 699a0e28..149d038d 100644 --- a/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc +++ b/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc @@ -42,7 +42,7 @@ remark = "Qiita から移植" </section> <section id="existing-solution"> <h>よく紹介されている手法</h> - <section id="existing-solution--external-commands"> + <section id="external-commands"> <h><code>tac</code> / <code>tail</code></h> <p> <code>tac</code> や <code>tail -r</code> などの外部コマンドを <code>!</code> @@ -58,7 +58,7 @@ remark = "Qiita から移植" オプションは環境によって利用できないことがあり、複数の環境を行き来する場合に採用しづらい </p> </section> - <section id="existing-solution--global-command"> + <section id="global-command"> <h><code>:g/^/m0</code></h> <p> こちらは外部コマンドに頼らず、Vim の機能のみを使う。<code>g</code> は <code>:global</code> |
