https://git.dlma.com/dotfiles.git/tree/d062a96e3df00f668f76a08e41dc003413ed9c6dRecent commits to dotfiles.git (d062a96e3df00f668f76a08e41dc003413ed9c6d)2024-09-10T08:38:42-07:00tag:gitlist.org,2012:commit/d062a96e3df00f668f76a08e41dc003413ed9c6dImprove comment for visual-mode P2024-09-10T08:38:42-07:00dblumedblume@roku.com
<pre>And add guard to remap only on old Vims
</pre>
tag:gitlist.org,2012:commit/fcbf3213740d90e72bca0d30b35e90e795e53aefVim to match nvim's visual P2024-09-06T21:43:26-07:00dblumedavid.blume@gmail.com
<pre>Neovim's visual-mode P (put before cursor) doesn't yank to the
unnamed register. This is useful for when you want to put the same
yanked text multiple times.
</pre>
tag:gitlist.org,2012:commit/7d1c11beae69a3a85e5074380b4b5312482fbc6aExclude filetype rokulog from Rainbow Parentheses2024-06-05T22:58:43-07:00dblumedblume@roku.com
<pre></pre>
tag:gitlist.org,2012:commit/4fd67792a428649aa9a120d80906df2edb5d923cI like NavajoWhite for outer paren color2024-05-29T19:16:45-07:00dblumedblume@roku.com
<pre>It's subtle enough in documents like .txt that don't have much
formatting to not be distracting, and just enough to know that
rainbow parens are on the watch.
Also tweaked some following colors for better contrast with their
neighbors.
</pre>
tag:gitlist.org,2012:commit/8b171a321fa100abb629e7f5dcc1b89284467619Make first rainbow paren color be close to gray2024-05-29T14:24:13-07:00dblumedavid.blume@gmail.com
<pre>When you're not really expecting rainbow parens, and it's usually
only one level deep, make the first color very subtle.
</pre>
tag:gitlist.org,2012:commit/1069d30f6e1c3b2d15fe0920d33175942d7af1a4Improve set of rainbow colors2024-05-26T21:26:59-07:00dblumedavid.blume@gmail.com
<pre>cyan was too much like lightmagenta.
</pre>
tag:gitlist.org,2012:commit/ab53a8771c70c19a80efcde96c8ecfab2740b428Move nvim rainbow plugin into .../plugin/ hierarchy2024-05-26T16:00:37-07:00dblumedavid.blume@gmail.com
<pre>Fixes a typo, I put it one directory too high.
Also use fewer lines in .vimrc for config.
</pre>
tag:gitlist.org,2012:commit/9664a25c32a37ae8d7e9bb3ea3b416a08676154eDocument new Rainbow Parentheses vim/nvim plugin2024-05-26T14:51:19-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/2111f8d7fcab66424d1f4614c1f0736dd71cfff3Add "rainbow" plugin for colored parentheses2024-05-26T14:29:28-07:00dblumedavid.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.
</pre>
tag:gitlist.org,2012:commit/f0131b3d07bbe7be107613c12657018eb5ccf33cAdd commit ID, user and timeframe to "git logtree"2024-05-09T09:02:20-07:00dblumedblume@roku.com
<pre>Turns out I could use a little more data in git logtree.
Also add consistent colors.
</pre>