Commit graph

2509 commits

Author SHA1 Message Date
4cd9644373
refactor: add expansion module 2025-12-16 23:03:02 +01:00
44a48510fd
fix: render highlight columns only based on the absolute column
closes #392
2025-12-16 16:23:52 +01:00
b52b06735b
fix: gg ge and G should select in helix SEL mode 2025-12-16 15:17:40 +01:00
fffedb7371
feat: add select_to_line_vim command 2025-12-16 15:17:13 +01:00
0dcf63bd38
feat: make goto in flow select mode select to line 2025-12-16 15:09:58 +01:00
a9ee5321ac
fix: don't auto_find on a single space
This is rarely useful and feels spammy.
2025-12-16 15:07:30 +01:00
c6c310b9d0
fix: crash in editor_gutter.print_digits 2025-12-16 14:45:32 +01:00
f26e68b651
fix: show *all* keybinds in hints window
Now that kp_ bindings don't need to be duplicated we can show them
all.
2025-12-16 13:49:43 +01:00
36d9a7023d
refactor: remove all duplicate kp_ keybinds in helix mode 2025-12-16 13:44:07 +01:00
721b118c32
refactor: remove all duplicate kp_ keybinds in flow mode 2025-12-16 13:42:21 +01:00
93c2c87632
feat: map kp_ movement keys as regular keys if the kp_ variants are not explicitly mapped
This makes it possible to use keypad movements without duplicating keybinds.
2025-12-16 13:41:06 +01:00
6633dd1c0e
refactor: add function to map kp_ movement keys to regular movement keys 2025-12-16 13:21:30 +01:00
b697d4de72
fix: reduce filter command log spam
closes #427

Mostly moved to debug output which is only logged in debug builds.
2025-12-16 13:19:54 +01:00
13257888fd
fix: treat kp_ numerics and operators as input keys 2025-12-16 13:11:39 +01:00
ea46f6559d
refactor: add missing key names for keypad numeric keys 2025-12-16 12:33:29 +01:00
1b4b815e8f
refactor: log missing executable name in filter not found messages 2025-12-16 09:43:13 +01:00
79a184aa4a
refactor: fix error handling in git.rev_parse 2025-12-15 23:25:33 +01:00
5fd499d141
fix: avoid "error invalid JSON in LSP initialization options" messge when there are no options 2025-12-15 22:45:21 +01:00
0143a7148a
refactor: add vcs_id and vcs_content fields to Buffer 2025-12-15 20:41:36 +01:00
a561de6602
refactor: simplify editor "update" event 2025-12-15 20:40:51 +01:00
95e42d2c78
build: remove unused git import in tui module 2025-12-15 17:07:26 +01:00
081ff6ec4f
refactor: add git.rev_parse and git.cat_file functions 2025-12-15 17:03:42 +01:00
8546c6ca14
fix: add helix keybinds for kp_multiply and kp_divide 2025-12-15 15:34:16 +01:00
cb8e4cb988 refactor: log error on invalid JSON in LSP configuration options 2025-12-15 13:05:54 +01:00
Palanix
8aa8e5cd3d Fix sending null 2025-12-15 13:05:54 +01:00
55b428cea6
fix: never use base layout keycodes
closes #389
2025-12-13 23:11:33 +01:00
1298ba3195
fix: don't overwrite shifted keycode with alternate text 2025-12-13 23:10:15 +01:00
3b24cd11a2 feat: add open_lsp_config_global and open_lsp_config_project commands 2025-12-13 22:34:07 +01:00
19b38609f8 fix: don't use extract_cbor on language_server_options
Also, simplify cbor encoding of initializationOptions.
2025-12-13 22:34:07 +01:00
8890ec7497 refactor: read lsp config from a separate file in the config directory 2025-12-13 22:34:07 +01:00
Palanix
9e0077985e Add basic LSP configuration capabilities 2025-12-13 22:34:07 +01:00
528d57fdf7
fix: palette padding on top_right placement 2025-12-13 18:47:11 +01:00
42ddbe5f2f
refactor: add egc_chunk_col_pos function 2025-12-12 14:27:49 +01:00
660449c1c0 refactor: use *std.Io.Writer instead of anytype 2025-12-12 14:25:10 +01:00
99b721febf fix: don't index into utf-8 based on egc width 2025-12-12 14:25:10 +01:00
Igor Támara
99a4fb0936 fix: change len for egc_chunk_width 2025-12-12 14:25:10 +01:00
308f46c8a2
refactor: move LSP types to new module 2025-12-12 13:41:16 +01:00
e5894c1404
refactor: tweak style in keybindview and inputview 2025-12-11 19:50:10 +01:00
94d75a230b
feat: add panel border to logview
closes #373
2025-12-11 19:00:24 +01:00
c718924698
refactor: add panel border to keybindview 2025-12-11 19:00:15 +01:00
82257ee4e3
refactor: add panel border to inspector_view 2025-12-11 19:00:07 +01:00
950c5af01d
refactor: add panel border to inputview 2025-12-11 19:00:02 +01:00
15fd338074
refactor: add panel border to info_view 2025-12-11 18:59:32 +01:00
f87a9cfb6d
fix: find panels even if the panel widget is not the top widget 2025-12-11 18:47:01 +01:00
b62a1e906f
fix: resize on widget style changes 2025-12-11 18:46:35 +01:00
dc3b4f8c16
refactor: add panel_next_widget_style command 2025-12-11 18:46:27 +01:00
b08b162a10
refactor: add insert events to keybindview 2025-12-10 17:39:14 +01:00
fe03d0dab4
refactor: render event type in keybindview 2025-12-10 17:19:04 +01:00
ba8148a5c8
refactor: format unknown key event values in input module 2025-12-10 17:03:54 +01:00
5febf537a7
refactor: make keybindview show key event and make it pretty 2025-12-10 16:28:02 +01:00