https://git.dlma.com/dotfiles.git/tree/2c91698265ed50212c996285ccfea57a481720acRecent commits to dotfiles.git (2c91698265ed50212c996285ccfea57a481720ac)2025-03-06T10:43:18-08:00tag:gitlist.org,2012:commit/2c91698265ed50212c996285ccfea57a481720acTry nvim clipboard+=unnamedplus2025-03-06T10:43:18-08:00dblumedavid.blume@gmail.com
<pre>It fixes the issue where just "unnamed" would have delete operations
overwrite the clipboard before pasting.
</pre>
tag:gitlist.org,2012:commit/f2c6a89ddc75249419c44b490916d5709f97385fEnable mousewheel in VisiData2025-02-28T11:02:07-08:00dblumedavid.blume@gmail.com
<pre>Also note that disabling the motd does not prevent the Statuses
window from appearing on launch.
</pre>
tag:gitlist.org,2012:commit/3723a885fd800c5becb7ca2f56e602d4b39e6565Improvements to my .gitconfig2025-02-25T17:43:05-08:00dblumedavid.blume@gmail.com
<pre>These came from https://blog.gitbutler.com/how-git-core-devs-configure-git/
</pre>
tag:gitlist.org,2012:commit/f70693ffad2d9624f7b37ed9b7aa6a9557101c33ghostty divider color was too dark2025-02-19T09:05:19-08:00dblumedavid.blume@gmail.com
<pre>As of ~v1.1.2 we can now set the divider color with split-divider-color
See https://github.com/ghostty-org/ghostty/issues/4326
</pre>
tag:gitlist.org,2012:commit/63ce57de1d3a69a67d4997665f84e9169335cbb2ghostty better contrast for catppuccin-mocha's cursor2025-02-18T12:48:58-08:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/94ed7ebe7b8bc250229dc19d7f2f1586d97ac796vim: No need to set jump point for insert mode now2025-01-27T22:09:33-08:00dblumedavid.blume@gmail.com
<pre>Now that I disabled moving the cursor on window activation,
I want insert mode to remain as insert mode when I further
tap around in the window.
</pre>
tag:gitlist.org,2012:commit/da8c9c5cc77fda70c22ae53713411bb170f78b75vim: Don't move cursor when activating window2025-01-27T13:45:34-08:00dblumedavid.blume@gmail.com
<pre>https://vim.fandom.com/wiki/How_to_not_move_cursor_when_selecting_window_with_mouse
</pre>
tag:gitlist.org,2012:commit/ae27116847af359fb2a4bf8ec7709b9a1713a66evim mouse events in insert mode improvement2025-01-24T15:11:12-08:00dblumedavid.blume@gmail.com
<pre>Turns out I don't like the mouse moving the cursor while in insert mode.
Probably because I lost mental context of what I was doing if I was
in a different window and I'm clicking back to vim.
So now switch to normal mode and set a jump point. That way I can just
either:
* Switch back to insert mode where I am.
* <C-o> to return to where the insert point previously was.
</pre>
tag:gitlist.org,2012:commit/8d863d41d7565e5cfaf14d71c3ff2e0588fce734Display macOS tips.txt in any terminal.2025-01-14T15:47:55-08:00dblumedavid.blume@gmail.com
<pre>I use both iTerm2 and Ghostty, but the same tips.txt file applies
to both. (Which keys make splits, navigate them, and expand them.)
+-------------------------------+
| opt-cmd-← | |
| cmd-d |
| | |
+----------cmd-shift-d----------+
| cmd-shift-enter = full screen |
+-------------------------------+
</pre>
tag:gitlist.org,2012:commit/d8117746b6e508f3fa06ffa7e9772dae72520427ghostty title bar fix for i32025-01-10T22:43:04-08:00dblumedavid.blume@gmail.com
<pre>Linux-only config change: Instead of the huge titlebar with
menu, have to expected small titlebar in i3
</pre>