Things learnt about Vim
-
About the
typos
source code spell checker
on
-
How to write Vimscript functions that operate on a visually selected area
on
-
How to show the history of a file with
git log --patch
on
-
How to automatically disable Github Copilot in Vim when editing large files
on
-
That
hub
clashes with vim-polyglot
on
-
How to use STDIN to populate Vim’s quickfix list
on
-
How to get Vale to work with Vim’s Ale plugin
on
-
How to use
markdownlint
output in Vim’s quickfix list
on
-
That Vim can transform replacement values when substituting
on
-
How to delete all buffers in Vim
on
-
About the
:ALEInfo
command
on
-
About Vim’s semi-colon search offset
on
-
That Vim’s uppercase marks are global and persistent
on
-
That
vim-polyglot
conflicts with Hub when creating pull requests
on
-
How to use custom functions with
:cdo
on
-
How to pipe an argument list into Vim
on
-
How to copy the current filepath to the system clipboard in Vim
on
-
How to add project-specific Vim settings
on
-
Universal Ctags can index more things than I realised
on
-
Vim-markdown has some useful commands
on
-
About how to use
keywordprg
effectively
on
-
How to configure
ctags
to parse Terraform files
on
-
How to use Bandit with Vim’s quickfix list
on
-
You can run
:grep
without using parent shell process
on
-
There’s a
QuickFixCmdPost
event in Vim
on
-
You can jump to previous quickfix lists in Vim
on
-
About
shellcheck
on
-
How to read from one buffer to another in Vim
on
-
About Vim’s
:helpgrep
command
on
-
Vim recommends using Emacs-style key bindings in command mode
on
-
Vim doesn’t create the persistent undo folder automatically
on
-
About better YAML file folding in Vim
on
-
About
:help macvim
on
-
About Vim’s
:diffthis
command
on
Browse all tags or all posts.