Recent commits to dotfiles.git (5517e1aa6ec0854113a1d223ff936df77b05ccb1) https://git.dlma.com/dotfiles.git/tree/5517e1aa6ec0854113a1d223ff936df77b05ccb1 Recent commits feed provided by GitList. Decided I usually wanted ruler, and no number column changes I'm mercurial. Got annoyed at turning on the ruler. Got annoyed at seeing the numbers column change when I was switching windows. https://git.dlma.com/dotfiles.git/commit/5517e1aa6ec0854113a1d223ff936df77b05ccb1 dblume@roku.com (dblume) Thu, 14 Nov 2024 16:11:24 -0800 5517e1aa6ec0854113a1d223ff936df77b05ccb1 Add vim plugin tabular See https://github.com/godlygeek/tabular This common command will usually do what I need: :Tab /| https://git.dlma.com/dotfiles.git/commit/f26fde66eeb76bbe623e3b8d22a75066aa95a2e8 david.blume@gmail.com (dblume) Sat, 26 Oct 2024 01:08:07 -0700 f26fde66eeb76bbe623e3b8d22a75066aa95a2e8 Make "-" a non-breaking char only for markdown docs Turns out I want "-" to be breaking in code, like objectptr->method(), but I want it to be non-breaking in non-code where I use bug tracker IDs like JIRA-1234. https://git.dlma.com/dotfiles.git/commit/5a532911bf00ff0c556d8e6394c967c532f3b303 dblume@roku.com (dblume) Thu, 17 Oct 2024 15:14:48 -0700 5a532911bf00ff0c556d8e6394c967c532f3b303 Disable maps in cscope_maps Turns out cscope_maps by default remaps two shortcuts I use: 1. <leader>c , which I use for clipboard yank, is the default <prefix> sequence for cscope_maps. (So you could quickly <leader>c,s to search for the token under the cursor instead of :Cs find s <cword>.) 2. <C-]>, the :tag shortcut gets remapped to :Cstag, which was determined to be worse. Tried with https://git.dlma.com/testcode.git, searching for the following from main.cpp: * test_cpp14: One hit, should just jump to it. * f: Multiple local in main.cpp and then in main_helper.cpp too. https://git.dlma.com/dotfiles.git/commit/5d3009bf0a495723a0261c93e1908f0117ddeed6 david.blume@gmail.com (dblume) Mon, 16 Sep 2024 16:58:11 -0700 5d3009bf0a495723a0261c93e1908f0117ddeed6 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