Commit Graph

664 Commits (1b67fae9f4eabf0899dda441971b8a338cb45a15)
 

Author SHA1 Message Date
Rowan Herbert 1b67fae9f4 Fix panic when buffer larger than terminal width 3 years ago
Corey Powell 7761c88d61
Merge pull request #62 from pickfire/cell
Separate document history into Cell
3 years ago
Corey Powell 68f5031dcc
Merge pull request #49 from eleijonmarck/patch-1
Update README.md to include shortcuts
3 years ago
Corey Powell 83031564db
Merge pull request #57 from pickfire/fix-panic
Fix panic opening rust file
3 years ago
Ivan Tham eab6e53511 Fix panic opening rust file
Application::new will use stuff that requires tokio runtime.
3 years ago
Ivan Tham f5f46b1fed Separate document history into Cell
As history is used separately from the rest of the edits, separating it
can avoid needless borrowing and cloning. But one need to be aware later.
3 years ago
Eric Leijonmarck 5f49bafbe8
Update README.md 3 years ago
Blaž Hrastnik 2719a35123
Merge pull request #55 from helix-editor/autoresize
autoresize terminal in compositor render
3 years ago
Blaž Hrastnik 0a6672c626
Merge pull request #50 from wojciechkepka/config
Use config_dir for logging, create config_dir
3 years ago
Blaž Hrastnik b51111a364
Merge pull request #21 from IceDragon200/elixir-syntax
Added elixir syntax
3 years ago
Jan Hrastnik 78980f575b autoresize terminal in compositor render 3 years ago
Corey Powell 0bb375bafa Added missing tree-sitter-elixir submodule 3 years ago
Eric Leijonmarck c960bcfc24
Update README.md 3 years ago
Wojciech Kępka e88383d990 Use config_dir for logging, create config_dir 3 years ago
Eric Leijonmarck 312b29f712
Update README.md 3 years ago
Blaž Hrastnik f4560cb68a Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb` 3 years ago
Blaž Hrastnik cbb3ebafdc Support ctrl-f and ctrl-b to page up/down, fixes #41 3 years ago
Blaž Hrastnik 0851110d10 f/t: Check if at bounds before searching, refs #43, closes #37 3 years ago
Blaž Hrastnik 3ace581191 Fix panics when triggering w or e on the last char of the line
Closes #32
3 years ago
Blaž Hrastnik c0264b9f7f fix: Don't allow moving past last line, fixes #30, #24
Off by 1 error
3 years ago
Blaž Hrastnik 22dad592b8
Merge pull request #40 from data0x200/fix-empty-command
Fix empty command cause panic
3 years ago
Corey Powell ca042a4bde Added elixir syntax
Using custom fork for now to get around generating the source files
3 years ago
Blaž Hrastnik 67b1cd32c7 Update install notes 3 years ago
Daichi Takamiya 4d12c7c3cf Fix empty command cause panic 3 years ago
Blaž Hrastnik 4f56a8e248 book: Always generate the CNAME file 3 years ago
Blaž Hrastnik dbc392d92c Run fmt 3 years ago
Blaž Hrastnik 7967d312c0
Merge pull request #38 from nathom/master
Add .DS_Store to ignored directories
3 years ago
Blaž Hrastnik db48d22384
Merge pull request #19 from wojciechkepka/archinstall
Add Arch Linux installation instructions to README
3 years ago
Blaž Hrastnik 533ff61d0e
Merge pull request #34 from DanySpin97/improve-error
Improve errors handling in main by adding context
3 years ago
nathom b1ce969d80
Add .DS_Store to ignored directories 3 years ago
Blaž Hrastnik 01bf363446
Merge pull request #31 from wullewutz/patch-1
Fixed c/p error in keymap doc
3 years ago
Blaž Hrastnik cc323f7665
Merge pull request #36 from swdunlop/patch-1
Make HELIX_RUNTIME depend on pwd, not speed's HOME
3 years ago
Scott Dunlop 60caaf7fc4
Make HELIX_RUNTIME depend on pwd, not speed's HOME 3 years ago
Danilo Spinella ea824ed05d
Improve errors handling in main by adding context
Return a anyhow::Result in main function so that Context can be used
there too.
3 years ago
wullewutz cfae07e7ba
Fixed c/p error in keymap doc
Go to definition mapping is "gd" not "ge"
3 years ago
wojciechkepka 56dbc60840 Add Arch Linux installation instructions to README 3 years ago
Blaž Hrastnik c2e6b9f506 Add typescript support & ts/js indentation queries 3 years ago
Blaž Hrastnik 8fd8006043 Golang indent queries 3 years ago
Blaž Hrastnik ce25aa951e Allow setting a filepath on :write 3 years ago
Blaž Hrastnik a2147fc7d5 Change help prompt styling 3 years ago
Blaž Hrastnik d8e16554bf Don't crash if no filename specified on open 3 years ago
Blaž Hrastnik 2cc30cd07c Categorize _ as a word char, not punctuation 3 years ago
Blaž Hrastnik 0dde5f2cae Fix badge 3 years ago
Blaž Hrastnik b8d6e6ad28 Allow setting verbosity to info again 3 years ago
Blaž Hrastnik 5825bce0e4 Link to install/keymap docs, fix build status badge 3 years ago
Blaž Hrastnik aeabfc55a8 Adjust golang indents yet again 3 years ago
Blaž Hrastnik 17e9386388 Allow moving to EOL byte, also fixes #15 3 years ago
Blaž Hrastnik 138787f76e Drop clap for pico-args
We barely have any flags so it's not worth the compilation time or
binary size to use clap.
3 years ago
Blaž Hrastnik 1132c5122f Update mdbook styling, add link to AUR 3 years ago
Blaž Hrastnik 4a8053e832
Merge pull request #13 from helix-editor/dependabot/cargo/tokio-1.6.1
Bump tokio from 1.6.0 to 1.6.1
3 years ago