Skip to content

Instantly share code, notes, and snippets.

@NP95
Forked from romainl/vim-gists.md
Created January 26, 2024 04:46
Show Gist options
  • Select an option

  • Save NP95/4a77b9371f6a359d20281f886c22624f to your computer and use it in GitHub Desktop.

Select an option

Save NP95/4a77b9371f6a359d20281f886c22624f to your computer and use it in GitHub Desktop.

Revisions

  1. @romainl romainl revised this gist Dec 13, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -17,7 +17,7 @@
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Don't use Vim (2018)](https://gist.github.com/romainl/6b952db7a6138b48657ba0fbb9d65370)
    * [Field notes (2009-2011, in french)](https://gist.github.com/romainl/edd054cf7c07436c2c0c35cc61a184e6)
    * [Poor man Surround](https://gist.github.com/romainl/ca742f241457b8609836202fe05ee5c0)
    * [Poor man's Surround](https://gist.github.com/romainl/ca742f241457b8609836202fe05ee5c0)

    ## Short-form

  2. @romainl romainl revised this gist Apr 19, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -17,6 +17,7 @@
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Don't use Vim (2018)](https://gist.github.com/romainl/6b952db7a6138b48657ba0fbb9d65370)
    * [Field notes (2009-2011, in french)](https://gist.github.com/romainl/edd054cf7c07436c2c0c35cc61a184e6)
    * [Poor man Surround](https://gist.github.com/romainl/ca742f241457b8609836202fe05ee5c0)

    ## Short-form

  3. @romainl romainl revised this gist Apr 2, 2023. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -49,4 +49,5 @@
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
    * [A `git-jump` hack that allows it to be used from within Vim](https://gist.github.com/romainl/a3ddb1d08764b93183260f8cdf0f524f)
    * [A `git-jump` hack that allows it to be used from within Vim](https://gist.github.com/romainl/a3ddb1d08764b93183260f8cdf0f524f)
    * [Automatic file marks](https://gist.github.com/romainl/3e0cb99343c72d04e9bc10f6d76ebbef)
  4. @romainl romainl revised this gist Sep 8, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -45,7 +45,7 @@
    * [Super cheap git blame](https://gist.github.com/romainl/5b827f4aafa7ee29bdc70282ecc31640)
    * [Formatting without moving](https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c)
    * [Substitute operator](https://gist.github.com/romainl/b00ccf58d40f522186528012fd8cd13d)
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [One way to set up MacVim for Python and Python 3 on MacOS (assuming Python and Python 3 were installed through MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
  5. @romainl romainl revised this gist Nov 29, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -48,4 +48,5 @@
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
    * [A `git-jump` hack that allows it to be used from within Vim](https://gist.github.com/romainl/a3ddb1d08764b93183260f8cdf0f524f)
  6. @romainl romainl revised this gist Nov 14, 2021. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -48,5 +48,4 @@
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
    * [Set proper &path for Next.js and Nuxt.js](https://gist.github.com/romainl/ac4e20150ee7f8367641a3c22aab5d5b)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
  7. @romainl romainl revised this gist May 27, 2021. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # My Vim-related gists

    ## Articles
    ## Long-form

    * [How to use Tim Pope's Pathogen](https://gist.github.com/romainl/9970697)
    * [Idiomatic vimrc](https://gist.github.com/romainl/9ecd7b09a693816997ba) (superseded by [idiomatic-vimrc](https://github.com/romainl/idiomatic-vimrc))
    @@ -16,8 +16,9 @@
    * [Off the beaten path](https://gist.github.com/romainl/7e2b425a1706cd85f04a0bd8b3898805)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Don't use Vim (2018)](https://gist.github.com/romainl/6b952db7a6138b48657ba0fbb9d65370)
    * [Field notes (2009-2011, in french)](https://gist.github.com/romainl/edd054cf7c07436c2c0c35cc61a184e6)

    ## Snippets
    ## Short-form

    * [Vim: available lowercase key pairs in normal mode…](https://gist.github.com/romainl/1f93db9dc976ba851bbb)
    * [RNB, a Vim colorscheme template](https://gist.github.com/romainl/5cd2f4ec222805f49eca) (superseded by [vim-rnb](https://github.com/romainl/vim-rnb))
  8. @romainl romainl revised this gist Apr 2, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    * [Universal opposite of J](https://gist.github.com/romainl/3b8cdc6c3748a363da07b1a625cfc666)
    * [Make various list-like commands more intuitive](https://gist.github.com/romainl/5b2cfb2b81f02d44e1d90b74ef555e31)
    * [Sharing is caring](https://gist.github.com/romainl/1cad2606f7b00088dda3bb511af50d53)
    * [Custom text objects](https://gist.github.com/romainl/c0a8b57a36aec71a986f1120e1931f20)
    * [Custom pseudo-text objects](https://gist.github.com/romainl/c0a8b57a36aec71a986f1120e1931f20)
    * [Lookup keywords on http://devdocs.io](https://gist.github.com/romainl/8d3b73428b4366f75a19be2dad2f0987) (superseded by [vim-devdocs](https://github.com/romainl/vim-devdocs))
    * [Do things differently depending on the environment](https://gist.github.com/romainl/4df4cde3498fada91032858d7af213c2)
    * [Ultra lightweight aligning](https://gist.github.com/romainl/6575382f1c4575d4a7398d162aa3e1fd)
  9. @romainl romainl revised this gist Nov 10, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -47,4 +47,5 @@
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
    * [Set proper &path for Next.js and Nuxt.js](https://gist.github.com/romainl/ac4e20150ee7f8367641a3c22aab5d5b)
  10. @romainl romainl revised this gist Nov 3, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    * [Universal opposite of J](https://gist.github.com/romainl/3b8cdc6c3748a363da07b1a625cfc666)
    * [Make various list-like commands more intuitive](https://gist.github.com/romainl/5b2cfb2b81f02d44e1d90b74ef555e31)
    * [Sharing is caring](https://gist.github.com/romainl/1cad2606f7b00088dda3bb511af50d53)
    * [Custom text-objects](https://gist.github.com/romainl/c0a8b57a36aec71a986f1120e1931f20)
    * [Custom text objects](https://gist.github.com/romainl/c0a8b57a36aec71a986f1120e1931f20)
    * [Lookup keywords on http://devdocs.io](https://gist.github.com/romainl/8d3b73428b4366f75a19be2dad2f0987) (superseded by [vim-devdocs](https://github.com/romainl/vim-devdocs))
    * [Do things differently depending on the environment](https://gist.github.com/romainl/4df4cde3498fada91032858d7af213c2)
    * [Ultra lightweight aligning](https://gist.github.com/romainl/6575382f1c4575d4a7398d162aa3e1fd)
  11. @romainl romainl revised this gist Apr 29, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,7 @@
    * [Painless ESLint/Standard integration](https://gist.github.com/romainl/2f748f0c0079769e9532924b117f9252)
    * [Off the beaten path](https://gist.github.com/romainl/7e2b425a1706cd85f04a0bd8b3898805)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Don't use Vim (2018)](https://gist.github.com/romainl/6b952db7a6138b48657ba0fbb9d65370)

    ## Snippets

  12. @romainl romainl revised this gist Apr 20, 2020. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -42,7 +42,6 @@
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
    * [Super cheap git blame](https://gist.github.com/romainl/5b827f4aafa7ee29bdc70282ecc31640)
    * [Formatting without moving](https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c)
    * [TypeScript ftplugin](https://gist.github.com/romainl/a50b49408308c45cc2f9f877dfe4df0c)
    * [Substitute operator](https://gist.github.com/romainl/b00ccf58d40f522186528012fd8cd13d)
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
  13. @romainl romainl revised this gist Apr 12, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -46,4 +46,5 @@
    * [Substitute operator](https://gist.github.com/romainl/b00ccf58d40f522186528012fd8cd13d)
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
    * [:DiffOrig but smarter](https://gist.github.com/romainl/7198a63faffdadd741e4ae81ae6dd9e6)
  14. @romainl romainl revised this gist Apr 12, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    * [Linting your code, the vanilla way](https://gist.github.com/romainl/ce55ce6fdc1659c5fbc0f4224fd6ad29)
    * [Tags](https://gist.github.com/romainl/f2d0727bdb9bde063531cd237f47775f)
    * [Painless ESLint/Standard integration](https://gist.github.com/romainl/2f748f0c0079769e9532924b117f9252)
    * [The 'path' option](https://gist.github.com/romainl/7e2b425a1706cd85f04a0bd8b3898805)
    * [Off the beaten path](https://gist.github.com/romainl/7e2b425a1706cd85f04a0bd8b3898805)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)

    ## Snippets
  15. @romainl romainl revised this gist Apr 11, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,7 @@
    * [Tags](https://gist.github.com/romainl/f2d0727bdb9bde063531cd237f47775f)
    * [Painless ESLint/Standard integration](https://gist.github.com/romainl/2f748f0c0079769e9532924b117f9252)
    * [The 'path' option](https://gist.github.com/romainl/7e2b425a1706cd85f04a0bd8b3898805)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)

    ## Snippets

    @@ -39,7 +40,6 @@
    * [Multiply/divide by `[count]`](https://gist.github.com/romainl/97d79dfd522bd1c33c7fafb9ec08dc5d)
    * [Sort operator](https://gist.github.com/romainl/6351afff54003b3d58c5d9c56f9960e5)
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Super cheap git blame](https://gist.github.com/romainl/5b827f4aafa7ee29bdc70282ecc31640)
    * [Formatting without moving](https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c)
    * [TypeScript ftplugin](https://gist.github.com/romainl/a50b49408308c45cc2f9f877dfe4df0c)
  16. @romainl romainl revised this gist Mar 25, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -13,6 +13,7 @@
    * [Linting your code, the vanilla way](https://gist.github.com/romainl/ce55ce6fdc1659c5fbc0f4224fd6ad29)
    * [Tags](https://gist.github.com/romainl/f2d0727bdb9bde063531cd237f47775f)
    * [Painless ESLint/Standard integration](https://gist.github.com/romainl/2f748f0c0079769e9532924b117f9252)
    * [The 'path' option](https://gist.github.com/romainl/7e2b425a1706cd85f04a0bd8b3898805)

    ## Snippets

  17. @romainl romainl revised this gist Mar 24, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    * [Dealing with autocommands](https://gist.github.com/romainl/6e4c15dfc4885cb4bd64688a71aa7063)
    * [Linting your code, the vanilla way](https://gist.github.com/romainl/ce55ce6fdc1659c5fbc0f4224fd6ad29)
    * [Tags](https://gist.github.com/romainl/f2d0727bdb9bde063531cd237f47775f)
    * [Painless JavaScript linting on write](https://gist.github.com/romainl/2f748f0c0079769e9532924b117f9252)
    * [Painless ESLint/Standard integration](https://gist.github.com/romainl/2f748f0c0079769e9532924b117f9252)

    ## Snippets

  18. @romainl romainl revised this gist Mar 23, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,7 @@
    * [Dealing with autocommands](https://gist.github.com/romainl/6e4c15dfc4885cb4bd64688a71aa7063)
    * [Linting your code, the vanilla way](https://gist.github.com/romainl/ce55ce6fdc1659c5fbc0f4224fd6ad29)
    * [Tags](https://gist.github.com/romainl/f2d0727bdb9bde063531cd237f47775f)
    * [Painless JavaScript linting on write](https://gist.github.com/romainl/2f748f0c0079769e9532924b117f9252)

    ## Snippets

  19. @romainl romainl revised this gist Jan 19, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -43,4 +43,5 @@
    * [TypeScript ftplugin](https://gist.github.com/romainl/a50b49408308c45cc2f9f877dfe4df0c)
    * [Substitute operator](https://gist.github.com/romainl/b00ccf58d40f522186528012fd8cd13d)
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
    * [Slightly more intuitive gt/gT (may need some unlearning to get used to)](https://gist.github.com/romainl/0f589e07a079ea4b7a77fd66ef16ebee)
  20. @romainl romainl revised this gist Jan 19, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -42,4 +42,5 @@
    * [Formatting without moving](https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c)
    * [TypeScript ftplugin](https://gist.github.com/romainl/a50b49408308c45cc2f9f877dfe4df0c)
    * [Substitute operator](https://gist.github.com/romainl/b00ccf58d40f522186528012fd8cd13d)
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
    * [Quickfix alternative to :g/foo/#](https://gist.github.com/romainl/f7e2e506dc4d7827004e4994f1be2df6)
  21. @romainl romainl revised this gist Sep 25, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -39,4 +39,7 @@
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Super cheap git blame](https://gist.github.com/romainl/5b827f4aafa7ee29bdc70282ecc31640)
    * [Formatting without moving](https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c)
    * [Formatting without moving](https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c)
    * [TypeScript ftplugin](https://gist.github.com/romainl/a50b49408308c45cc2f9f877dfe4df0c)
    * [Substitute operator](https://gist.github.com/romainl/b00ccf58d40f522186528012fd8cd13d)
    * [One way to set up Vim for Python on MacOS (assuming MacPorts)](https://gist.github.com/romainl/4e0f008824a29f47329ee14e96eba411)
  22. @romainl romainl revised this gist Jun 29, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -38,4 +38,5 @@
    * [Sort operator](https://gist.github.com/romainl/6351afff54003b3d58c5d9c56f9960e5)
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Super cheap git blame](https://gist.github.com/romainl/5b827f4aafa7ee29bdc70282ecc31640)
    * [Super cheap git blame](https://gist.github.com/romainl/5b827f4aafa7ee29bdc70282ecc31640)
    * [Formatting without moving](https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c)
  23. @romainl romainl revised this gist May 12, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@
    ## Snippets

    * [Vim: available lowercase key pairs in normal mode…](https://gist.github.com/romainl/1f93db9dc976ba851bbb)
    * [RNB, a Vim colorscheme template](https://gist.github.com/romainl/5cd2f4ec222805f49eca)
    * [RNB, a Vim colorscheme template](https://gist.github.com/romainl/5cd2f4ec222805f49eca) (superseded by [vim-rnb](https://github.com/romainl/vim-rnb))
    * [Show `]I`, `[I`, `]D`, `[D`, `:ilist` and `:dlist` results — even spanning multiple files — in the quickfix window.](https://gist.github.com/romainl/3c7ee68125f822ec550c) (superseded by [vim-qlist](https://github.com/romainl/vim-qlist))
    * [Edit all buffers and come back without losing highlighting](https://gist.github.com/romainl/17437ae3ed71ce9fbc0b)
    * [Diff detection in vimscript](https://gist.github.com/romainl/481814c86dba39d32715ff77ec96c1ed)
  24. @romainl romainl revised this gist Mar 20, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -37,4 +37,5 @@
    * [Multiply/divide by `[count]`](https://gist.github.com/romainl/97d79dfd522bd1c33c7fafb9ec08dc5d)
    * [Sort operator](https://gist.github.com/romainl/6351afff54003b3d58c5d9c56f9960e5)
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
    * [Super cheap git blame](https://gist.github.com/romainl/5b827f4aafa7ee29bdc70282ecc31640)
  25. @romainl romainl revised this gist Jan 27, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -36,4 +36,5 @@
    * [How to add dynamic highlighted parts to your status-line](https://gist.github.com/romainl/58245df413641497a02ffc06fd1f4747)
    * [Multiply/divide by `[count]`](https://gist.github.com/romainl/97d79dfd522bd1c33c7fafb9ec08dc5d)
    * [Sort operator](https://gist.github.com/romainl/6351afff54003b3d58c5d9c56f9960e5)
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
    * [Instant grep + quickfix](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3)
  26. @romainl romainl revised this gist Dec 31, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -35,4 +35,5 @@
    * [Repeat last edit n times](https://gist.github.com/romainl/db725db7babc84a9a6436180cedee188)
    * [How to add dynamic highlighted parts to your status-line](https://gist.github.com/romainl/58245df413641497a02ffc06fd1f4747)
    * [Multiply/divide by `[count]`](https://gist.github.com/romainl/97d79dfd522bd1c33c7fafb9ec08dc5d)
    * [Sort operator](https://gist.github.com/romainl/6351afff54003b3d58c5d9c56f9960e5)
    * [Sort operator](https://gist.github.com/romainl/6351afff54003b3d58c5d9c56f9960e5)
    * [Print declaration of word under the cursor](https://gist.github.com/romainl/a11c6952f012f1dd32c26fad4fa82e43)
  27. @romainl romainl revised this gist Dec 31, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -34,4 +34,5 @@
    * [Markdown : jump to next heading](https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263)
    * [Repeat last edit n times](https://gist.github.com/romainl/db725db7babc84a9a6436180cedee188)
    * [How to add dynamic highlighted parts to your status-line](https://gist.github.com/romainl/58245df413641497a02ffc06fd1f4747)
    * [Multiply/divide by `[count]`](https://gist.github.com/romainl/97d79dfd522bd1c33c7fafb9ec08dc5d)
    * [Multiply/divide by `[count]`](https://gist.github.com/romainl/97d79dfd522bd1c33c7fafb9ec08dc5d)
    * [Sort operator](https://gist.github.com/romainl/6351afff54003b3d58c5d9c56f9960e5)
  28. @romainl romainl revised this gist Aug 19, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@
    * [What to do with macros?](https://gist.github.com/romainl/9721c7dd13c30714f568063e03c106dd)
    * [Dealing with autocommands](https://gist.github.com/romainl/6e4c15dfc4885cb4bd64688a71aa7063)
    * [Linting your code, the vanilla way](https://gist.github.com/romainl/ce55ce6fdc1659c5fbc0f4224fd6ad29)
    * [Tags](https://gist.github.com/romainl/f2d0727bdb9bde063531cd237f47775f)

    ## Snippets

  29. @romainl romainl revised this gist Jun 10, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -32,4 +32,5 @@
    * [Highlight characters after line 80](https://gist.github.com/romainl/eabe0fe8c564da1b6cfe1826e1482536)
    * [Markdown : jump to next heading](https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263)
    * [Repeat last edit n times](https://gist.github.com/romainl/db725db7babc84a9a6436180cedee188)
    * [How to add dynamic highlighted parts to your status-line](https://gist.github.com/romainl/58245df413641497a02ffc06fd1f4747)
    * [How to add dynamic highlighted parts to your status-line](https://gist.github.com/romainl/58245df413641497a02ffc06fd1f4747)
    * [Multiply/divide by `[count]`](https://gist.github.com/romainl/97d79dfd522bd1c33c7fafb9ec08dc5d)
  30. @romainl romainl revised this gist Jun 10, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vim-gists.md
    Original file line number Diff line number Diff line change
    @@ -24,7 +24,7 @@
    * [Make various list-like commands more intuitive](https://gist.github.com/romainl/5b2cfb2b81f02d44e1d90b74ef555e31)
    * [Sharing is caring](https://gist.github.com/romainl/1cad2606f7b00088dda3bb511af50d53)
    * [Custom text-objects](https://gist.github.com/romainl/c0a8b57a36aec71a986f1120e1931f20)
    * [Lookup keyword on http://devdocs.io](https://gist.github.com/romainl/8d3b73428b4366f75a19be2dad2f0987)
    * [Lookup keywords on http://devdocs.io](https://gist.github.com/romainl/8d3b73428b4366f75a19be2dad2f0987) (superseded by [vim-devdocs](https://github.com/romainl/vim-devdocs))
    * [Do things differently depending on the environment](https://gist.github.com/romainl/4df4cde3498fada91032858d7af213c2)
    * [Ultra lightweight aligning](https://gist.github.com/romainl/6575382f1c4575d4a7398d162aa3e1fd)
    * [Insert the current line into the command-line](https://gist.github.com/romainl/fc2c2889be3718e9e491ab1c525ec4de)