Commit graph

11 commits

Author SHA1 Message Date
5f05fd97e6
refactor: remove duplicate implementation of command.get_id 2025-04-08 18:00:49 +02:00
34000cccbf
fix: remove arbitrary limit to command buffer size 2025-03-18 21:41:19 +01:00
53045123c6
build: update to zig 0.14.0-dev.3039 2025-02-04 22:59:18 +01:00
90b443a487
refactor: trace command execution at trace-level 1 2025-01-26 17:10:00 +01:00
Travis Staloch
bfdeffc70f
lsp-rename: minor cosmetic cleanups 2025-01-16 22:04:38 +01:00
f8dff2a7bb
feat: render home screen based on current input mode 2024-12-05 19:48:17 +01:00
Robert Burnett
c909a2a50a
feat: add more vim keybinds
This is a combination of 6 commits.

- added a new command
- change dd to use cut
- add prototypes for A I o O commands
- fixed keybind test compilation bug
- add keybinds for the new enter_mode commands
- added prototype for copy line
2024-12-02 21:10:00 +01:00
6372beb762
refactor: rename command.get_id and add command.get_name 2024-11-21 17:55:03 +01:00
150374afae
feat: add argument metadata to (most) commands that take parameters 2024-11-21 17:34:11 +01:00
351412231f
refactor: run zig fmt 2024-11-17 20:47:25 +01:00
16c5471126
refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
Renamed from src/tui/command.zig (Browse further)