Recent commits to dotfiles.git (d062a96e3df00f668f76a08e41dc003413ed9c6d) https://git.dlma.com/dotfiles.git/tree/d062a96e3df00f668f76a08e41dc003413ed9c6d Recent commits feed provided by GitList. Improve comment for visual-mode P And add guard to remap only on old Vims https://git.dlma.com/dotfiles.git/commit/d062a96e3df00f668f76a08e41dc003413ed9c6d dblume@roku.com (dblume) Tue, 10 Sep 2024 08:38:42 -0700 d062a96e3df00f668f76a08e41dc003413ed9c6d Vim to match nvim's visual P 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. https://git.dlma.com/dotfiles.git/commit/fcbf3213740d90e72bca0d30b35e90e795e53aef david.blume@gmail.com (dblume) Fri, 06 Sep 2024 21:43:26 -0700 fcbf3213740d90e72bca0d30b35e90e795e53aef Exclude filetype rokulog from Rainbow Parentheses https://git.dlma.com/dotfiles.git/commit/7d1c11beae69a3a85e5074380b4b5312482fbc6a dblume@roku.com (dblume) Wed, 05 Jun 2024 22:58:43 -0700 7d1c11beae69a3a85e5074380b4b5312482fbc6a I like NavajoWhite for outer paren color 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. https://git.dlma.com/dotfiles.git/commit/4fd67792a428649aa9a120d80906df2edb5d923c dblume@roku.com (dblume) Wed, 29 May 2024 19:16:45 -0700 4fd67792a428649aa9a120d80906df2edb5d923c Make first rainbow paren color be close to gray When you're not really expecting rainbow parens, and it's usually only one level deep, make the first color very subtle. https://git.dlma.com/dotfiles.git/commit/8b171a321fa100abb629e7f5dcc1b89284467619 david.blume@gmail.com (dblume) Wed, 29 May 2024 14:24:13 -0700 8b171a321fa100abb629e7f5dcc1b89284467619 Improve set of rainbow colors cyan was too much like lightmagenta. https://git.dlma.com/dotfiles.git/commit/1069d30f6e1c3b2d15fe0920d33175942d7af1a4 david.blume@gmail.com (dblume) Sun, 26 May 2024 21:26:59 -0700 1069d30f6e1c3b2d15fe0920d33175942d7af1a4 Move nvim rainbow plugin into .../plugin/ hierarchy Fixes a typo, I put it one directory too high. Also use fewer lines in .vimrc for config. https://git.dlma.com/dotfiles.git/commit/ab53a8771c70c19a80efcde96c8ecfab2740b428 david.blume@gmail.com (dblume) Sun, 26 May 2024 16:00:37 -0700 ab53a8771c70c19a80efcde96c8ecfab2740b428 Document new Rainbow Parentheses vim/nvim plugin https://git.dlma.com/dotfiles.git/commit/9664a25c32a37ae8d7e9bb3ea3b416a08676154e david.blume@gmail.com (dblume) Sun, 26 May 2024 14:51:19 -0700 9664a25c32a37ae8d7e9bb3ea3b416a08676154e Add "rainbow" plugin for colored parentheses 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. https://git.dlma.com/dotfiles.git/commit/2111f8d7fcab66424d1f4614c1f0736dd71cfff3 david.blume@gmail.com (dblume) Sun, 26 May 2024 14:29:28 -0700 2111f8d7fcab66424d1f4614c1f0736dd71cfff3 Add commit ID, user and timeframe to "git logtree" Turns out I could use a little more data in git logtree. Also add consistent colors. https://git.dlma.com/dotfiles.git/commit/f0131b3d07bbe7be107613c12657018eb5ccf33c dblume@roku.com (dblume) Thu, 09 May 2024 09:02:20 -0700 f0131b3d07bbe7be107613c12657018eb5ccf33c