https://git.dlma.com/dotfiles.git/tree/73cc4060917f09d3d172e62f8c91c1e1e5b1e011Recent commits to dotfiles.git (73cc4060917f09d3d172e62f8c91c1e1e5b1e011)2024-03-26T10:10:19-07:00tag:gitlist.org,2012:commit/73cc4060917f09d3d172e62f8c91c1e1e5b1e011Restore cursor line number highlighting; unset mouse2024-03-26T10:10:19-07:00dblumedavid.blume@gmail.com
<pre>Restore highlighting for the current cursor line number to the way
neovim worked pre 8.0.
See https://vi.stackexchange.com/questions/17073/cursorlinenr-highlight-not-working
</pre>
tag:gitlist.org,2012:commit/3dd469eb3512805002113ee9fa6869ad7ed000b5Make c-] show taglist like it did in vim2024-03-25T13:53:12-07:00dblumedblume@roku.com
<pre>Swap <c-]> with g<c-]>, so the easier command shows a list
when there are multiple tags.
Also stop defaulting to "very magic" searches.
</pre>
tag:gitlist.org,2012:commit/2d94f9f72d7982876a4f856464f7c6249de9aa68Vim insert mode's blue should be muted just a bit2024-03-19T23:14:06-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/845fb01d3dd3f48c4cde4e56f59b01bc737a9d67.vimrc needs explicit "noruler" sometimes2024-03-19T23:03:20-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/57541b3911384c2b6ad7f2e8ed6ba0a95315e118Make the normal statusbar more greenish.2024-03-19T22:38:48-07:00dblumedavid.blume@gmail.com
<pre>This aligns with my old airline/powerline status bar, and allows for
greater visual difference when entering insert mode.
</pre>
tag:gitlist.org,2012:commit/028880fb6e61d6fdc78ea24f6949c897e06ce3a0Make "set ruler!" change status line2024-03-19T22:22:43-07:00dblumedavid.blume@gmail.com
<pre>Maybe sometimes I'll want to see the column position in the
status line.
</pre>
tag:gitlist.org,2012:commit/cfd711679194230c326ad289d354dc0d1166bd31Add DiffOrig from the vim help documentation2024-03-19T18:08:21-07:00dblumedblume@roku.com
<pre></pre>
tag:gitlist.org,2012:commit/e9dbb7f192c676977d96a5132a2b88c3ab49f760Improve Esc key reaction, fix gitcommit for vim2024-03-19T10:46:40-07:00dblumedblume@roku.com
<pre>Nvim works as desired without these changes.
Vim seems to have &ft set before BufReadPost, so check gitcommit type
there.
</pre>
tag:gitlist.org,2012:commit/6b0a4fc8de263d277442a966b1101ee99fb7c23dVim to delete comment char when joining comment lines2024-03-19T09:10:05-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/1c612e4a09164f9550738c9cc9ba3210e1f19491Improve focus-based switching relative/absolute numbers2024-03-18T22:40:45-07:00dblumedavid.blume@gmail.com
<pre>See https://jeffkreeftmeijer.com/vim-number/
</pre>