Dotfiles/site-modules/core
Ade Attwood 3e07954682 feat(vim): introduce key mappings for folding
This enhancement includes key mappings designed to improve code folding
in Vim. One of these mappings involves a double leader, which
efficiently toggles the current fold. Additionally, another mapping
utilizes the square bracket convention for seamless navigation between
folds, employing the mnemonic "fold."

Consideration was given to the potential conflict between the `f` key
and "function." After thoughtful deliberation, the decision was made to
use LSP for navigating around functions.

The implementation is currently integrated with prr to narrow the focus
of differentials to a single hunk. This refinement significantly
enhances the manageability of reviewing large pull requests.
2023-12-11 20:29:57 +00:00
..
files feat(vim): introduce key mappings for folding 2023-12-11 20:29:57 +00:00
lib refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
manifests refactor(core): convert the bid module to configz 2023-11-25 12:07:11 +00:00
templates feat(shell): let the delta theme be defined by base16-shell 2023-11-04 15:23:57 +00:00