https://git.dlma.com/dotfiles.git/tree/ae27116847af359fb2a4bf8ec7709b9a1713a66eRecent commits to dotfiles.git (ae27116847af359fb2a4bf8ec7709b9a1713a66e)2025-01-24T15:11:12-08:00tag: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>
tag:gitlist.org,2012:commit/cd130c482ce4f34ec5f1a7cf8da97271fc8f25deSet prev jump point on mouse click2025-01-10T13:02:28-08:00dblumedavid.blume@gmail.com
<pre>Now that I've enabled mouse in vim, I sometimes want to just
return the cursor to where it was when I've clicked the terminal
window to foreground it. This lets a jump point so I can <c-i/o>
back where I want.
</pre>
tag:gitlist.org,2012:commit/58ccad07862efc0d1b2648dbf45d6adbe97dde53Fix catppuccin-mocha's foreground, C-i -> <leader>i2025-01-09T09:16:07-08:00dblumedavid.blume@gmail.com
<pre>catppuccin-mocha's foreground was too blue. Make it more white.
Have ghostty do the same thing as alacritty. In order for both
these features to work:
* Tab/Shift-Tab: Navigate buffers
* C-i/o: Jump
Since C-i is Tab, map C-i to vim's <leader>i. (My <leader> is '\')
</pre>
tag:gitlist.org,2012:commit/0de9db9b1fed0f3fff6b2c9fb7842bf9db168e37ghostty: try catppuccin-mocha with darker background2025-01-08T13:01:52-08:00dblumedavid.blume@gmail.com
<pre>Also change a color used by nvim for filetype syntax color
</pre>
tag:gitlist.org,2012:commit/9529d95379ac0de3a79d73355e0387f75aaab007ghostty theme Monokai Pro Spectrum2025-01-07T20:10:33-08:00dblumedavid.blume@gmail.com
<pre>Also turn on mouse for vim, keep it similar to nvim.
</pre>
tag: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>