Posts tagged “vim”

Articles about vim.

  • TIL: Override Vim Indentation Settings for a Specific Filetype

    I'm working on a project which has thousands of lines of Coldfusion written with tabs. (Now's not the time to start that argument again!) I'm obviously not keen on throwing 2 spaces in the mix for indentation, so I looked up a way to override indentation for .cfm and .cfc files only.

  • TIL: Highlight Search Pattern Matches in Vim

    So, my machine at work is less Vim-ified than my lean, mean, Ubuntu machine at home. When I tried searching for a variable (like /$applications), I couldn't immediately see the matched strings, meaning I have to skip to each match with n.