aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #70 from RLHerbert/masterBlaž Hrastnik2021-06-03
|\ | | | | Fix panic when buffer larger than terminal width
| * Fix panic when buffer larger than terminal widthRowan Herbert2021-06-02
|/
* Merge pull request #62 from pickfire/cellCorey Powell2021-06-02
|\ | | | | Separate document history into Cell
| * Separate document history into CellIvan Tham2021-06-02
| | | | | | | | | | 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.
* | Merge pull request #49 from eleijonmarck/patch-1Corey Powell2021-06-02
|\ \ | | | | | | Update README.md to include shortcuts
| * | Update README.mdEric Leijonmarck2021-06-02
| | |
| * | Update README.mdEric Leijonmarck2021-06-02
| | |
| * | Update README.mdEric Leijonmarck2021-06-02
| | |
* | | Merge pull request #57 from pickfire/fix-panicCorey Powell2021-06-02
|\ \ \ | | | | | | | | Fix panic opening rust file
| * | | Fix panic opening rust fileIvan Tham2021-06-02
| | |/ | |/| | | | | | | Application::new will use stuff that requires tokio runtime.
* | | Merge pull request #55 from helix-editor/autoresizeBlaž Hrastnik2021-06-02
|\ \ \ | |/ / |/| | autoresize terminal in compositor render
| * | autoresize terminal in compositor renderJan Hrastnik2021-06-02
| | |
* | | Merge pull request #50 from wojciechkepka/configBlaž Hrastnik2021-06-02
|\ \ \ | | | | | | | | Use config_dir for logging, create config_dir
| * | | Use config_dir for logging, create config_dirWojciech Kępka2021-06-02
| | |/ | |/|
* | | Merge pull request #21 from IceDragon200/elixir-syntaxBlaž Hrastnik2021-06-02
|\ \ \ | |/ / |/| | Added elixir syntax
| * | Added missing tree-sitter-elixir submoduleCorey Powell2021-06-02
| | |
| * | Added elixir syntaxCorey Powell2021-06-02
| | | | | | | | | | | | Using custom fork for now to get around generating the source files
* | | Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb`Blaž Hrastnik2021-06-02
| | |
* | | Support ctrl-f and ctrl-b to page up/down, fixes #41Blaž Hrastnik2021-06-02
| | |
* | | f/t: Check if at bounds before searching, refs #43, closes #37Blaž Hrastnik2021-06-02
| | |
* | | Fix panics when triggering w or e on the last char of the lineBlaž Hrastnik2021-06-02
| | | | | | | | | | | | Closes #32
* | | fix: Don't allow moving past last line, fixes #30, #24Blaž Hrastnik2021-06-02
| | | | | | | | | | | | Off by 1 error
* | | Merge pull request #40 from data0x200/fix-empty-commandBlaž Hrastnik2021-06-02
|\ \ \ | |/ / |/| | Fix empty command cause panic
| * | Fix empty command cause panicDaichi Takamiya2021-06-02
| | |
* | | Update install notesBlaž Hrastnik2021-06-02
| | |
* | | book: Always generate the CNAME fileBlaž Hrastnik2021-06-02
|/ /
* | Run fmtBlaž Hrastnik2021-06-02
| |
* | Merge pull request #38 from nathom/masterBlaž Hrastnik2021-06-02
|\ \ | | | | | | Add .DS_Store to ignored directories
| * | Add .DS_Store to ignored directoriesnathom2021-06-02
| | |
* | | Merge pull request #19 from wojciechkepka/archinstallBlaž Hrastnik2021-06-02
|\ \ \ | | | | | | | | Add Arch Linux installation instructions to README
| * | | Add Arch Linux installation instructions to READMEwojciechkepka2021-06-01
| | |/ | |/|
* | | Merge pull request #34 from DanySpin97/improve-errorBlaž Hrastnik2021-06-02
|\ \ \ | |_|/ |/| | Improve errors handling in main by adding context
| * | Improve errors handling in main by adding contextDanilo Spinella2021-06-01
| |/ | | | | | | | | Return a anyhow::Result in main function so that Context can be used there too.
* | Merge pull request #31 from wullewutz/patch-1Blaž Hrastnik2021-06-02
|\ \ | | | | | | Fixed c/p error in keymap doc
| * | Fixed c/p error in keymap docwullewutz2021-06-01
| |/ | | | | Go to definition mapping is "gd" not "ge"
* | Merge pull request #36 from swdunlop/patch-1Blaž Hrastnik2021-06-02
|\ \ | |/ |/| Make HELIX_RUNTIME depend on pwd, not speed's HOME
| * Make HELIX_RUNTIME depend on pwd, not speed's HOMEScott Dunlop2021-06-01
|/
* Add typescript support & ts/js indentation queriesBlaž Hrastnik2021-06-01
|
* Golang indent queriesBlaž Hrastnik2021-06-01
|
* Allow setting a filepath on :writeBlaž Hrastnik2021-06-01
|
* Change help prompt stylingBlaž Hrastnik2021-06-01
|
* Don't crash if no filename specified on openBlaž Hrastnik2021-06-01
|
* Categorize _ as a word char, not punctuationBlaž Hrastnik2021-05-31
|
* Fix badgeBlaž Hrastnik2021-05-31
|
* Allow setting verbosity to info againBlaž Hrastnik2021-05-31
|
* Link to install/keymap docs, fix build status badgeBlaž Hrastnik2021-05-31
|
* Adjust golang indents yet againBlaž Hrastnik2021-05-31
|
* Allow moving to EOL byte, also fixes #15Blaž Hrastnik2021-05-31
|
* Drop clap for pico-argsBlaž Hrastnik2021-05-31
| | | | | We barely have any flags so it's not worth the compilation time or binary size to use clap.
* Update mdbook styling, add link to AURBlaž Hrastnik2021-05-30
|