Commit Graph

2737 Commits (46072791c15a96f9e1d2778dece1f2e08d0efcb6)
 

Author SHA1 Message Date
Blaž Hrastnik 46072791c1
nix: Use vulkan instead of GLES 2 years ago
Blaž Hrastnik 89a0be10e8
Working parley layout 2 years ago
Blaž Hrastnik e60e9099ca
MSAA 2 years ago
Blaž Hrastnik fa4dfba043
checkpoint 2 years ago
Blaž Hrastnik 8dc9ad7997
wip 2 years ago
Blaž Hrastnik 9438430e98
wip 2 years ago
Blaž Hrastnik 3b2b9e102d
clippy lint 2 years ago
Blaž Hrastnik d151567192
it compiles! 2 years ago
Blaž Hrastnik afcb78a538
LSP feature gates 2 years ago
Blaž Hrastnik 842a5fc979
Closer to compiling 2 years ago
Blaž Hrastnik 842cd2cc13
Geate more code to get it all building 2 years ago
Blaž Hrastnik febc7ee0fa
placeholder completion fn if no LSP 2 years ago
Blaž Hrastnik eadb2eaad1
Split out render & cursor methods into a tui renderer 2 years ago
Blaž Hrastnik 1aa2b027d7
Move ui, keymap & commands to helix-view 2 years ago
Blaž Hrastnik 11b8f068da
Extract compositor & jobs into helix-view 2 years ago
Blaž Hrastnik 18381fcbc8
Fix code after rebase 2 years ago
Blaž Hrastnik 9dd9515a8d
Term backend 2 years ago
Blaž Hrastnik 61365dfbf3
Add a custom event type that's shared across backends 2 years ago
Blaž Hrastnik e0f9d86f49
Move terminal out of compositor 2 years ago
Blaž Hrastnik 57d4a9ba21
This term specific behavior really doesn't belong to compositor 2 years ago
Blaž Hrastnik 14f987807d
Drop terminal interaction in compositor.size() 2 years ago
Blaž Hrastnik c3f9d3641c
fix helix-term build 2 years ago
Blaž Hrastnik 6f8bf67fa6
helix-view now builds on WASM 2 years ago
Blaž Hrastnik 756b001030
helix-term: Start feature gating lsp 2 years ago
Blaž Hrastnik 8694d60ab3
Simplify LSP formatting, feature gate lsp in helix-view 2 years ago
Blaž Hrastnik dcd1e9eaa3
Successfully feature gate DAP 2 years ago
Blaž Hrastnik d7b1c40452
Pass surface as part of RenderCtx 2 years ago
Blaž Hrastnik 3c0e11d69e
Implement a separate RenderContext 2 years ago
Blaž Hrastnik 7622643117
wasm 2 years ago
Blaž Hrastnik 649a17720a
WIP: try compiling helix-core for WASM 2 years ago
Blaž Hrastnik cb5b12725e
wip add helix-ui 2 years ago
Blaž Hrastnik ede01b5f1e
num_cpus apparently unused in helix-term 2 years ago
Blaž Hrastnik ade4cbffaa
Add a nop clipboard provider for wasm 2 years ago
Blaž Hrastnik 9191af3f8d
helix-loader + helix-core now compile for WASM 2 years ago
Blaž Hrastnik 8bb89dafa2
cargo xtask docgen 2 years ago
Blaž Hrastnik 73879052c1
Add Cairo support 2 years ago
unrelentingtech 2c60798b00
feat(ui): add nbsp (non-breaking space) to rendered whitespace (#2322) 2 years ago
Michael Davis e4c2618099
prevent rendering visible whitespace on trailing cursor (#2331) 2 years ago
unrelentingtech 2687b8fb3b
feat(ui): treat slashes as word separators in prompt (#2315)
When fiddling with paths in a :o prompt, one usually would want Ctrl-W to erase a path segment
rather than the whole path. This is how Ctrl-W works in e.g. (neo)vim out of the box.
2 years ago
nosa 0106173375
Add Night Owl Color Theme. (#2330) 2 years ago
unrelentingtech 8e77e3388c
feat(lang): add devicetree (Flattened Device Tree Source) (#2329) 2 years ago
unrelentingtech 030e7ab988
fix(docs): cleanup obsolete indents.toml mentions (#2327) 2 years ago
Erasin 668b39d1df
change cursor for copy selection (#2323) 2 years ago
Yang Tang 667cdf929f
Fix spelling errors in some themes (#2324) 2 years ago
Erin van der Veen 21487d13fd
feat(lang): Update nickel to include "rec" keyword (#2320) 2 years ago
Gokul Soumya 22ae1b92a6 Fix tests for surround primitives 2 years ago
Gokul Soumya 76175dbd6d Support m in surround delete and replace 2 years ago
Gokul Soumya de15d70171 Add `m` textobject to select closest surround pair 2 years ago
Ivan Tham c22873c33f
Change A-left right to C-left right in insert (#2193)
Currently A-left move one word left and the behavior will be more
consistent for people coming GUI world if the key was changed to control
given that both browsers and editors like vscode uses C-left right by
default to move word rather than alt.
2 years ago
Ivan Tham ab6a00e196
Make A-hjkl tree-sitter nav A-pion (#2205)
A-hl currently is not very consistent with hl when next object is
selected, since it may go up/down or left/right and this behavior is
confusing such that some people think it should swap the keys with A-jk,
so it is better to use A-pn since that only specifies two direction.

A-jk have the same issue as in it usually moves right and is not
consistent with the behavior of jk so people may think A-hl is better,
maybe A-oi is better here since A-hl will be swapped to A-pn, A-oi can
convey the meaning of in and out, similar to some window manager keys?
2 years ago