https://git.dlma.com/dotfiles.git/tree/df281db0e53b3ffc6c1409498434503806fb05dbRecent commits to dotfiles.git (df281db0e53b3ffc6c1409498434503806fb05db)2025-01-07T15:28:19-08:00tag:gitlist.org,2012:commit/df281db0e53b3ffc6c1409498434503806fb05dbRestore nvim mouse mode to nvi2025-01-07T15:28:19-08:00dblumedblume@roku.com
<pre>"nvi" was the default mode anyway. See if I can live with it.
Benefit is mouse wheel scrolling. Downside is the cursor always
jumping around when you click/drag on the window.
</pre>
tag:gitlist.org,2012:commit/721e1efef2965001c215ee9ca9c8469a8352af98Try mousewheel scrolling in tmux2025-01-07T14:56:21-08:00dblumedavid.blume@gmail.com
<pre>Set "mouse on" so that the mouse wheel scrolls through back buffer.
Without "mouse on" in tmux, then selecting text works as expected.
With "mouse on" in tmux, I'll have to hold the shift key to select text.
</pre>
tag:gitlist.org,2012:commit/18b7ea507c88ad05bc483933f1c567f0905982eaghostty to use same block cursor as iTerm22025-01-07T14:52:47-08:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/b8a894b8aac22894aab58db3569789bdbebf8281Add ghostty config2025-01-07T10:26:07-08:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/dee4a8dae5116af70d511f80f7352add7badfb28Add support for neovim 0.102024-12-03T00:17:59-08:00dblumedavid.blume@gmail.com
<pre>Neovim 0.10 removed support for the filetype methods. Now check
the version of neovim, and make compatible calls.
</pre>
tag:gitlist.org,2012:commit/ee2ebd786115880fdb2d57d2c747bd80f6dab490Support vim detection of local serial logs2024-12-02T11:29:08-08:00dblumedavid.blume@gmail.com
<pre>Support logs with the '!' and '*' columns, and that are missing
the channel ID. So support both:
11-19 15:36:59.959 12 [...] ...
and
11-19 15:36:59.959 !*[...] ...
11-19 15:36:59.959 [...] ...
</pre>
tag:gitlist.org,2012:commit/04a20c1ef1ba85c5ff34e559d84d847b1ff01dfdAdd rokulog detection of "publishing" channels2024-12-02T08:50:39-08:00dblumedavid.blume@gmail.com
<pre>Since we're detecting rokulog by format of the first line,
detect publishing channel IDs like "358_72dbe"
</pre>
tag:gitlist.org,2012:commit/3e22322d2513e34121d32b7949530088a4465ff2Detect rokulog files even when .txt extension exists2024-12-01T20:13:54-08:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/5a819174355e1f2085df3d0a12ffbb2d069ce6c5Remove accidental vim commands from bash history2024-11-27T11:36:29-08:00dblumedblume@roku.com
<pre></pre>
tag:gitlist.org,2012:commit/89e0f39b227438b2eebd4c4e8f0f7fc6077acc5fCleanup: Remove file extension from setup.sh2024-11-20T16:39:36-08:00dblumedblume@roku.com
<pre></pre>