https://git.dlma.com/dotfiles.git/tree/94ed7ebe7b8bc250229dc19d7f2f1586d97ac796Recent commits to dotfiles.git (94ed7ebe7b8bc250229dc19d7f2f1586d97ac796)2025-01-27T22:09:33-08:00tag: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>
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>