https://git.dlma.com/dotfiles.git/tree/5517e1aa6ec0854113a1d223ff936df77b05ccb1Recent commits to dotfiles.git (5517e1aa6ec0854113a1d223ff936df77b05ccb1)2024-11-14T16:11:24-08:00tag:gitlist.org,2012:commit/5517e1aa6ec0854113a1d223ff936df77b05ccb1Decided I usually wanted ruler, and no number column changes2024-11-14T16:11:24-08:00dblumedblume@roku.com
<pre>I'm mercurial. Got annoyed at turning on the ruler. Got annoyed
at seeing the numbers column change when I was switching windows.
</pre>
tag:gitlist.org,2012:commit/f26fde66eeb76bbe623e3b8d22a75066aa95a2e8Add vim plugin tabular2024-10-26T01:08:07-07:00dblumedavid.blume@gmail.com
<pre>See https://github.com/godlygeek/tabular
This common command will usually do what I need:
:Tab /|
</pre>
tag:gitlist.org,2012:commit/5a532911bf00ff0c556d8e6394c967c532f3b303Make "-" a non-breaking char only for markdown docs2024-10-17T15:14:48-07:00dblumedblume@roku.com
<pre>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.
</pre>
tag:gitlist.org,2012:commit/5d3009bf0a495723a0261c93e1908f0117ddeed6Disable maps in cscope_maps2024-09-16T16:58:11-07:00dblumedavid.blume@gmail.com
<pre>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.
</pre>
tag: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>