Commit graph

5 commits

Author SHA1 Message Date
0c7f19b5dd feat: support matching of shifted keybindings
This allows us to bind things like alt+F and ctrl+?. Binding
with and explicit shift modifier is still allowed, such as alt+shift+f.
2025-01-07 14:53:34 +01:00
0abb21a400
fix: add down level ':' keybindings to vim and helix modes
This is for terminals that don't send modifiers at all.
2024-12-12 16:57:16 +01:00
Robert Burnett
ae91afe255 add more vim bindings 2024-11-21 10:04:04 +01:00
Robert Burnett
a74a36b4bc
feat: added some missing features to vim keybinding parser
closes: #65
2024-11-18 23:10:07 +01:00
45adc6c7ec
refactor: drop static keybind module 2024-11-18 22:06:09 +01:00
Renamed from src/keybind/dynamic/parse_vim.zig (Browse further)