Recent commits to dotfiles.git (dee4a8dae5116af70d511f80f7352add7badfb28) https://git.dlma.com/dotfiles.git/tree/dee4a8dae5116af70d511f80f7352add7badfb28 Recent commits feed provided by GitList. Add support for neovim 0.10 Neovim 0.10 removed support for the filetype methods. Now check the version of neovim, and make compatible calls. https://git.dlma.com/dotfiles.git/commit/dee4a8dae5116af70d511f80f7352add7badfb28 david.blume@gmail.com (dblume) Tue, 03 Dec 2024 00:17:59 -0800 dee4a8dae5116af70d511f80f7352add7badfb28 Support vim detection of local serial logs 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 [...] ... https://git.dlma.com/dotfiles.git/commit/ee2ebd786115880fdb2d57d2c747bd80f6dab490 david.blume@gmail.com (dblume) Mon, 02 Dec 2024 11:29:08 -0800 ee2ebd786115880fdb2d57d2c747bd80f6dab490 Add rokulog detection of "publishing" channels Since we're detecting rokulog by format of the first line, detect publishing channel IDs like "358_72dbe" https://git.dlma.com/dotfiles.git/commit/04a20c1ef1ba85c5ff34e559d84d847b1ff01dfd david.blume@gmail.com (dblume) Mon, 02 Dec 2024 08:50:39 -0800 04a20c1ef1ba85c5ff34e559d84d847b1ff01dfd Detect rokulog files even when .txt extension exists https://git.dlma.com/dotfiles.git/commit/3e22322d2513e34121d32b7949530088a4465ff2 david.blume@gmail.com (dblume) Sun, 01 Dec 2024 20:13:54 -0800 3e22322d2513e34121d32b7949530088a4465ff2 Remove accidental vim commands from bash history https://git.dlma.com/dotfiles.git/commit/5a819174355e1f2085df3d0a12ffbb2d069ce6c5 dblume@roku.com (dblume) Wed, 27 Nov 2024 11:36:29 -0800 5a819174355e1f2085df3d0a12ffbb2d069ce6c5 Cleanup: Remove file extension from setup.sh https://git.dlma.com/dotfiles.git/commit/89e0f39b227438b2eebd4c4e8f0f7fc6077acc5f dblume@roku.com (dblume) Wed, 20 Nov 2024 16:39:36 -0800 89e0f39b227438b2eebd4c4e8f0f7fc6077acc5f Decided I usually wanted ruler, and no number column changes I'm mercurial. Got annoyed at turning on the ruler. Got annoyed at seeing the numbers column change when I was switching windows. https://git.dlma.com/dotfiles.git/commit/5517e1aa6ec0854113a1d223ff936df77b05ccb1 dblume@roku.com (dblume) Thu, 14 Nov 2024 16:11:24 -0800 5517e1aa6ec0854113a1d223ff936df77b05ccb1 Add vim plugin tabular See https://github.com/godlygeek/tabular This common command will usually do what I need: :Tab /| https://git.dlma.com/dotfiles.git/commit/f26fde66eeb76bbe623e3b8d22a75066aa95a2e8 david.blume@gmail.com (dblume) Sat, 26 Oct 2024 01:08:07 -0700 f26fde66eeb76bbe623e3b8d22a75066aa95a2e8 Make "-" a non-breaking char only for markdown docs Turns out I want "-" to be breaking in code, like objectptr->method(), but I want it to be non-breaking in non-code where I use bug tracker IDs like JIRA-1234. https://git.dlma.com/dotfiles.git/commit/5a532911bf00ff0c556d8e6394c967c532f3b303 dblume@roku.com (dblume) Thu, 17 Oct 2024 15:14:48 -0700 5a532911bf00ff0c556d8e6394c967c532f3b303 Disable maps in cscope_maps Turns out cscope_maps by default remaps two shortcuts I use: 1. <leader>c , which I use for clipboard yank, is the default <prefix> sequence for cscope_maps. (So you could quickly <leader>c,s to search for the token under the cursor instead of :Cs find s <cword>.) 2. <C-]>, the :tag shortcut gets remapped to :Cstag, which was determined to be worse. Tried with https://git.dlma.com/testcode.git, searching for the following from main.cpp: * test_cpp14: One hit, should just jump to it. * f: Multiple local in main.cpp and then in main_helper.cpp too. https://git.dlma.com/dotfiles.git/commit/5d3009bf0a495723a0261c93e1908f0117ddeed6 david.blume@gmail.com (dblume) Mon, 16 Sep 2024 16:58:11 -0700 5d3009bf0a495723a0261c93e1908f0117ddeed6