Commit graph

3073 commits

Author SHA1 Message Date
4766673ead
fix(terminal): don't error when re-opening existing terminal 2026-04-07 21:51:02 +02:00
1937831df5
Merge branch 'master' into terminal 2026-04-03 22:42:37 +02:00
51753cc87a
feat: add restore_last_cursor_position_exclusions config option
Defaults to just COMMIT_EDITMSG
2026-04-03 18:06:03 +02:00
cf7fc6af54
fix: allow loading custom theme files up to 512Kb in size
closes #544
2026-03-31 20:58:54 +02:00
310221bb26
feat: support adding entirely new themes via the config 2026-03-31 20:58:00 +02:00
d53d155c6d
feat: add V language support
closes #509
2026-03-31 14:03:18 +02:00
Paul Graydon
ce7cc48a72 feat: [vim] Add bracket textobject actions 2026-03-31 10:07:55 +02:00
Paul Graydon
ba840b72e0 feat: [vim] Add word textobject actions 2026-03-31 10:07:55 +02:00
a8437d6139
feat(themes): add Kanso theme (zen, ink, mist, pearl variants) 2026-03-31 09:52:31 +02:00
2fd907345a
refactor: add toggle_maximize_panel binding to file_in_files mode 2026-03-29 19:27:48 +02:00
a782bfb690
fix: don't filter super, hyper and meta modifiers for no reason
This filter was introduced to ignore caps lock, scroll lock and num lock
modifier bits. super, hyper and meta might actually be useful though.
2026-03-28 14:48:07 +01:00
f61c716c27
feat: configure default markdown formatter to reflow at reflow_width 2026-03-26 09:39:06 +01:00
e930effa0c
feat: add {{reflow_width}} expansion 2026-03-26 09:38:28 +01:00
Volodia Kraplich
7f07f544c9 feat(lsp): support toml 2026-03-25 12:34:52 +01:00
84a45810a6
fix(lsp): fallback to sorting completions by label for LSPs that don't return unique sortText 2026-03-25 12:30:44 +01:00
JailBird
561124e667 Add formatter for YAML and LSP for YAML and RPM .spec 2026-03-25 09:10:48 +01:00
524372ed33
Merge branch 'master' into terminal 2026-03-24 21:36:53 +01:00
Ingo Lohmar
9df7a13934 feat: 0-based status line column
Optional fifth entry in bottom_bar "linenumber" widget: If literally "true",
display column 0-based (instead of 1-based) a la Emacs.
2026-03-24 15:30:32 +01:00
Miguel Granero
742e70a670 feat: change base path of git blame for subrepo support 2026-03-24 14:02:54 +01:00
fb19d50c20
fix: update flow-syntax to get tree-sitter-markdown fix for serialization buffer overflow 2026-03-24 14:01:44 +01:00
edwloef
c0e315495c invert priorities in file type guess 2026-03-24 13:56:25 +01:00
42d0e541e8
Merge branch 'master' into terminal 2026-03-23 13:10:45 +01:00
11d0e9e7e3
fix: avoid dangling Project pointer crash in LSP and git handlers 2026-03-23 13:09:19 +01:00
76e4a843c7
fix: windows build 2026-03-18 13:31:11 +01:00
7847589982
feat: update tree-sitter package to 0.26 (also adds languages)
This is a major update of the tree-sitter depedencies (via flow-syntax). In
addtion to updating tree-sitter from the 0.24 branch to 0.26 there are also
updates to all tree-sitter parsers and a couple of new languages. The
supported tree-sitter ABI is now at version 15. (min version still 13)

New languages:

d (dlang)
llvm (LLVM IR)
comment (tags in comment blocks in many languages)
query (tree-sitter queries)
rpmbash (bash embedded in rpmspec files)

This should also unblock a few other file type requests, but they are not
included here directly and will follow later.

closes #540
2026-03-18 10:57:09 +01:00
3551c765b2
feat: update flow-syntax for tree-sitter 0.26 and several new languages 2026-03-17 22:39:58 +01:00
a5df57f824
fix: sort filelist items 2026-03-17 22:27:35 +01:00
c93f829cd5
fix: sort files in each directory of the file tree 2026-03-17 22:21:42 +01:00
22ed9a32d7
fix(symbol_palette): add indent to match highlights 2026-03-17 22:11:45 +01:00
Igor Támara
3a16d7fe50 Add indentation according to depth in symbol palette 2026-03-13 13:32:25 -05:00
44755db745
build: add cleanup script for night builds 2026-03-11 19:47:48 +01:00
1e037375bd
Merge branch 'master' into terminal 2026-03-03 10:30:54 +01:00
cf283e98fc
fix: typescript file type should inherit queries from javascript file type 2026-03-02 17:48:16 +01:00
3553fbf0d2
refactor(terminal): merge focus_terminal and open_terminal commands 2026-03-02 17:00:58 +01:00
2f5d4ded3c
refactor: deduplicate toggle_panel_view
By allowing any panel to accept arguments.
2026-03-01 21:50:37 +01:00
c4f6b6c945
refactor(terminal): render terminal panel as unfocused if outer terminal looses focus 2026-03-01 21:21:56 +01:00
581bbdb210
fix(terminal): render software cursor in terminal if enable_terminal_cursor is false 2026-03-01 21:21:53 +01:00
ce240c534c
fix(tv): fix windows gui build 2026-03-01 19:34:33 +01:00
8027096f3e
fix(vt): detect windows pty child exit via registerWaitForSingleObject 2026-03-01 19:31:11 +01:00
a21b1318ed
fix(terminal): file_stream.init call for pty_out should be in the pty actor 2026-03-01 18:13:55 +01:00
97f8d024c6
feat(terminal): initial version of conpty windows support 2026-02-28 21:49:56 +01:00
646db3b374
fix(terminal): build terminal on macos and freebsd 2026-02-28 20:40:54 +01:00
b1e13f036d
feat(terminal): report mouse events to terminal applications 2026-02-27 23:15:04 +01:00
df5c426383
fix(terminal): set terminal hold when running tasks in terminal 2026-02-27 20:21:04 +01:00
5f9b7b7c13
fix(terminal): run posix shell if no command specified and no SHELL found 2026-02-27 20:11:00 +01:00
21b7995393
feat(terminal): add terminal_on_exit config option 2026-02-27 16:29:18 +01:00
29c3424913
fix(terminal): reset terminal if closed when exited 2026-02-27 16:07:01 +01:00
0a37c2b05b
refactor(terminal): close terminal on escape keypress if exited 2026-02-27 16:06:23 +01:00
57aae0d45c
feat(terminal): add close_terminal command 2026-02-27 16:05:40 +01:00
fc78e8cf02
refactor: add argv module with helper functions 2026-02-27 14:07:06 +01:00