Recent commits to dotfiles.git (1069d30f6e1c3b2d15fe0920d33175942d7af1a4) https://git.dlma.com/dotfiles.git/tree/1069d30f6e1c3b2d15fe0920d33175942d7af1a4 Recent commits feed provided by GitList. 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 Don't use unnamed register for clipboard 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. https://git.dlma.com/dotfiles.git/commit/138fc9e14cc949565f5a5046f87c82c45cab9213 david.blume@gmail.com (dblume) Wed, 01 May 2024 22:13:34 -0700 138fc9e14cc949565f5a5046f87c82c45cab9213 Synchronize vim's default register and clipboard https://git.dlma.com/dotfiles.git/commit/8f75956041d81b7230fa64f4577bb565cffad3d3 david.blume@gmail.com (dblume) Wed, 01 May 2024 15:05:37 -0700 8f75956041d81b7230fa64f4577bb565cffad3d3 typo: .vimrc to use vim, not nvim https://git.dlma.com/dotfiles.git/commit/b867afd03e839f458bbf22c80dc53a1ea32796a0 david.blume@gmail.com (dblume) Tue, 30 Apr 2024 17:47:20 -0700 b867afd03e839f458bbf22c80dc53a1ea32796a0 Simplify vim titlestring: path/to/filename[+] - vim For now, I like it simple. Didn't like the default: filename[+] (path/to) - NVIM Let's see how much I tweak this... https://git.dlma.com/dotfiles.git/commit/f2842416ec457fcb38d860f033f0188b4082e32c david.blume@gmail.com (dblume) Tue, 30 Apr 2024 15:24:26 -0700 f2842416ec457fcb38d860f033f0188b4082e32c Have terminal emulator send Vim's <leader>i for <C-i> 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. https://git.dlma.com/dotfiles.git/commit/e8b2a559f37fab3200c82dc91140b88a7d06176c david.blume@gmail.com (dblume) Tue, 30 Apr 2024 07:39:20 -0700 e8b2a559f37fab3200c82dc91140b88a7d06176c