https://git.dlma.com/dotfiles.git/tree/1069d30f6e1c3b2d15fe0920d33175942d7af1a4 Recent commits to dotfiles.git (1069d30f6e1c3b2d15fe0920d33175942d7af1a4) 2024-05-26T21:26:59-07:00 tag:gitlist.org,2012:commit/1069d30f6e1c3b2d15fe0920d33175942d7af1a4 Improve set of rainbow colors 2024-05-26T21:26:59-07:00 dblume david.blume@gmail.com <pre>cyan was too much like lightmagenta. &lt;/pre&gt; tag:gitlist.org,2012:commit/ab53a8771c70c19a80efcde96c8ecfab2740b428 Move nvim rainbow plugin into .../plugin/ hierarchy 2024-05-26T16:00:37-07:00 dblume david.blume@gmail.com <pre>Fixes a typo, I put it one directory too high. Also use fewer lines in .vimrc for config. &lt;/pre&gt; tag:gitlist.org,2012:commit/9664a25c32a37ae8d7e9bb3ea3b416a08676154e Document new Rainbow Parentheses vim/nvim plugin 2024-05-26T14:51:19-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/2111f8d7fcab66424d1f4614c1f0736dd71cfff3 Add "rainbow" plugin for colored parentheses 2024-05-26T14:29:28-07:00 dblume david.blume@gmail.com <pre>Chose https://github.com/luochen1990/rainbow because it's correct, small, configurable and fast. Rejected the older https://github.com/krischik/vim-rainbow because it "broke" formatting with strings, Ex., something like "set (", val, ")". I'm certain I'll be updating .vimrc and init.vim with better colors soon. &lt;/pre&gt; tag:gitlist.org,2012:commit/f0131b3d07bbe7be107613c12657018eb5ccf33c Add commit ID, user and timeframe to "git logtree" 2024-05-09T09:02:20-07:00 dblume dblume@roku.com <pre>Turns out I could use a little more data in git logtree. Also add consistent colors. &lt;/pre&gt; tag:gitlist.org,2012:commit/138fc9e14cc949565f5a5046f87c82c45cab9213 Don't use unnamed register for clipboard 2024-05-01T22:13:34-07:00 dblume david.blume@gmail.com <pre>Using unnamed register for clipboard is annoying because operations like delete and change also overwrite the unnamed register. Instead, use a <leader> command to specify the clipboard register. Also add a commented-out WSL clipboard-tool for convenience. &lt;/pre&gt; tag:gitlist.org,2012:commit/8f75956041d81b7230fa64f4577bb565cffad3d3 Synchronize vim's default register and clipboard 2024-05-01T15:05:37-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/b867afd03e839f458bbf22c80dc53a1ea32796a0 typo: .vimrc to use vim, not nvim 2024-04-30T17:47:20-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/f2842416ec457fcb38d860f033f0188b4082e32c Simplify vim titlestring: path/to/filename[+] - vim 2024-04-30T15:24:26-07:00 dblume david.blume@gmail.com <pre>For now, I like it simple. Didn't like the default: filename[+] (path/to) - NVIM Let's see how much I tweak this... &lt;/pre&gt; tag:gitlist.org,2012:commit/e8b2a559f37fab3200c82dc91140b88a7d06176c Have terminal emulator send Vim's <leader>i for <C-i> 2024-04-30T07:39:20-07:00 dblume david.blume@gmail.com <pre>Getting consistent behavior in and out of tmux has been a challenge. In order to keep C-i/C-o jumps and remap Tab/S-Tab for buffers, I'm having the terminal remap C-i to <leader>i for vim. This'll bite me when I use another CLI that needs C-i. * Use Windows Terminal instead of Windows Console Host * Use Alacritty instead of Gnome-Console. Investigations: * Do C-i remapping in tmux config, but that affects Tab. * No solution for PuTTY yet. &lt;/pre&gt;