Commit graph

2285 commits

Author SHA1 Message Date
Igor Támara
c5e6d64235 refactor: make available write_padding function to other modules 2025-11-18 15:53:49 +01:00
Igor Támara
ced915fedc refactor: Removed unused lsp symbol struct 2025-11-18 15:53:49 +01:00
Igor Támara
7ae983a419 fix: hx use explicit mode on match brackets
to cases where mode renaming could potentially give unexpected
behaviour.

Reverting 891a445ed43590f3a40b4058786a1405d6e2f077.
2025-11-18 15:40:41 +01:00
294e30f8ee
feat: add value type descriptions to config files 2025-11-18 15:36:19 +01:00
e4d1b55c15
refactor: make unsupported config type errors more descriptive 2025-11-18 15:36:19 +01:00
4cfe6adadd
refactor: change default_cursor config option to an enum 2025-11-18 15:36:19 +01:00
Igor Támara
5a6c010e58 feat: [hx] Added keybind for toggle_centered_view 2025-11-18 14:04:44 +01:00
ed7c0f0c46
feat: add centered_view_min_screen_width config option 2025-11-18 12:53:45 +01:00
c3808d11c0
feat: enable indent whitespace_mode by default 2025-11-18 12:53:45 +01:00
3dc731d086
refactor: convert whitespace_mode config options to an enum 2025-11-18 12:53:45 +01:00
Igor Támara
e2009425f5 feat: ty lsp for python 2025-11-18 11:48:36 +01:00
8b9cc87cab
fix: add back german quotes to char_pairs 2025-11-18 10:55:36 +01:00
Igor Támara
b4b44ec906 refactor: additional characters for smart_insert 2025-11-18 10:50:47 +01:00
Igor Támara
fd3401748e refactor: identify mode inside hx on bracket matching 2025-11-18 10:48:07 +01:00
Igor Támara
3d0a0571c2 fix: removed unused code 2025-11-18 10:48:07 +01:00
Igor Támara
0b80ae50db refactor: simplify match mode 2025-11-18 10:48:07 +01:00
Igor Támara
124cbcbe5f fix: Add @ to non_word characters 2025-11-18 10:48:07 +01:00
Igor Támara
4b3e71408a feat: [hx] maw and maW support 2025-11-18 10:48:07 +01:00
Igor Támara
878aef9926 feat: [hx] miw and miW support 2025-11-18 10:48:07 +01:00
Igor Támara
a35bbc7e96 refactor: prepare match minimode 2025-11-18 10:48:07 +01:00
5b8c28e1e1
fix: don't enable centered_view by default
And tweak default width.
2025-11-17 21:51:47 +01:00
1600bf6406
fix: task_palette should use the correct mode hints for width calculations 2025-11-17 20:24:24 +01:00
54c68df967
fix: auto_find should always clear last_match_text 2025-11-17 19:52:26 +01:00
Igor Támara
f6d1f27337 feat: [hx] mm match brackets support 2025-11-17 18:43:42 +01:00
Igor Támara
5a2ef01645 feat: [emacs] C-M-p C-M-n matching braces support 2025-11-17 18:43:42 +01:00
Igor Támara
af9ff67e49 feat: [vim] % support for matching bracket under cursor 2025-11-17 18:43:42 +01:00
Igor Támara
56ea0138a5 feat: goto_bracket goes to the pair bracket under cursor
Uses simple matching nesting, as a complement to tree-sitter approach.

Flow mode shorcut ctrl+shit+\ ala Code
2025-11-17 18:43:42 +01:00
Igor Támara
57547b80ff refactor: add metrics parameter to with_cursel_const 2025-11-17 18:43:42 +01:00
ce82e95c10
fix: don't quit when closing the final split unless it is the home screen 2025-11-17 18:22:52 +01:00
643dc2ab8a
feat: bind toggle_centered_view to ctrl+k x in flow mode 2025-11-17 18:20:24 +01:00
c6ed937976
feat: add toggle_centered_view command 2025-11-17 18:20:24 +01:00
65fe2bc5c2
feat: add centered_view support 2025-11-17 18:20:23 +01:00
2e150f6c62
feat: add pane_left and pane_right widget types 2025-11-17 18:20:23 +01:00
c6e56abcb0
feat: add bar_left and bar_right widget styles 2025-11-17 18:20:23 +01:00
6e5e5315f5
feat: bind open_config to alt+f5
And clean-up some rarely used debugging keybinds.
2025-11-17 18:20:23 +01:00
Igor Támara
8637152fc9 feat: [hx] map keybind to split commands 2025-11-17 18:19:26 +01:00
1f119e79d8
fix: disable enable_terminal_color_scheme by default
Because it breaks light/dark mode switching in kitty.
2025-11-17 10:20:19 +01:00
462cc06e2e
fix: don't run git status if we don't have a git working directory
closes #390
2025-11-17 00:09:01 +01:00
Igor Támara
6e9e00e142 feat: add symbol palette
The palette intentionally shows narrow to give more prevalence to file
contents and see the context.
2025-11-16 22:56:36 +01:00
Igor Támara
cfb208f3d8 feat: lsp symbols with parent in mainview 2025-11-16 22:56:36 +01:00
Igor Támara
368b139688 feat: fetch lsp symbols on user demand 2025-11-16 22:56:36 +01:00
Igor Támara
cc4ef5da2c feat: store lsp symbols in mainview 2025-11-16 22:56:36 +01:00
Igor Támara
5f49e181ee feat: lsp textDocument/documentSymbol invocation 2025-11-16 22:56:36 +01:00
Igor Támara
618719cdc2 refactor: lsp read_locationlink 2025-11-16 22:56:36 +01:00
e9d336e336
feat: add FLOW_CONFIG_DIR env var to override configuration directory
closes #379
2025-11-16 18:45:57 +01:00
e2955f029d
feat: support horizontal mouse scrolling
closes #382
2025-11-16 18:19:36 +01:00
c674f69a74
fix: button6 and button7 support 2025-11-16 18:11:15 +01:00
27151cf7a5
fix: remove u8 git changed files counter and message
closes #388
2025-11-16 17:51:04 +01:00
1d2f7f9d26
feat: update ziggy and superhtml 2025-11-16 17:32:29 +01:00
44a9876e5f
feat: propagate indent guides across blank lines 2025-11-11 15:36:42 +01:00