Commit graph

1489 commits

Author SHA1 Message Date
73e026c6f7
feat: add initial basic visual block vim mode 2025-05-15 21:10:04 +02:00
2cced4fbff
feat: add support for binding '<' and '>' in vim mode
closes #255
2025-05-15 16:57:40 +02:00
6618a2d84d
fix: left an right movements jump to selection boundary
When there is an active selection, basic left and right movements should cancel
the selection and place the cursor on the left/right of where the selection was.

closes #244
2025-05-15 15:52:36 +02:00
1eb36696d2
fix: prefer targetSelectionRange over targeRange if both are provided by LSP
This prevents rust-analyser sending goto_definition to the very beginning of the
definition, including doc comments and attributes.

closes #261
2025-05-15 11:40:10 +02:00
cb399a4c73
build: add debug info builds to release process 2025-05-14 17:57:07 +02:00
8426ae61ba
build: switch release builds back to ReleaseSafe 2025-05-14 16:48:03 +02:00
9f4c5ef2b8
feat: add rpmspec support 2025-05-14 15:59:01 +02:00
dc0575bf35
feat: add protobuf support 2025-05-14 15:59:01 +02:00
efec10c5b9
feat: update tree-sitter for uxntal, rpmspec and protobuf support 2025-05-14 15:59:01 +02:00
choc
61e0145eda feat: support uxntal syntax 2025-05-14 15:58:23 +02:00
Robert Burnett
0e182b6ae4 add vim bindings for swapping tabs 2025-05-13 18:16:33 +02:00
Robert Burnett
7ec25cfb46 fix compile error 2025-05-13 18:16:33 +02:00
Robert Burnett
fcbb377237 removed mark related code 2025-05-13 18:16:33 +02:00
Robert Burnett
acded15af8 added * command in vim mode 2025-05-13 18:16:33 +02:00
Robert Burnett
7c51fa8400 add vim bindings for setting and goto'ing global marks 2025-05-13 18:16:33 +02:00
Robert Burnett
4765f47dd0 begin supporting global marks 2025-05-13 18:16:33 +02:00
Robert Burnett
2d583fbd9e add bindings for the rest of the mark manipulation commands 2025-05-13 18:16:33 +02:00
Robert Burnett
d88b15ce04 began support vim mark system 2025-05-13 18:16:33 +02:00
Robert Burnett
da95070616 added join line binding for vim 2025-05-13 18:16:33 +02:00
Robert Burnett
28fdd95747 added cut_buffer_begin command and vim binding 2025-05-13 18:16:33 +02:00
Robert Burnett
43c77bb737 added goto buffer begin/end keybinds for vim mode 2025-05-13 18:16:33 +02:00
Robert Burnett
54aa30602f added dG vim binding 2025-05-13 18:16:33 +02:00
79c5447329
docs: fix announcement video link on non-github hosting services 2025-05-12 20:11:21 +02:00
1ec8fac8df
build: prevent git from causing zig fmt errors on windows 2025-05-05 15:58:59 +02:00
c507fb905d
fix(flicker): home screen should not load if we have a file to open 2025-04-30 18:52:44 +02:00
980529029f
feat(flicker): avoid triggering initial render from branch widget 2025-04-30 18:51:55 +02:00
5b077a8581
fix: update thespian to fix subprocess file descriptor race
Thespian uses asio which was double closing stdout and stderr file descriptors
of subprocesses.

closes #240
2025-04-30 16:09:17 +02:00
8211be2754
build: add strace output to test_race.sh script 2025-04-30 14:57:09 +02:00
36e6d6a69f
fix: force ripgrep to never try search stdin 2025-04-30 11:35:25 +02:00
b3c5f4cbb9
feat: stop rendering on panic
This improves backtraces for panics on background threads.
2025-04-30 11:34:41 +02:00
09be9b3774
build: add simple test_race.sh script
Useful for triggering startup races and can be used with git bisect.
2025-04-30 11:32:56 +02:00
df70384b7b
feat: add toggle_highlight_columns command (shift+f11) 2025-04-30 09:59:59 +02:00
ce2c370cfd
fix: add missing bin_path module 2025-04-30 09:59:30 +02:00
47aefb6f24
refactor: cache ripgrep binary path 2025-04-30 09:24:35 +02:00
df11ec3d5f
fix: re-render on branch widget update 2025-04-30 09:24:35 +02:00
CO
9291445c64 Single line fix for palette crashing when its
items's length is exceeded.
2025-04-30 07:50:57 +02:00
8355f14f62
fix: bracketed paste should check for ctrl+j and insert \n
closes #236
2025-04-28 22:58:55 +02:00
e39d9ed4b3
fix: render control codes in mini buffer input with unicode control code symbols
closes #236
2025-04-28 16:46:36 +02:00
993add1a43
feat: add restore_last_cursor_position config option (default true) 2025-04-28 11:02:54 +02:00
CO
392cb2c764 Fixed broken shifted keybinds for Helix mode 2025-04-28 10:35:27 +02:00
4ecc278b3f
fix: date keybinding should instert 2025-04-25 15:44:02 +02:00
05a14ae95c
feat: do a full reparse if tree-sitter reports syntax errors
This change will scan for tree-sitter errors after a partial reparse and do a
full reparse if there are are more errors than the error threshold (currently 5).
This helps prevent the tree-sitter syntax tree getting out of sync during
multi-cursor edits.
2025-04-24 21:09:51 +02:00
4b84e35b9f
feat: add syntax.count_error_nodes function 2025-04-24 18:08:31 +02:00
5db2ec10b6
feat: add support for pre-generated tree-sitter error queries 2025-04-24 18:08:12 +02:00
c217db02f2
feat: display mini git status in branch widget 2025-04-23 22:28:48 +02:00
93ec373ac2
feat: add status command to git client module 2025-04-23 22:28:48 +02:00
4ecf46b527
refactor: make branch widget a Button 2025-04-23 22:28:48 +02:00
6ae5dc5c4c
feat: add support for init/deinit functions in Button context values 2025-04-23 22:28:48 +02:00
9f117550fa
refactor: use explicit error set in MessageFilter.add 2025-04-23 20:15:03 +02:00
0fb10e3aa5
fix: proactive close subprocesses on early exit in shell module 2025-04-23 18:30:49 +02:00