Commit graph

9 commits

Author SHA1 Message Date
Howard Abrams
c047eaa18b Fix scrolling preferences in Evil
As well as address a bug when selecting an _inclusive_ function as a
text object. Now `d a d` will delete a function and the surround
whitespace and comments.
2024-07-02 21:53:59 -07:00
Howard Abrams
60d4b6b084 Major mode hydra for dired
Inspired by the Casual Dired project.
2024-05-11 22:34:32 -07:00
Howard Abrams
34b2ed6305 Key chords don't work reliably with my new keyboard 2024-04-25 13:37:50 -07:00
Howard Abrams
988c0dac2e Decided I like lowercase headers better
Oh, and let's fix the FILETAGS. Thank goodness for woccurrrrrr.
2024-03-06 20:02:25 -08:00
Howard Abrams
ca4799e524 Migrating my local leader key to major-mode-hydra
Seems that the leader has a bug when it comes to local mode maps, and
the major-mode hydra is an attractive alternative. Granted, I do feel
the need to group things for the tabular view, but that isn't a bad thing.

Need to take a pass at my more-complex code in my programming stuff.
2024-03-03 20:18:00 -08:00
Howard Abrams
778bfd4685 Made Evil optional
Probably one doesn't need to hedge any bets, but I want to be able to
eventually swap out Evil for Meow (or something of my own crafting),
so wrapping evil-specific calls with a condition doesn't sound like a
bad idea.
2024-02-09 12:07:05 -08:00
Howard Abrams
1804ef5710 Use the Escape key as a "get out of jail" like C-g 2024-01-19 17:43:24 -08:00
Howard Abrams
7111c62db9 Clean up the publishing aspect of my config files
And fix a few bugs while I am at it.
2023-12-21 20:26:51 -08:00
Howard Abrams
164664f8fe Extract the Evil configuration into its own file 2023-12-21 11:51:21 -08:00