https://git.dlma.com/dotfiles.git/tree/6b0a4fc8de263d277442a966b1101ee99fb7c23d Recent commits to dotfiles.git (6b0a4fc8de263d277442a966b1101ee99fb7c23d) 2024-03-19T09:10:05-07:00 tag:gitlist.org,2012:commit/6b0a4fc8de263d277442a966b1101ee99fb7c23d Vim to delete comment char when joining comment lines 2024-03-19T09:10:05-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/1c612e4a09164f9550738c9cc9ba3210e1f19491 Improve focus-based switching relative/absolute numbers 2024-03-18T22:40:45-07:00 dblume david.blume@gmail.com <pre>See https://jeffkreeftmeijer.com/vim-number/ &lt;/pre&gt; tag:gitlist.org,2012:commit/b589ab9002c32cd2a86afc992550ece40c21ab8a Only show encoding and format if not utf-8[unix] 2024-03-18T19:06:42-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/e3cfc56df6bbd9885d58fdd0ea846839d8821696 Drop column and line number from vim status line 2024-03-18T09:45:37-07:00 dblume david.blume@gmail.com <pre>Don't think I've ever used status line's column And saying "%X of T" was better than "%X = L/T". This tightens up the status line. &lt;/pre&gt; tag:gitlist.org,2012:commit/cd366f55454f7b103c7b32c7122367a514a5a44b Soften the status line colors a little 2024-03-17T23:48:17-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/77e94621abe8b4a2c4831cb3e753c39a9463d2a3 Change text in README.md, add wider preview image 2024-03-16T10:27:57-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/24630480f8dd2761ad5c767bf6c9a9c0e4400d04 Sensibly, in neovim <C-Space> is Ctrl+space 2024-03-16T01:18:59-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/8f484ad54bb2168dc4610db080a30ac59e4e09ef Added an image of a screen capture 2024-03-15T20:12:57-07:00 dblume david.blume@gmail.com <pre>Because who doesn't need an image of their own workspace in a repo of their own dotfiles? &lt;/pre&gt; tag:gitlist.org,2012:commit/224ed0fb7ed9a5bf76d911c609b5c5fe27e1603b Always start on first line in git commit buffers 2024-03-15T10:56:40-07:00 dblume david.blume@gmail.com <pre>At one time &filetype was set in BufReadPost, but not now. Fix is to use a FileType autocmd for gitcommit. If it were more complicated, could put in [after/]ftplugin/$FILETYPE.vim per https://www.reddit.com/r/vim/comments/k1c63f/should_the_filetype_option_be_set_by_the_time_the/ &lt;/pre&gt; tag:gitlist.org,2012:commit/88066908d6543770f7ffa1071f9abc12a720552f Retrieve git branch only on new buffers 2024-03-15T00:10:25-07:00 dblume david.blume@gmail.com <pre>Before this commit, git rev-parse would've been called for every key press (if the statusline had added the git part). &lt;/pre&gt;