summaryrefslogtreecommitdiff
path: root/modes/vlf
AgeCommit message (Collapse)Author
2026-04-22Move to 1 want-g variableJames Nguyen
2024-12-01VLF: Move common edit/navigation bingings to g keysJames Nguyen
2024-11-17vlf: fix keybindingsAjai Nelson
Confusingly, vlf-mode-map and vlf-prefix-map are the opposite of what they sound like, so to apply those keybindings without a prefix, they need to go in vlf-prefix-map. evil-normalize-keymaps seems to also be needed for the keybindings to work.
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2019-10-09Use subdirectories for setup files (+READMEs)Justin Burkett
Move setup files into subdirectories. Move mode directories to modes subdir. This will make it easy to specify a recipe in melpa that maintains the directory structure. Add interactive functions to jump to .el and README files See #170